Uses of Class
com.iizix.prop.ui.ListData
Packages that use ListData Package Description com.iizigo.panel.prop com.iizix.prop.ui Uses of ListData in com.iizigo.panel.prop
Subclasses of ListData in com.iizigo.panel.prop Modifier and Type Class Description class
EListData
Setup layout data for a component in a container with (mobile) list layout.Uses of ListData in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return ListData Modifier and Type Method Description ListData
ListLayout. 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 that return types with arguments of type ListData Modifier and Type Method Description java.lang.Class<ListData>
ListLayout. getLayoutPropClass()
Returns the class required for this layout property.Methods in com.iizix.prop.ui with parameters of type ListData Modifier and Type Method Description protected boolean
ListLayout. hasHeight0(ListData layout)
Verifies if the layout data has a height.protected boolean
ListLayout. hasWidth0(ListData layout)
Verifies if the layout data has a width.