Uses of Class
com.iizix.prop.ui.LayoutProp
Packages that use LayoutProp
Package
Description
Uses of LayoutProp in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop with type parameters of type LayoutPropModifier and TypeInterfaceDescriptioninterfaceIELayoutMgr<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.propModifier and TypeClassDescriptionclassSetup layout data for a component in a container with absolute layout.classSetup layout data for a component in a container with accordion layout.classSetup layout data for a component in a container with border layout.classSetup layout data for a component in a container with context menu layout.classFlex layout data.classGrid layout data.classSetup layout data for a component in a container with heading layout.classSetup layout data for a component in a container with (mobile) list layout.classSetup layout data for a component in a container with menu bar layout.classSetup layout data for a component in a container with menu layout.classSetup layout data for all panels.classSetup layout data for a component in a container with tab layout.classSetup layout data for a component in a container with tab bar layout.classSetup layout data for a component in a container with tab layout.Methods in com.iizigo.panel.prop with parameters of type LayoutPropModifier and TypeMethodDescriptionvoidEAbsoluteLayout.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.calendarModifier and TypeClassDescriptionclassLayout 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.mapUses of LayoutProp in com.iizigo.panel.prop.mlist
Subclasses of LayoutProp in com.iizigo.panel.prop.mlistModifier and TypeClassDescriptionclassLayout 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.tableModifier and TypeClassDescriptionclassSetup 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 LayoutPropModifier and TypeClassDescriptionclassBridgeContainer<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 LayoutPropModifier and TypeClassDescriptionclassLayoutMgr<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.uiModifier and TypeClassDescriptionclassThe AbsoluteData is the layout data for components in a container with AbsoluteLayout.classThe AccordionData is the layout data for components in a container with AccordionLayout.classThe BorderData is the layout data for components in a container with BorderLayout.classThe ContextMenuData is the layout data for components in a container with ContextMenuLayout.classThe FlexData is the layout data for components in a container with FlexLayout.classThe GridData is the layout data for components in a container with GridLayout.classThe HeadingData is the layout data for components in a container with HeadingLayout.classThe ListData is the layout data for components in a container with ListLayout.classThe MenuBarData is the layout data for components in a container with MenuBarLayout.classThe MenuData is the layout data for components in a container with MenuLayout.classThe panel layout data.classThe SwapData is the layout data for components in a container with SwapLayout.classThe TabBarData is the layout data for components in a container with TabBarLayout.classThe TabData is the layout data for components in a container with TabLayout.Methods in com.iizix.prop.ui that return LayoutPropModifier and TypeMethodDescriptionIUIComp.getLayout()Gets the layout properties of this component.UIComp.getLayout()Gets the layout properties of this component.Methods in com.iizix.prop.ui with parameters of type LayoutPropModifier and TypeMethodDescriptionvoidLayoutMgr.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.calendarModifier and TypeClassDescriptionclassThe 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.mapModifier and TypeClassDescriptionclassThe 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.mlistModifier and TypeClassDescriptionclassThe 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.tableModifier and TypeClassDescriptionclassThe table column data is the layout data for components in a UITable container.