Uses of Class
com.iizix.prop.ui.LayoutMgr
Uses of LayoutMgr in com.iizigo.panel.prop
Subclasses of LayoutMgr in com.iizigo.panel.prop Modifier and Type Class Description classEAbsoluteLayoutSetup data for the absolute layout.classEAccordionLayoutAccordion layout.classEBorderLayoutSetup data for the border layout.classEContextMenuLayoutContext menu layout.classEFlexLayoutFlex layout.classEGridLayoutGrid layout.classEHeadingLayoutHeading layout.classEListLayoutList layout.classEMenuBarLayoutMenu bar layout.classEMenuLayoutMenu layout.classESwapLayoutSwap layout.classETabBarLayoutTab bar layout.classETabLayoutTab layout.Methods in com.iizigo.panel.prop with parameters of type LayoutMgr Modifier and Type Method Description voidEAbsoluteLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidEBorderLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidEFlexLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidEGridLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidIELayoutMgrDND. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.default voidIELayoutMgrSimpleDND. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.Constructors in com.iizigo.panel.prop with parameters of type LayoutMgr Constructor Description UILayoutDesignerProp(LayoutMgr<?> propertyContainer)The constructor.Uses of LayoutMgr in com.iizigo.panel.prop.calendar
Subclasses of LayoutMgr in com.iizigo.panel.prop.calendar Modifier and Type Class Description classECalendarLayoutMap layout.Uses of LayoutMgr in com.iizigo.panel.prop.map
Subclasses of LayoutMgr in com.iizigo.panel.prop.map Modifier and Type Class Description classEMapLayoutMap layout.Uses of LayoutMgr in com.iizigo.panel.prop.mlist
Subclasses of LayoutMgr in com.iizigo.panel.prop.mlist Modifier and Type Class Description classEMLGroupLayoutMobile list group layout.classEMListLayoutMobile list layout.Uses of LayoutMgr in com.iizigo.panel.prop.table
Subclasses of LayoutMgr in com.iizigo.panel.prop.table Modifier and Type Class Description classEUITableLayoutUI Table layout.Uses of LayoutMgr in com.iizix
Methods in com.iizix that return LayoutMgr Modifier and Type Method Description LayoutMgr<?>IComponent. getLayoutMgr()Gets the UI LayoutManager for the component.LayoutMgr<?>IComponent. setLayoutMgr(LayoutMgr<?> layoutManager)Sets the UI LayoutManager for the component.Methods in com.iizix with parameters of type LayoutMgr Modifier and Type Method Description LayoutMgr<?>IComponent. setLayoutMgr(LayoutMgr<?> layoutManager)Sets the UI LayoutManager for the component.Uses of LayoutMgr in com.iizix.prop.bridge
Methods in com.iizix.prop.bridge that return LayoutMgr Modifier and Type Method Description LayoutMgr<LAYOUT_PROP>BridgeContainer. getLayoutMgr()Gets the layout manager.Constructors in com.iizix.prop.bridge with parameters of type LayoutMgr Constructor Description BridgeContainer(UIContainer uiContainer, LayoutMgr<LAYOUT_PROP> layoutMgr, PropCnr propCnr)Constructs the bridge with UI container.Uses of LayoutMgr in com.iizix.prop.ui
Subclasses of LayoutMgr in com.iizix.prop.ui Modifier and Type Class Description classAbsoluteLayoutAbsoluteLayout is a layout manager.classAccordionLayoutAccordion container specific layout manager.classBorderLayoutBorderLayout is a layout manager.classContextMenuLayoutMenu specific layout manager.classFlexLayoutFlexLayout is a layout manager.classGridLayoutGridLayout is a layout manager.classHeadingLayoutHeader specific layout manager.classListLayoutList container specific layout manager.classMenuBarLayoutMenu bar specific layout manager.classMenuLayoutMenu specific layout manager.classSwapLayoutSwap container specific layout manager.classTabBarLayoutTab bar specific layout manager.classTabLayoutTab container specific layout manager.Methods in com.iizix.prop.ui with type parameters of type LayoutMgr Modifier and Type Method Description <LAYOUT_MGR extends LayoutMgr<?>>
LAYOUT_MGRIUIComp. getLayoutMgr(java.lang.Class<LAYOUT_MGR> layoutMgrClass)Gets the layout manager for the component.<LAYOUT_MGR extends LayoutMgr<?>>
LAYOUT_MGRUIComp. getLayoutMgr(java.lang.Class<LAYOUT_MGR> layoutMgrClass)Gets the layout manager for the component.Methods in com.iizix.prop.ui that return LayoutMgr Modifier and Type Method Description LayoutMgr<?>LayoutMgr. clone()Creates a clone out of this property.LayoutMgr<?>UIComp. getLayoutMgr()Gets the layout manager for the component.LayoutMgr<?>UIComp. setLayoutMgr(LayoutMgr<?> layoutManager)Sets the layout manager for the component.LayoutMgr<?>LayoutMgr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.Methods in com.iizix.prop.ui with parameters of type LayoutMgr Modifier and Type Method Description LayoutMgr<?>UIComp. setLayoutMgr(LayoutMgr<?> layoutManager)Sets the layout manager for the component.Uses of LayoutMgr in com.iizix.prop.ui.calendar
Subclasses of LayoutMgr in com.iizix.prop.ui.calendar Modifier and Type Class Description classCalendarLayoutLayout manager for calendar lists.Uses of LayoutMgr in com.iizix.prop.ui.map
Subclasses of LayoutMgr in com.iizix.prop.ui.map Modifier and Type Class Description classMapLayoutLayout manager for maps.Uses of LayoutMgr in com.iizix.prop.ui.mlist
Subclasses of LayoutMgr in com.iizix.prop.ui.mlist Modifier and Type Class Description classMLGroupLayoutLayout manager for mobile list groups.classMListLayoutLayout manager for all mobile lists.Uses of LayoutMgr in com.iizix.prop.ui.table
Subclasses of LayoutMgr in com.iizix.prop.ui.table Modifier and Type Class Description classUITableLayoutUITable container specific layout manager.