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 interfaceIELayoutMgr<LAYOUT_PROP extends LayoutProp>Interface implemented by layout managers.interfaceIELayoutMgrDND<LAYOUT_PROP extends LayoutProp>Interface implemented by layout managers that support drag-drop in the panel designer.interfaceIELayoutMgrSimpleDND<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 classEAbsoluteDataSetup layout data for a component in a container with absolute layout.classEAccordionDataSetup layout data for a component in a container with accordion layout.classEBorderDataSetup layout data for a component in a container with border layout.classEContextMenuDataSetup layout data for a component in a container with context menu layout.classEFlexDataFlex layout data.classEGridDataGrid layout data.classEHeadingDataSetup layout data for a component in a container with heading layout.classEListDataSetup layout data for a component in a container with (mobile) list layout.classEMenuBarDataSetup layout data for a component in a container with menu bar layout.classEMenuDataSetup layout data for a component in a container with menu layout.classEPanelDataSetup layout data for all panels.classESwapDataSetup layout data for a component in a container with tab layout.classETabBarDataSetup layout data for a component in a container with tab bar layout.classETabDataSetup 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 voidEAbsoluteLayout. 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 classECalendarDataLayout 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 classEMapDataLayout 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 classEMListDataLayout 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 classEUITableDataSetup 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 classBridgeContainer<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 classLayoutMgr<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 classAbsoluteDataThe AbsoluteData is the layout data for components in a container with AbsoluteLayout.classAccordionDataThe AccordionData is the layout data for components in a container with AccordionLayout.classBorderDataThe BorderData is the layout data for components in a container with BorderLayout.classContextMenuDataThe ContextMenuData is the layout data for components in a container with ContextMenuLayout.classFlexDataThe FlexData is the layout data for components in a container with FlexLayout.classGridDataThe GridData is the layout data for components in a container with GridLayout.classHeadingDataThe HeadingData is the layout data for components in a container with HeadingLayout.classListDataThe ListData is the layout data for components in a container with ListLayout.classMenuBarDataThe MenuBarData is the layout data for components in a container with MenuBarLayout.classMenuDataThe MenuData is the layout data for components in a container with MenuLayout.classPanelDataThe panel layout data.classSwapDataThe SwapData is the layout data for components in a container with SwapLayout.classTabBarDataThe TabBarData is the layout data for components in a container with TabBarLayout.classTabDataThe 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 LayoutPropIUIComp. getLayout()Gets the layout properties of this component.LayoutPropUIComp. getLayout()Gets the layout properties of this component.Methods in com.iizix.prop.ui with parameters of type LayoutProp Modifier and Type Method Description voidLayoutMgr. 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 classCalendarDataThe 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 classMapDataThe 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 classMListDataThe 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 classUITableDataThe table column data is the layout data for components in a UITable container.