Uses of Class
com.iizix.prop.ui.LayoutMgr
Packages that use LayoutMgr
Package
Description
Uses of LayoutMgr in com.iizigo.panel.prop
Subclasses of LayoutMgr in com.iizigo.panel.propModifier and TypeClassDescriptionclass
Setup data for the absolute layout.class
Accordion layout.class
Setup data for the border layout.class
Context menu layout.class
Flex layout.class
Grid layout.class
Heading layout.class
List layout.class
Menu bar layout.class
Menu layout.class
Swap layout.class
Tab bar layout.class
Tab layout.Methods in com.iizigo.panel.prop with parameters of type LayoutMgrModifier and TypeMethodDescriptionvoid
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 LayoutMgrUses of LayoutMgr in com.iizigo.panel.prop.calendar
Subclasses of LayoutMgr in com.iizigo.panel.prop.calendarUses of LayoutMgr in com.iizigo.panel.prop.map
Subclasses of LayoutMgr in com.iizigo.panel.prop.mapUses of LayoutMgr in com.iizigo.panel.prop.mlist
Subclasses of LayoutMgr in com.iizigo.panel.prop.mlistModifier and TypeClassDescriptionclass
Mobile list group layout.class
Mobile list layout.Uses of LayoutMgr in com.iizigo.panel.prop.table
Subclasses of LayoutMgr in com.iizigo.panel.prop.tableUses of LayoutMgr in com.iizix
Modifier and TypeMethodDescriptionLayoutMgr<?>
IComponent.getLayoutMgr()
Gets the UI LayoutManager for the component.LayoutMgr<?>
IComponent.setLayoutMgr
(LayoutMgr<?> layoutManager) Sets the UI LayoutManager for the component.Modifier and TypeMethodDescriptionLayoutMgr<?>
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 LayoutMgrConstructors in com.iizix.prop.bridge with parameters of type LayoutMgrModifierConstructorDescriptionBridgeContainer
(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.uiModifier and TypeClassDescriptionclass
AbsoluteLayout is a layout manager.class
Accordion container specific layout manager.class
BorderLayout is a layout manager.class
Menu specific layout manager.class
FlexLayout is a layout manager.class
GridLayout is a layout manager.class
Header specific layout manager.class
List container specific layout manager.class
Menu bar specific layout manager.class
Menu specific layout manager.class
Swap container specific layout manager.class
Tab bar specific layout manager.class
Tab container specific layout manager.Methods in com.iizix.prop.ui with type parameters of type LayoutMgrModifier and TypeMethodDescription<LAYOUT_MGR extends LayoutMgr<?>>
LAYOUT_MGRIUIComp.getLayoutMgr
(Class<LAYOUT_MGR> layoutMgrClass) Gets the layout manager for the component.<LAYOUT_MGR extends LayoutMgr<?>>
LAYOUT_MGRUIComp.getLayoutMgr
(Class<LAYOUT_MGR> layoutMgrClass) Gets the layout manager for the component.Methods in com.iizix.prop.ui that return LayoutMgrModifier and TypeMethodDescriptionLayoutMgr<?>
LayoutMgr.clone()
Creates a clone out of this property.LayoutMgr<?>
UIComp.getLayoutMgr()
Gets the layout manager for the component.final LayoutMgr<?>
UIComp.setLayoutMgr
(LayoutMgr<?> layoutManager) Sets the layout manager for the component.protected final LayoutMgr<?>
LayoutMgr.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Methods in com.iizix.prop.ui with parameters of type LayoutMgrModifier and TypeMethodDescriptionfinal 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.calendarUses of LayoutMgr in com.iizix.prop.ui.map
Subclasses of LayoutMgr in com.iizix.prop.ui.mapUses of LayoutMgr in com.iizix.prop.ui.mlist
Subclasses of LayoutMgr in com.iizix.prop.ui.mlistModifier and TypeClassDescriptionclass
Layout manager for mobile list groups.class
Layout manager for all mobile lists.Uses of LayoutMgr in com.iizix.prop.ui.table
Subclasses of LayoutMgr in com.iizix.prop.ui.table