Uses of Interface
com.iizigo.panel.prop.IELayoutMgrDND
Packages that use IELayoutMgrDND 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 IELayoutMgrDND in com.iizigo.panel.prop
Subinterfaces of IELayoutMgrDND in com.iizigo.panel.prop Modifier and Type Interface Description 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 IELayoutMgrDND 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
EFlexLayout
Flex layout.class
EGridLayout
Grid layout.class
EHeadingLayout
Heading layout.class
EListLayout
List layout.class
ESwapLayout
Swap layout.class
ETabBarLayout
Tab bar layout.class
ETabLayout
Tab layout.Methods in com.iizigo.panel.prop with parameters of type IELayoutMgrDND Modifier and Type Method Description java.lang.String
UIContainerDesignerProp. replaceLayout(IELayoutMgrDND<?> layout, IPropUndoRedo undoRedo)
Adds or replaces existing layout with another one.Uses of IELayoutMgrDND in com.iizigo.panel.prop.calendar
Classes in com.iizigo.panel.prop.calendar that implement IELayoutMgrDND Modifier and Type Class Description class
ECalendarLayout
Map layout.Uses of IELayoutMgrDND in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IELayoutMgrDND Modifier and Type Class Description class
EMapLayout
Map layout.Uses of IELayoutMgrDND in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IELayoutMgrDND Modifier and Type Class Description class
EMLGroupLayout
Mobile list group layout.class
EMListLayout
Mobile list layout.Uses of IELayoutMgrDND in com.iizigo.panel.prop.table
Classes in com.iizigo.panel.prop.table that implement IELayoutMgrDND Modifier and Type Class Description class
EUITableLayout
UI Table layout.