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 UIContainer
DropInfo. 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 class
EMUIHeading
Heading container.class
EMUISimpleDialog
Editor class for UISimpleDialog.class
EMUITabBar
Tab bar container.class
EUIAccordion
Accordion container.class
EUIContainer
Editor class for UIContainer.class
EUIContextMenu
Context menu container.class
EUIDialog
Editor class for UIDialog.class
EUIMenu
Menu container.class
EUIMenuBar
Menu bar container.class
EUIPanel
Editor class for UIPanel.class
EUIPanelPart
Editor class for UIPanel.class
EUIPanelPartCnr
Editor class for UIContainer.class
EUISwapContainer
Swap container.class
EUITabContainer
Tab container.class
EUITitlePane
Group container.Methods in com.iizigo.panel.prop with parameters of type UIContainer Modifier and Type Method Description void
EAbsoluteLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)
Called to convert one layout to another when the layout has been dropped into a container.void
EBorderLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)
Called to convert one layout to another when the layout has been dropped into a container.void
EFlexLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)
Called to convert one layout to another when the layout has been dropped into a container.void
EGridLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)
Called to convert one layout to another when the layout has been dropped into a container.void
IELayoutMgrDND. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)
Called to convert one layout to another when the layout has been dropped into a container.default void
IELayoutMgrSimpleDND. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)
Called to convert one layout to another when the layout has been dropped into a container.LinkData
DragDropPropCnr. getLinkData(UIContainer cnr)
Gets the link data for the external operation.default boolean
IEUICompBase. 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 class
EUICalendarList
Calendar 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 class
EMapMarkers
Map markers container for the designer.class
EUIMap
Map component.Uses of UIContainer in com.iizigo.panel.prop.mlist
Subclasses of UIContainer in com.iizigo.panel.prop.mlist Modifier and Type Class Description class
EMLGroup
Mobile list items group container for the designer.class
EMList
List component.Uses of UIContainer in com.iizigo.panel.prop.table
Subclasses of UIContainer in com.iizigo.panel.prop.table Modifier and Type Class Description class
EUITable
The 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. PANEL
The Panel module.Methods in com.iizix that return UIContainer Modifier and Type Method Description UIContainer
IComponent. 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 UIContainer
BridgeContainer. 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 class
AbstractContentUIContainer<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 class
MUIHeading
Header UI container.class
MUISimpleDialog
Simple mobile popup dialog.class
MUITabBar
Tab bar UI container.class
UIAccordion
Accordion UI container.class
UIContextMenu
Context menu UI container.class
UIDialog
Desktop popup dialog.class
UIMenu
Menu UI container.class
UIMenuBar
Menu bar UI container.class
UIPanel
Panel UI container.class
UIPanelBase
Base panel UI container.class
UIPanelPart
Panel part UI container.class
UIPanelPartCnr
The UI panel part container.class
UISwapContainer
UI swap container.class
UITabContainer
UI tab container.class
UITitlePane
Title panel UI container optionally collapsable.Methods in com.iizix.prop.ui that return UIContainer Modifier and Type Method Description UIContainer
UIContainer. clone()
Creates a clone out of this property.UIContainer
LayoutMgr. getUIContainer()
Gets the UI container.UIContainer
UIComps. getUIContainer()
Gets the parent container.UIContainer
UIComp. 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 boolean
UIComp. 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 boolean
UIContainer. 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 class
UICalendarList
Calendar 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 class
MapMarkers
The map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.class
UIMap
Map 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 class
MLGroup
The 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.class
MList
Mobile 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 class
UITable
The table UI container.