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 class
EFlexData
Flex layout data.Uses of FlexData in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return FlexData Modifier and Type Method Description FlexData
FlexLayout. 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 boolean
FlexLayout. hasHeight0(FlexData layout)
Verifies if the layout data has a height.protected boolean
FlexLayout. hasWidth0(FlexData layout)
Verifies if the layout data has a width.