Uses of Class
com.iizix.prop.ui.calendar.CalendarData
Packages that use CalendarData Package Description com.iizigo.panel.prop.calendar com.iizix.prop.ui.calendar Uses of CalendarData in com.iizigo.panel.prop.calendar
Subclasses of CalendarData in com.iizigo.panel.prop.calendar Modifier and Type Class Description class
ECalendarData
Layout data for calendar list and its calendar events.Uses of CalendarData in com.iizix.prop.ui.calendar
Methods in com.iizix.prop.ui.calendar that return CalendarData Modifier and Type Method Description CalendarData
CalendarLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.Methods in com.iizix.prop.ui.calendar that return types with arguments of type CalendarData Modifier and Type Method Description java.lang.Class<CalendarData>
CalendarLayout. getLayoutPropClass()
Returns the class required for this layout property.Methods in com.iizix.prop.ui.calendar with parameters of type CalendarData Modifier and Type Method Description protected boolean
CalendarLayout. hasHeight0(CalendarData layout)
Verifies if the layout data has a height.protected boolean
CalendarLayout. hasWidth0(CalendarData layout)
Verifies if the layout data has a width.