Uses of Class
com.iizix.prop.ui.LayoutMgr
Package
Description
Uses of LayoutMgr in com.iizigo.panel.prop
Modifier 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.Modifier 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.Uses of LayoutMgr in com.iizigo.panel.prop.calendar
Uses of LayoutMgr in com.iizigo.panel.prop.map
Uses of LayoutMgr in com.iizigo.panel.prop.mlist
Modifier and TypeClassDescriptionclass
Mobile list group layout.class
Mobile list layout.Uses of LayoutMgr in com.iizigo.panel.prop.table
Uses 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
ModifierConstructorDescriptionBridgeContainer
(UIContainer uiContainer, LayoutMgr<LAYOUT_PROP> layoutMgr, PropCnr propCnr) Constructs the bridge with UI container.Uses of LayoutMgr in com.iizix.prop.ui
Modifier 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.Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionfinal LayoutMgr<?>
UIComp.setLayoutMgr
(LayoutMgr<?> layoutManager) Sets the layout manager for the component.Uses of LayoutMgr in com.iizix.prop.ui.calendar
Uses of LayoutMgr in com.iizix.prop.ui.map
Uses of LayoutMgr in com.iizix.prop.ui.mlist
Modifier and TypeClassDescriptionclass
Layout manager for mobile list groups.class
Layout manager for all mobile lists.Uses of LayoutMgr in com.iizix.prop.ui.table