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 class
EAbsoluteLayout
Setup data for the absolute layout.class
EAccordionLayout
Accordion layout.class
EBorderLayout
Setup data for the border layout.class
EContextMenuLayout
Context menu layout.class
EFlexLayout
Flex layout.class
EGridLayout
Grid layout.class
EHeadingLayout
Heading layout.class
EListLayout
List layout.class
EMenuBarLayout
Menu bar layout.class
EMenuLayout
Menu layout.class
ESwapLayout
Swap layout.class
ETabBarLayout
Tab bar layout.class
ETabLayout
Tab layout.Methods in com.iizigo.panel.prop with parameters of type LayoutMgr Modifier and Type Method Description void
EAbsoluteLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)
Called to convert one layout to another when the layout has been dropped into a container.void
EBorderLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)
Called to convert one layout to another when the layout has been dropped into a container.void
EFlexLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)
Called to convert one layout to another when the layout has been dropped into a container.void
EGridLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)
Called to convert one layout to another when the layout has been dropped into a container.void
IELayoutMgrDND. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)
Called to convert one layout to another when the layout has been dropped into a container.default void
IELayoutMgrSimpleDND. 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 class
ECalendarLayout
Map layout.Uses of LayoutMgr in com.iizigo.panel.prop.map
Subclasses of LayoutMgr in com.iizigo.panel.prop.map Modifier and Type Class Description class
EMapLayout
Map layout.Uses of LayoutMgr in com.iizigo.panel.prop.mlist
Subclasses of LayoutMgr in com.iizigo.panel.prop.mlist Modifier and Type Class Description class
EMLGroupLayout
Mobile list group layout.class
EMListLayout
Mobile 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 class
EUITableLayout
UI 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 class
AbsoluteLayout
AbsoluteLayout is a layout manager.class
AccordionLayout
Accordion container specific layout manager.class
BorderLayout
BorderLayout is a layout manager.class
ContextMenuLayout
Menu specific layout manager.class
FlexLayout
FlexLayout is a layout manager.class
GridLayout
GridLayout is a layout manager.class
HeadingLayout
Header specific layout manager.class
ListLayout
List container specific layout manager.class
MenuBarLayout
Menu bar specific layout manager.class
MenuLayout
Menu specific layout manager.class
SwapLayout
Swap container specific layout manager.class
TabBarLayout
Tab bar specific layout manager.class
TabLayout
Tab 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 class
CalendarLayout
Layout 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 class
MapLayout
Layout 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 class
MLGroupLayout
Layout manager for mobile list groups.class
MListLayout
Layout 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 class
UITableLayout
UITable container specific layout manager.