Uses of Class
com.iizix.prop.ui.LayoutProp
Package
Description
Uses of LayoutProp in com.iizigo.panel.prop
Modifier and TypeInterfaceDescriptioninterface
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.Modifier and TypeClassDescriptionclass
Setup layout data for a component in a container with absolute layout.class
Setup layout data for a component in a container with accordion layout.class
Setup layout data for a component in a container with border layout.class
Setup layout data for a component in a container with context menu layout.class
Flex layout data.class
Grid layout data.class
Setup layout data for a component in a container with heading layout.class
Setup layout data for a component in a container with (mobile) list layout.class
Setup layout data for a component in a container with menu bar layout.class
Setup layout data for a component in a container with menu layout.class
Setup layout data for all panels.class
Setup layout data for a component in a container with tab layout.class
Setup layout data for a component in a container with tab bar layout.class
Setup layout data for a component in a container with tab layout.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Layout data for calendar list and its calendar events.Uses of LayoutProp in com.iizigo.panel.prop.map
Uses of LayoutProp in com.iizigo.panel.prop.mlist
Modifier and TypeClassDescriptionclass
Layout data for a component in a container with (mobile) list layout.Uses of LayoutProp in com.iizigo.panel.prop.table
Modifier and TypeClassDescriptionclass
Setup layout data for a component in a container with tab layout.Uses of LayoutProp in com.iizix.prop.bridge
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
LayoutMgr<LAYOUT_PROP extends LayoutProp>
LayoutMgr is the class that handles layout of UIComp's in a UI container.Modifier and TypeClassDescriptionclass
The AbsoluteData is the layout data for components in a container with AbsoluteLayout.class
The AccordionData is the layout data for components in a container with AccordionLayout.class
The BorderData is the layout data for components in a container with BorderLayout.class
The ContextMenuData is the layout data for components in a container with ContextMenuLayout.class
The FlexData is the layout data for components in a container with FlexLayout.class
The GridData is the layout data for components in a container with GridLayout.class
The HeadingData is the layout data for components in a container with HeadingLayout.class
The ListData is the layout data for components in a container with ListLayout.class
The MenuBarData is the layout data for components in a container with MenuBarLayout.class
The MenuData is the layout data for components in a container with MenuLayout.class
The panel layout data.class
The SwapData is the layout data for components in a container with SwapLayout.class
The TabBarData is the layout data for components in a container with TabBarLayout.class
The TabData is the layout data for components in a container with TabLayout.Modifier and TypeMethodDescriptionIUIComp.getLayout()
Gets the layout properties of this component.UIComp.getLayout()
Gets the layout properties of this component.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
The layout data for all mobile list components or containers, i.e.Uses of LayoutProp in com.iizix.prop.ui.mlist
Modifier and TypeClassDescriptionclass
The layout data for all mobile list components or containers, i.e.Uses of LayoutProp in com.iizix.prop.ui.table
Modifier and TypeClassDescriptionclass
The table column data is the layout data for components in a UITable container.