Uses of Interface
com.iizigo.panel.prop.IELayoutMgr
Packages that use IELayoutMgr Package Description com.iizigo.panel.prop com.iizigo.panel.prop.calendar com.iizigo.panel.prop.map com.iizigo.panel.prop.mlist com.iizigo.panel.prop.table Uses of IELayoutMgr in com.iizigo.panel.prop
Subinterfaces of IELayoutMgr in com.iizigo.panel.prop Modifier and Type Interface Description interface
IELayoutMgrDND<LAYOUT_PROP extends LayoutProp>
Interface implemented by layout managers that support drag-drop in the panel designer.interface
IELayoutMgrSimpleDND<LAYOUT_PROP extends LayoutProp>
Simple DND layout manager that handles ordering of components in a straight array.Classes in com.iizigo.panel.prop that implement IELayoutMgr 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.Uses of IELayoutMgr in com.iizigo.panel.prop.calendar
Classes in com.iizigo.panel.prop.calendar that implement IELayoutMgr Modifier and Type Class Description class
ECalendarLayout
Map layout.Uses of IELayoutMgr in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IELayoutMgr Modifier and Type Class Description class
EMapLayout
Map layout.Uses of IELayoutMgr in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IELayoutMgr Modifier and Type Class Description class
EMLGroupLayout
Mobile list group layout.class
EMListLayout
Mobile list layout.Uses of IELayoutMgr in com.iizigo.panel.prop.table
Classes in com.iizigo.panel.prop.table that implement IELayoutMgr Modifier and Type Class Description class
EUITableLayout
UI Table layout.