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