Uses of Class
com.iizix.prop.ui.FlexData
Packages that use FlexData Package Description com.iizigo.panel.prop com.iizix.prop.ui Uses of FlexData in com.iizigo.panel.prop
Subclasses of FlexData in com.iizigo.panel.prop Modifier and Type Class Description classEFlexDataFlex layout data.Uses of FlexData in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return FlexData Modifier and Type Method Description FlexDataFlexLayout. 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 FlexData Modifier and Type Method Description java.lang.Class<FlexData>FlexLayout. getLayoutPropClass()Returns the class required for this layout property.Methods in com.iizix.prop.ui with parameters of type FlexData Modifier and Type Method Description protected booleanFlexLayout. hasHeight0(FlexData layout)Verifies if the layout data has a height.protected booleanFlexLayout. hasWidth0(FlexData layout)Verifies if the layout data has a width.