Uses of Class
com.iizix.prop.ui.LayoutProp
Uses of LayoutProp in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop with type parameters of type LayoutProp Modifier and Type Interface Description interface
IELayoutMgr<LAYOUT_PROP extends LayoutProp>
Interface implemented by layout managers.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.Subclasses of LayoutProp in com.iizigo.panel.prop Modifier and Type Class Description class
EAbsoluteData
Setup layout data for a component in a container with absolute layout.class
EAccordionData
Setup layout data for a component in a container with accordion layout.class
EBorderData
Setup layout data for a component in a container with border layout.class
EContextMenuData
Setup layout data for a component in a container with context menu layout.class
EFlexData
Flex layout data.class
EGridData
Grid layout data.class
EHeadingData
Setup layout data for a component in a container with heading layout.class
EListData
Setup layout data for a component in a container with (mobile) list layout.class
EMenuBarData
Setup layout data for a component in a container with menu bar layout.class
EMenuData
Setup layout data for a component in a container with menu layout.class
EPanelData
Setup layout data for all panels.class
ESwapData
Setup layout data for a component in a container with tab layout.class
ETabBarData
Setup layout data for a component in a container with tab bar layout.class
ETabData
Setup layout data for a component in a container with tab layout.Methods in com.iizigo.panel.prop with parameters of type LayoutProp Modifier and Type Method Description void
EAbsoluteLayout. onBeforeAdd(UIComp component, LayoutProp layout, int index, IComplexOperation op)
Called prior to adding the new component to the layout in order to adjust the layout data.Uses of LayoutProp in com.iizigo.panel.prop.calendar
Subclasses of LayoutProp in com.iizigo.panel.prop.calendar Modifier and Type Class Description class
ECalendarData
Layout data for calendar list and its calendar events.Uses of LayoutProp in com.iizigo.panel.prop.map
Subclasses of LayoutProp in com.iizigo.panel.prop.map Modifier and Type Class Description class
EMapData
Layout data for maps.Uses of LayoutProp in com.iizigo.panel.prop.mlist
Subclasses of LayoutProp in com.iizigo.panel.prop.mlist Modifier and Type Class Description class
EMListData
Layout data for a component in a container with (mobile) list layout.Uses of LayoutProp in com.iizigo.panel.prop.table
Subclasses of LayoutProp in com.iizigo.panel.prop.table Modifier and Type Class Description class
EUITableData
Setup layout data for a component in a container with tab layout.Uses of LayoutProp in com.iizix.prop.bridge
Classes in com.iizix.prop.bridge with type parameters of type LayoutProp Modifier and Type Class Description class
BridgeContainer<LAYOUT_PROP extends LayoutProp>
Container class bridging one or several VS elements to UI components in a panel, with text translation support.Uses of LayoutProp in com.iizix.prop.ui
Classes in com.iizix.prop.ui with type parameters of type LayoutProp Modifier and Type Class Description class
LayoutMgr<LAYOUT_PROP extends LayoutProp>
LayoutMgr is the class that handles layout of UIComp's in a UI container.Subclasses of LayoutProp in com.iizix.prop.ui Modifier and Type Class Description class
AbsoluteData
The AbsoluteData is the layout data for components in a container with AbsoluteLayout.class
AccordionData
The AccordionData is the layout data for components in a container with AccordionLayout.class
BorderData
The BorderData is the layout data for components in a container with BorderLayout.class
ContextMenuData
The ContextMenuData is the layout data for components in a container with ContextMenuLayout.class
FlexData
The FlexData is the layout data for components in a container with FlexLayout.class
GridData
The GridData is the layout data for components in a container with GridLayout.class
HeadingData
The HeadingData is the layout data for components in a container with HeadingLayout.class
ListData
The ListData is the layout data for components in a container with ListLayout.class
MenuBarData
The MenuBarData is the layout data for components in a container with MenuBarLayout.class
MenuData
The MenuData is the layout data for components in a container with MenuLayout.class
PanelData
The panel layout data.class
SwapData
The SwapData is the layout data for components in a container with SwapLayout.class
TabBarData
The TabBarData is the layout data for components in a container with TabBarLayout.class
TabData
The TabData is the layout data for components in a container with TabLayout.Methods in com.iizix.prop.ui that return LayoutProp Modifier and Type Method Description LayoutProp
IUIComp. getLayout()
Gets the layout properties of this component.LayoutProp
UIComp. getLayout()
Gets the layout properties of this component.Methods in com.iizix.prop.ui with parameters of type LayoutProp Modifier and Type Method Description void
LayoutMgr. onBeforeAdd(UIComp component, LayoutProp layout, int index, IComplexOperation op)
Called prior to adding the new component to the layout in order to adjust the layout data.Uses of LayoutProp in com.iizix.prop.ui.calendar
Subclasses of LayoutProp in com.iizix.prop.ui.calendar Modifier and Type Class Description class
CalendarData
The layout data for calendar lists and their items: they are not used, but is required to be present by the framework.Uses of LayoutProp in com.iizix.prop.ui.map
Subclasses of LayoutProp in com.iizix.prop.ui.map Modifier and Type Class Description class
MapData
The layout data for all mobile list components or containers, i.e.Uses of LayoutProp in com.iizix.prop.ui.mlist
Subclasses of LayoutProp in com.iizix.prop.ui.mlist Modifier and Type Class Description class
MListData
The layout data for all mobile list components or containers, i.e.Uses of LayoutProp in com.iizix.prop.ui.table
Subclasses of LayoutProp in com.iizix.prop.ui.table Modifier and Type Class Description class
UITableData
The table column data is the layout data for components in a UITable container.