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 classEMListDataLayout 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 MListDataMLGroupLayout. createDefaultLayoutProp(UIComp uiComp)Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.MListDataMListLayout. 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 booleanMLGroupLayout. hasHeight0(MListData layout)Verifies if the layout data has a height.protected booleanMListLayout. hasHeight0(MListData layout)Verifies if the layout data has a height.protected booleanMLGroupLayout. hasWidth0(MListData layout)Verifies if the layout data has a width.protected booleanMListLayout. hasWidth0(MListData layout)Verifies if the layout data has a width.