Uses of Class
com.iizix.prop.ui.UIContainer
Uses of UIContainer in com.iizigo.panel
Methods in com.iizigo.panel that return UIContainer Modifier and Type Method Description UIContainerDropInfo. getTargetContainer()Gets the target container.Uses of UIContainer in com.iizigo.panel.prop
Subclasses of UIContainer in com.iizigo.panel.prop Modifier and Type Class Description classEMUIHeadingHeading container.classEMUISimpleDialogEditor class for UISimpleDialog.classEMUITabBarTab bar container.classEUIAccordionAccordion container.classEUIContainerEditor class for UIContainer.classEUIContextMenuContext menu container.classEUIDialogEditor class for UIDialog.classEUIMenuMenu container.classEUIMenuBarMenu bar container.classEUIPanelEditor class for UIPanel.classEUIPanelPartEditor class for UIPanel.classEUIPanelPartCnrEditor class for UIContainer.classEUISwapContainerSwap container.classEUITabContainerTab container.classEUITitlePaneGroup container.Methods in com.iizigo.panel.prop with parameters of type UIContainer Modifier and Type Method Description voidEAbsoluteLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidEBorderLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidEFlexLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidEGridLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidIELayoutMgrDND. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.default voidIELayoutMgrSimpleDND. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.LinkDataDragDropPropCnr. getLinkData(UIContainer cnr)Gets the link data for the external operation.default booleanIEUICompBase. isValidContainer(UIContainer cnr)Verifies if this component can be added in a specific container.Constructors in com.iizigo.panel.prop with parameters of type UIContainer Constructor Description UIContainerDesignerProp(UIContainer propertyContainer)The constructor.UIMenuContainerDesignerProp(UIContainer comp)The constructor.Uses of UIContainer in com.iizigo.panel.prop.calendar
Subclasses of UIContainer in com.iizigo.panel.prop.calendar Modifier and Type Class Description classEUICalendarListCalendar list component.Uses of UIContainer in com.iizigo.panel.prop.map
Subclasses of UIContainer in com.iizigo.panel.prop.map Modifier and Type Class Description classEMapMarkersMap markers container for the designer.classEUIMapMap component.Uses of UIContainer in com.iizigo.panel.prop.mlist
Subclasses of UIContainer in com.iizigo.panel.prop.mlist Modifier and Type Class Description classEMLGroupMobile list items group container for the designer.classEMListList component.Uses of UIContainer in com.iizigo.panel.prop.table
Subclasses of UIContainer in com.iizigo.panel.prop.table Modifier and Type Class Description classEUITableThe Table "component" (really a container).Uses of UIContainer in com.iizix
Fields in com.iizix with type parameters of type UIContainer Modifier and Type Field Description static IPluginDescriptor<UIContainer>BaseModules. PANELThe Panel module.Methods in com.iizix that return UIContainer Modifier and Type Method Description UIContainerIComponent. getUIParent()Gets the parent container of this component.Uses of UIContainer in com.iizix.prop.bridge
Methods in com.iizix.prop.bridge that return UIContainer Modifier and Type Method Description UIContainerBridgeContainer. getContainer()Gets the UI container.Constructors in com.iizix.prop.bridge with parameters of type UIContainer Constructor Description BridgeContainer(UIContainer uiContainer, LayoutMgr<LAYOUT_PROP> layoutMgr, PropCnr propCnr)Constructs the bridge with UI container.Uses of UIContainer in com.iizix.prop.content
Subclasses of UIContainer in com.iizix.prop.content Modifier and Type Class Description classAbstractContentUIContainer<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>A property container that handles content and has custom content provider support.Uses of UIContainer in com.iizix.prop.ui
Subclasses of UIContainer in com.iizix.prop.ui Modifier and Type Class Description classMUIHeadingHeader UI container.classMUISimpleDialogSimple mobile popup dialog.classMUITabBarTab bar UI container.classUIAccordionAccordion UI container.classUIContextMenuContext menu UI container.classUIDialogDesktop popup dialog.classUIMenuMenu UI container.classUIMenuBarMenu bar UI container.classUIPanelPanel UI container.classUIPanelBaseBase panel UI container.classUIPanelPartPanel part UI container.classUIPanelPartCnrThe UI panel part container.classUISwapContainerUI swap container.classUITabContainerUI tab container.classUITitlePaneTitle panel UI container optionally collapsable.Methods in com.iizix.prop.ui that return UIContainer Modifier and Type Method Description UIContainerUIContainer. clone()Creates a clone out of this property.UIContainerLayoutMgr. getUIContainer()Gets the UI container.UIContainerUIComps. getUIContainer()Gets the parent container.UIContainerUIComp. getUIParent()Gets the parent container of this component.Methods in com.iizix.prop.ui with parameters of type UIContainer Modifier and Type Method Description protected booleanUIComp. verifyComponentScope(UIContainer scopeContainer, java.lang.String what, PropVerification verification, VSComponent vsOuter)Verifies that this component has it's VS references inside the outer VS reference.protected booleanUIContainer. verifyComponentScope(UIContainer scopeContainer, java.lang.String what, PropVerification verification, VSComponent vsOuter)Verifies that this component has it's VS references inside the outer VS reference.Uses of UIContainer in com.iizix.prop.ui.calendar
Subclasses of UIContainer in com.iizix.prop.ui.calendar Modifier and Type Class Description classUICalendarListCalendar List UI component.Uses of UIContainer in com.iizix.prop.ui.map
Subclasses of UIContainer in com.iizix.prop.ui.map Modifier and Type Class Description classMapMarkersThe map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.classUIMapMap UI component.Uses of UIContainer in com.iizix.prop.ui.mlist
Subclasses of UIContainer in com.iizix.prop.ui.mlist Modifier and Type Class Description classMLGroupThe mobile list item group contains mobile list items placed inserted into a list that comes from a VirtualSpace table or by means of the API.classMListMobile list item UI component.Uses of UIContainer in com.iizix.prop.ui.table
Subclasses of UIContainer in com.iizix.prop.ui.table Modifier and Type Class Description classUITableThe table UI container.