Uses of Class
com.iizix.prop.ui.mlist.MListData
Packages that use MListData Package Description com.iizigo.panel.prop.mlist com.iizix.prop.ui.mlist Uses of MListData in com.iizigo.panel.prop.mlist
Subclasses of MListData in com.iizigo.panel.prop.mlist Modifier and Type Class Description class
EMListData
Layout data for a component in a container with (mobile) list layout.Uses of MListData in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return MListData Modifier and Type Method Description MListData
MLGroupLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.MListData
MListLayout. 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.mlist that return types with arguments of type MListData Modifier and Type Method Description java.lang.Class<MListData>
MLGroupLayout. getLayoutPropClass()
Returns the class required for this layout property.java.lang.Class<MListData>
MListLayout. getLayoutPropClass()
Returns the class required for this layout property.Methods in com.iizix.prop.ui.mlist with parameters of type MListData Modifier and Type Method Description protected boolean
MLGroupLayout. hasHeight0(MListData layout)
Verifies if the layout data has a height.protected boolean
MListLayout. hasHeight0(MListData layout)
Verifies if the layout data has a height.protected boolean
MLGroupLayout. hasWidth0(MListData layout)
Verifies if the layout data has a width.protected boolean
MListLayout. hasWidth0(MListData layout)
Verifies if the layout data has a width.