Uses of Class
com.iizix.prop.ui.UIComp
Uses of UIComp in com.iizigo.java
Methods in com.iizigo.java with parameters of type UIComp Modifier and Type Method Description static void
EventConnections. addTooltipInfo(ApplicationUI appUI, org.eclipse.swt.widgets.Composite parent, UIComp comp)
Adds Java class and method events for tooltip text for UI components.Uses of UIComp in com.iizigo.link
Methods in com.iizigo.link that return types with arguments of type UIComp Modifier and Type Method Description static java.util.List<UIComp>
LinkData. getLinkTargets(UIPanelBase panel, java.util.List<ILinkCapable> linkCapableList)
Finds the list of UI components that this link capable component can be linked to in a panel.Uses of UIComp in com.iizigo.link.ui
Methods in com.iizigo.link.ui that return UIComp Modifier and Type Method Description UIComp[]
IUIBuilder. getUIBuildComponents()
Returns the UI components built with the builder.Methods in com.iizigo.link.ui with parameters of type UIComp Modifier and Type Method Description void
UIBuildData. addComponent(UIComp comp, ComplexOperation op)
Adds the layout operation when the first components is added.Uses of UIComp in com.iizigo.link.ui.builder
Methods in com.iizigo.link.ui.builder that return UIComp Modifier and Type Method Description UIComp[]
ButtonBuilder. getUIBuildComponents()
Returns the UI component classes built with the builder.UIComp[]
ComboBoxBuilder. getUIBuildComponents()
Returns the UI component classes built with the builder.UIComp[]
MenuItemBuilder. getUIBuildComponents()
Returns the UI component classes built with the builder.UIComp[]
TextAreaBuilder. getUIBuildComponents()
Returns the UI component classes built with the builder.UIComp[]
TextBuilder. getUIBuildComponents()
Returns the UI component classes built with the builder.Constructor parameters in com.iizigo.link.ui.builder with type arguments of type UIComp Constructor Description LayoutNewComponentsOperation(IEUIContainer container, java.util.List<UIComp> components)
Constructor.Uses of UIComp in com.iizigo.panel
Fields in com.iizigo.panel declared as UIComp Modifier and Type Field Description UIComp[]
DropInfo. comps
The components.Fields in com.iizigo.panel with type parameters of type UIComp Modifier and Type Field Description java.util.HashSet<UIComp>
PanelEditor.GridInfo. comps
Methods in com.iizigo.panel with parameters of type UIComp Modifier and Type Method Description static void
PanelEditor. doFlash(org.eclipse.swt.widgets.Composite composite, UIComp uiComp)
Performs flashing of a component in all open editors.static FontInfo
FontInfo. from(UIComp comp)
Gets the font information from a component.static FontInfo
FontInfo. from(UIComp comp, boolean recurseParents)
Gets the font information from a component.Uses of UIComp in com.iizigo.panel.prop
Subclasses of UIComp in com.iizigo.panel.prop Modifier and Type Class Description class
EMUIHeading
Heading container.class
EMUISimpleDialog
Editor class for UISimpleDialog.class
EMUISwitch
Mobile switch UI component.class
EMUITabBar
Tab bar container.class
EUIAccordion
Accordion container.class
EUIButton
Button component.class
EUICalendar
Calendar component.class
EUICheckBox
Checkbox component.class
EUICheckedMenuItem
Checked menu item component.class
EUIComboBox
Combobox component.class
EUIContainer
Editor class for UIContainer.class
EUIContextMenu
Context menu container.class
EUIDateTime
Date/Time UI component.class
EUIDialog
Editor class for UIDialog.class
EUIEmpty
Empty component.class
EUIGauge
Gauge component.class
EUIImage
Image component.class
EUIImage2
Image component.class
EUILabel
Label component.class
EUIMedia
Media component.class
EUIMenu
Menu container.class
EUIMenuBar
Menu bar container.class
EUIMenuItem
Menu item component.class
EUIMenuSeparator
Menu separator component.class
EUIOutput
Label component.class
EUIPanel
Editor class for UIPanel.class
EUIPanelPart
Editor class for UIPanel.class
EUIPanelPartCnr
Editor class for UIContainer.class
EUIProgress
Progress component.class
EUIRadioButton
Radio button component.class
EUIRadioMenuItem
Radio menu item component.class
EUISlider
Slider component.class
EUISpinner
Spinner UI component.class
EUISwapContainer
Swap container.class
EUITabContainer
Tab container.class
EUIText
Text component (entry field).class
EUITextArea
Text area component.class
EUITitlePane
Group container.Methods in com.iizigo.panel.prop that return UIComp Modifier and Type Method Description UIComp
DragDropPropCnr. getDNDComp(java.lang.String path, int dndIndex)
Gets the drag-drop component of the specified index.UIComp[]
IELayoutMgr. getUIComps()
Gets all components for the container of the layout manager.UIComp[]
EAbsoluteLayout. onDrop(DropInfo di)
Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.UIComp[]
EBorderLayout. onDrop(DropInfo di)
Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.UIComp[]
EFlexLayout. onDrop(DropInfo di)
Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.UIComp[]
EGridLayout. onDrop(DropInfo di)
Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.UIComp[]
EHeadingLayout. onDrop(DropInfo di)
Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.UIComp[]
IELayoutMgrDND. onDrop(DropInfo di)
Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.default UIComp[]
IELayoutMgrSimpleDND. onDrop(DropInfo di)
Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.default UIComp[]
IELayoutMgrSimpleDND. onDropStandard(DropInfo di, int targetColumn)
The standard routine to perform a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.Methods in com.iizigo.panel.prop with parameters of type UIComp Modifier and Type Method Description void
DragDropPropCnr. addDNDComp(UIComp comp)
Adds a component to the DND container for a JS drag.void
EAbsoluteLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
EAccordionLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
EBorderLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
EFlexLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
EGridLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
EHeadingLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
EListLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
EMenuBarLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
ESwapLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
ETabBarLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
ETabLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
IReplaceLayoutData. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.boolean
EGridLayout. clearComponentArea(ComplexOperation op, UIComp comp)
Clears the area occupied by a component.boolean
IClearComponentArea. clearComponentArea(ComplexOperation op, UIComp comp)
Clears the area occupied by a component.EAbsoluteData
EAbsoluteLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.EAccordionData
EAccordionLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.EBorderData
EBorderLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.EContextMenuData
EContextMenuLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.EFlexData
EFlexLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.EGridData
EGridLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.EHeadingData
EHeadingLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.EListData
EListLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.EMenuBarData
EMenuBarLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.EMenuData
EMenuLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.ESwapData
ESwapLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.ETabBarData
ETabBarLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.ETabData
ETabLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.LAYOUT_PROP
IELayoutMgr. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.int
EGridLayout.Grid. getColumn(UIComp c)
Gets the column of a component.int
EGridLayout.Grid. getRow(UIComp c)
Gets the row of a component.void
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.void
EHeadingLayout. onDropCompleted(DropInfo di, UIComp[] newComps, ComplexOperation op)
Called prior to executing the operation after a drop, to perform some additional processing.default void
IELayoutMgrSimpleDND. onDropCompleted(DropInfo di, UIComp[] newComps, ComplexOperation op)
Called prior to executing the operation after a drop, to perform some additional processing.Method parameters in com.iizigo.panel.prop with type arguments of type UIComp Modifier and Type Method Description default boolean
IEUIContainer. canContainComponent(java.lang.Class<? extends UIComp> componentClass)
Checks if the UIComponent class in question can be added in this container.org.eclipse.core.runtime.IStatus
EAbsoluteLayout. layoutNewComponents(java.util.List<UIComp> components, ComplexOperation op)
Called to perform layout of the newly added components.default org.eclipse.core.runtime.IStatus
IELayoutMgr. layoutNewComponents(java.util.List<UIComp> components, ComplexOperation op)
Called to perform layout of the newly added components.Constructors in com.iizigo.panel.prop with parameters of type UIComp Constructor Description EAbsoluteData(UIComp uiComp)
Creates a AbsoluteData container for the component in question, used e.g.EAccordionData(UIComp uiComp)
Creates a AccordionData container for the component in question, used e.g.EBorderData(UIComp uiComp)
Creates a BorderData container for the component in question, used e.g.EContextMenuData(UIComp uiComp)
Creates a ContextMenuData container for the component in question, used e.g.EFlexData(UIComp uiComp)
Creates a FlexData container for the component in question, used e.g.EGridData(UIComp uiComp)
Creates a GridData container for the component in question, used e.g.EHeadingData(UIComp uiComp)
Creates a HeadingData container for the component in question, used e.g.EListData(UIComp uiComp)
Creates a ListData container for the component in question, used e.g.EMenuBarData(UIComp uiComp)
Creates a MenuBarData container for the component in question, used e.g.EMenuData(UIComp uiComp)
Creates a MenuData container for the component in question, used e.g.ESwapData(UIComp uiComp)
Creates a BorderData container for the component in question, used e.g.ETabBarData(UIComp uiComp)
Creates a TabBarData container for the component in question, used e.g.ETabData(UIComp uiComp)
Creates a BorderData container for the component in question, used e.g.UICompDesignerProp(UIComp comp)
The constructor.UIMenuCompDesignerProp(UIComp comp)
The constructor.Uses of UIComp in com.iizigo.panel.prop.calendar
Subclasses of UIComp in com.iizigo.panel.prop.calendar Modifier and Type Class Description class
ECalendarEvent
The Editor version of a map marker.class
EUICalendarList
Calendar list component.Methods in com.iizigo.panel.prop.calendar with parameters of type UIComp Modifier and Type Method Description void
ECalendarLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.ECalendarData
ECalendarLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.Constructors in com.iizigo.panel.prop.calendar with parameters of type UIComp Constructor Description ECalendarData(UIComp uiComp)
Creates a ListData container for the component in question, used e.g.Uses of UIComp in com.iizigo.panel.prop.chart
Subclasses of UIComp in com.iizigo.panel.prop.chart Modifier and Type Class Description class
EUIChart
Chart component.Uses of UIComp in com.iizigo.panel.prop.creator
Classes in com.iizigo.panel.prop.creator with type parameters of type UIComp Modifier and Type Class Description class
NameVSFieldCreator<UICOMP extends UIComp>
The component name creator with it's VS Field.class
TextPromptCreator<UICOMP extends UIComp>
The label creator.Uses of UIComp in com.iizigo.panel.prop.map
Subclasses of UIComp in com.iizigo.panel.prop.map Modifier and Type Class Description class
EMapMarkerProp
The Editor version of a map marker.class
EMapMarkers
Map markers container for the designer.class
EUIMap
Map component.Methods in com.iizigo.panel.prop.map with parameters of type UIComp Modifier and Type Method Description void
EMapLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.EMapData
EMapLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.Constructors in com.iizigo.panel.prop.map with parameters of type UIComp Constructor Description EMapData(UIComp uiComp)
Creates a ListData container for the component in question, used e.g.Uses of UIComp in com.iizigo.panel.prop.mlist
Subclasses of UIComp 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.class
EMLItemProp
The Editor version of a mobile list items group container.Methods in com.iizigo.panel.prop.mlist with parameters of type UIComp Modifier and Type Method Description void
EMLGroupLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.void
EMListLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.EMListData
EMLGroupLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.EMListData
EMListLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.Constructors in com.iizigo.panel.prop.mlist with parameters of type UIComp Constructor Description EMListData(UIComp uiComp)
Creates a ListData container for the component in question, used e.g.Uses of UIComp in com.iizigo.panel.prop.table
Subclasses of UIComp in com.iizigo.panel.prop.table Modifier and Type Class Description class
EUITable
The Table "component" (really a container).class
EUITableColumn
The Table Column component.Methods in com.iizigo.panel.prop.table with parameters of type UIComp Modifier and Type Method Description void
EUITableLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)
Perform check of the component layout data and replaces it if required.EUITableData
EUITableLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.Constructors in com.iizigo.panel.prop.table with parameters of type UIComp Constructor Description EUITableData(UIComp uiComp)
Creates a BorderData container for the component in question, used e.g.Uses of UIComp in com.iizigo.panel.wizards
Classes in com.iizigo.panel.wizards with type parameters of type UIComp Modifier and Type Interface Description interface
IAddUICompProvider<UICOMP extends UIComp>
Interface used to provide information about a UI component to fill in the wizard or to perform auto-creation of VS components.interface
IUICompCreator<UICOMP extends UIComp>
Interface used to create the UI component in order to fill in the wizard or to perform auto-creation of VS components.Methods in com.iizigo.panel.wizards with parameters of type UIComp Modifier and Type Method Description static boolean
AddUICompWizard. doWizardBeforeDrop(UIComp dropComponent, UIComps uiComps, ComplexOperation op)
Performs the wizard prompting for the component before dropping it.Uses of UIComp in com.iizigo.vs.wizards
Constructors in com.iizigo.vs.wizards with parameters of type UIComp Constructor Description VSActionCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)
The constructor.VSColumnCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace vs, IPropUndoRedo undoRedo)
The constructor.VSFieldCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, IPropUndoRedo undoRedo)
The constructor.VSTableCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)
The constructor.Uses of UIComp in com.iizix
Methods in com.iizix with parameters of type UIComp Modifier and Type Method Description IFontInfo
IFontInfo.Resolver. from(UIComp comp)
Returns the font information for a component.Uses of UIComp in com.iizix.api.ui
Methods in com.iizix.api.ui with type parameters of type UIComp Modifier and Type Method Description <COMP extends UIComp>
COMPUIBaseEvent. getContainerFirstUIComponent(java.lang.String name, java.lang.Class<COMP> uiClass)
Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIBaseEvent. getContainerFirstUIComponentNull(java.lang.String name, java.lang.Class<COMP> uiClass)
Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIBaseEvent. getFirstUIComponent(java.lang.String name, java.lang.Class<COMP> uiClass)
Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIBaseEvent. getFirstUIComponentNull(java.lang.String name, java.lang.Class<COMP> uiClass)
Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIBaseEvent. getPanelUIComponent(@UIRef java.lang.String uiPath, java.lang.Class<COMP> uiClass)
Gets a UI component by UI path reference from the panel.<COMP extends UIComp>
COMPUIBaseEvent. getPanelUIComponentNull(@UIRef java.lang.String uiPath, java.lang.Class<COMP> uiClass)
Gets a UI component with relative reference from this container.Methods in com.iizix.api.ui that return UIComp Modifier and Type Method Description UIComp
UIActionEvent. getContextComponent()
The context UI component that caused the event, when the event is generated from a context menu.UIComp
UIFocusEvent. getOpposite()
Gets the opposite component for the focus operation, i.e.UIComp
UICreateEvent. getSource()
Gets the UI component created.UIComp
UIDestroyEvent. getSource()
Gets the UI component destroyed.UIComp
UIFocusEvent. getSource()
Gets the UI component that is the source of the event, i.e.UIComp
UISelectionEvent. getSource()
Gets the UI component that is the source of the event.UIComp
UITextChangeEvent. getSource()
Gets the UI component that is the source of the event, i.e.UIComp
UIValueChangeEvent. getSource()
Gets the UI component that is the source of the event, i.e.Constructors in com.iizix.api.ui with parameters of type UIComp Constructor Description UIActionEvent(IUIAction source, GProp<?> trigger, UIComp contextComponent)
Constructs the event for an action with a property being the trigger source, e.g.UICreateEvent(UIComp source)
Constructs the event for a component.UIDestroyEvent(UIComp source)
Constructs the event for a component.UIFocusEvent(UIComp source, UIComp opposite, boolean isFocusGained)
Constructs the event for a change without a trigger source.UIFocusEvent(UIComp source, UIComp opposite, boolean isFocusGained, GProp<?> trigger)
Constructs the event for a change event with a property being the trigger source, e.g.UISelectionEvent(UIComp source, IUISelection selection)
Constructs the event for a change without a trigger source.UISelectionEvent(UIComp source, IUISelection selection, GProp<?> trigger)
Constructs the event for a change event with a property being the trigger source, e.g.UITextChangeEvent(UIComp source)
Constructs the event for a text change without a trigger source.UITextChangeEvent(UIComp source, GProp<?> trigger)
Constructs the event for a text change event with a property being the trigger source, e.g.UIValueChangeEvent(UIComp source)
Constructs the event for a value change without a trigger source.UIValueChangeEvent(UIComp source, GProp<?> trigger)
Constructs the event for a value change event with a property being the trigger source, e.g.Uses of UIComp in com.iizix.api.vs
Methods in com.iizix.api.vs that return UIComp Modifier and Type Method Description UIComp
VSActionEvent. getContextComponent()
The context UI component that caused the event, when the event is generated from a context menu.UIComp
VSBaseEventWithTrigger. getTriggerUIComp()
Gets the UIComp that triggered the event.Constructors in com.iizix.api.vs with parameters of type UIComp Constructor Description VSActionEvent(VSAction source, GProp<?> trigger, UIComp contextComponent)
Constructs the event for an action with a property being the trigger source, e.g.Uses of UIComp in com.iizix.gyro
Methods in com.iizix.gyro that return UIComp Modifier and Type Method Description default UIComp
IAppSessionFocusProvider. findFocusFromVS(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, IVirtualSpaceFocusEngine vsFocusEngine, VirtualSpace vsVirtual, IVSComponent vsComp, UIComp currentFocusedUIComp, boolean mustChangePanel)
Finds the UI focus from VS.UIComp
IClientSessionGyro. getCurrentFocus()
Returns the current focus in the UI.Methods in com.iizix.gyro with parameters of type UIComp Modifier and Type Method Description default UIComp
IAppSessionFocusProvider. findFocusFromVS(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, IVirtualSpaceFocusEngine vsFocusEngine, VirtualSpace vsVirtual, IVSComponent vsComp, UIComp currentFocusedUIComp, boolean mustChangePanel)
Finds the UI focus from VS.Uses of UIComp in com.iizix.gyro.history
Methods in com.iizix.gyro.history with parameters of type UIComp Modifier and Type Method Description boolean
IAppHistoryEntry. setBackwardInfo(UIComp uiComp)
Sets the backward UI focus information for the entry.boolean
IAppHistoryEntry. setForwardInfo(UIComp uiComp)
Sets the forward UI focus information for the entry.Uses of UIComp in com.iizix.prop
Methods in com.iizix.prop with parameters of type UIComp Modifier and Type Method Description double
GUnit. getPixelValue(UIComp comp, boolean isHorz)
Calculates the unit into a pixel value using the font information.Uses of UIComp in com.iizix.prop.bridge
Methods in com.iizix.prop.bridge with parameters of type UIComp Modifier and Type Method Description LAYOUT_PROP
BridgeContainer. add(VSField field, UIComp comp, java.lang.String prompt, java.lang.String tooltip)
Adds a definition of a UI component mapping to a VS property.Uses of UIComp in com.iizix.prop.content
Subclasses of UIComp 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 UIComp in com.iizix.prop.ui
Subclasses of UIComp in com.iizix.prop.ui Modifier and Type Class Description class
AbstractUIAction
Abstract UI Action component such as buttons or menu item that are connected to a VS Action.class
MUIHeading
Header UI container.class
MUISimpleDialog
Simple mobile popup dialog.class
MUISwitch
Mobile switch UI component.class
MUITabBar
Tab bar UI container.class
UIAbstractListChoice
Abstract list choice UI component used for combobox and spinner.class
UIAccordion
Accordion UI container.class
UIButton
Button UI component.class
UICalendar
Calendar UI component.class
UICheckBox
Checkbox UI component.class
UICheckedMenuItem
Menu item UI component.class
UIComboBox
Combobox UI component.class
UIContainer
The UIContainer class is a standard simple container for components.class
UIContextMenu
Context menu UI container.class
UIDialog
Desktop popup dialog.class
UIEmpty
Empty UI component.class
UIGauge
Gauge UI component.class
UIImage
Image UI component.class
UIImage2
Image Crop and Upload UI component.class
UILabel
Label UI component.class
UIMedia
Media UI component.class
UIMenu
Menu UI container.class
UIMenuBar
Menu bar UI container.class
UIMenuItem
Menu item UI component.class
UIMenuSeparator
Menu separator UI component.class
UIOutput
Output (label) UI component.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
UIProgress
Progress UI component.class
UIRadioButton
Radio button UI component.class
UIRadioMenuItem
Menu item UI component.class
UISlider
Slider UI component.class
UISpinner
Spinner UI component.class
UISwapContainer
UI swap container.class
UITabContainer
UI tab container.class
UIText
Text UI component.class
UITextArea
Text area UI component.class
UITitlePane
Title panel UI container optionally collapsable.Fields in com.iizix.prop.ui declared as UIComp Modifier and Type Field Description static UIComp[]
UIComp. EMPTY
Empty array of components.Methods in com.iizix.prop.ui with type parameters of type UIComp Modifier and Type Method Description default <COMP extends UIComp>
COMPIUIComp. getContainerFirstUIComponent(java.lang.String name, java.lang.Class<COMP> uiClass)
Gets the first UI component of the specified name and UI class.default <COMP extends UIComp>
COMPIUIComp. getContainerFirstUIComponentNull(java.lang.String name, java.lang.Class<COMP> uiClass)
Gets the first UI component of the specified name and UI class.default <COMP extends UIComp>
COMPIUIComp. getFirstUIComponent(java.lang.String name, java.lang.Class<COMP> uiClass)
Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIContainer. getFirstUIComponent(java.lang.String name, java.lang.Class<COMP> uiClass)
Gets the first UI component of the specified name and UI class.default <COMP extends UIComp>
COMPIUIComp. getFirstUIComponentNull(java.lang.String name, java.lang.Class<COMP> uiClass)
Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIContainer. getFirstUIComponentNull(java.lang.String name, java.lang.Class<COMP> uiClass)
Gets the first UI component of the specified name and UI class.default <COMP extends UIComp>
COMPIUIComp. getPanelUIComponent(@UIRef java.lang.String uiPath, java.lang.Class<COMP> uiClass)
Gets a UI component by UI path reference from the panel.default <COMP extends UIComp>
COMPIUIComp. getPanelUIComponentNull(@UIRef java.lang.String uiPath, java.lang.Class<COMP> uiClass)
Gets a UI component by UI path reference from the panel.<COMP extends UIComp>
COMPUIContainer. getUIComponent(@UIRef java.lang.String uiPath, java.lang.Class<COMP> uiClass)
Gets a UI component with relative reference from this container.<COMP extends UIComp>
COMPUIContainer. getUIComponentNull(@UIRef java.lang.String uiPath, java.lang.Class<COMP> uiClass)
Gets a UI component with relative reference from this container.Methods in com.iizix.prop.ui that return UIComp Modifier and Type Method Description UIComp
UIComp. clone()
Creates a clone out of this property.UIComp[]
IUIContainer. getComponents()
Gets the UI components of the container.UIComp[]
UIContainer. getComponents()
Gets the UI components of the container.UIComp[]
IUIContainer. getRadioSelectionComponents(java.lang.String groupName)
Gets the components being part of the selection group specified.UIComp[]
IUIGroupSeparator. getRadioSelectionComponents(java.lang.String groupName)
Gets the components being part of the selection group specified.default UIComp[]
IUIRadioComponent. getRadioSelectionComponents()
Gets the components being part of the selection group.UIComp[]
UIContainer. getRadioSelectionComponents(java.lang.String groupName)
Gets the components being part of the selection group specified.UIComp
IUIContainer. getSelectedRadioComponent(java.lang.String groupName)
Gets the currently selected radio component in the group.default UIComp
IUIRadioComponent. getSelectedRadioComponent()
Gets the currently selected radio component in the group.UIComp
UIContainer. getSelectedRadioComponent(java.lang.String groupName)
Gets the currently selected radio component in the group.UIComp[]
LayoutMgr. getUIComps()
Gets all components for the container of the layout manager.UIComp[]
UIComps. getUIComps()
Gets the array of components.UIComp
UIAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String relativeReference)
Resolves a reference name to a UI component.Methods in com.iizix.prop.ui that return types with arguments of type UIComp Modifier and Type Method Description java.util.List<UIComp>
VSMappings. get(VSComponent vsComp)
Gets the mappings of a VSComponent to the panel components.Methods in com.iizix.prop.ui with parameters of type UIComp Modifier and Type Method Description LAYOUT_PROP
LayoutMgr. add(UIComp component)
Adds the component last.LAYOUT_PROP
LayoutMgr. add(UIComp component, int index)
Adds the component at a specific index.LAYOUT_PROP
LayoutMgr. add(UIComp component, int index, IComplexOperation op)
Adds the component at a specific index.void
UIComp. add(UIComp component)
Adds a component to the container with a property for the layout manager.boolean
VSMappings. add(java.lang.String uiRef, UIComp uiComp, VSComponent vsComp)
Adds a new mapping.boolean
VSMappings. add(java.lang.String uiRef, UIComp uiComp, VSComponent vsComp, boolean force)
Adds a new mapping.AbsoluteData
AbsoluteLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.AccordionData
AccordionLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.BorderData
BorderLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.ContextMenuData
ContextMenuLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.FlexData
FlexLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.GridData
GridLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.HeadingData
HeadingLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.abstract LAYOUT_PROP
LayoutMgr. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.ListData
ListLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.MenuBarData
MenuBarLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.MenuData
MenuLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.SwapData
SwapLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.TabBarData
TabBarLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.TabData
TabLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.java.util.List<VSComponent>
VSMappings. get(UIComp uiComp)
Gets the mappings of a panel UIComp to the VirtualSpace VSComponent's.default boolean
IUIAction. invoke(boolean isRemote, boolean doRequestFocus, UIComp focusComponent)
Invokes the action.default boolean
IUIAction. invoke(boolean isRemote, boolean doRequestFocus, UIComp focusComponent, boolean fromContextMenu, UIComp contextComponent)
Invokes the action.default void
IUIAction. invokeOnUIActionMethod(GProp<?> trigger, UIComp contextComponent)
Invoke the action event method.protected void
UIContextMenu. invokeOnUICreateMethod(UIComp component)
Invoke the create event methods of the component and the panel.protected void
UIPanelBase. invokeOnUICreateMethod(UIComp component)
Invoke the create event methods of the component and the panel.protected void
UIContextMenu. invokeOnUIDestroyMethod(UIComp component)
Invoke the create event methods of the component and the panel.protected void
UIPanelBase. invokeOnUIDestroyMethod(UIComp component)
Invoke the create event methods of the component and the panel.protected void
UIPanelBase. invokeOnUIFocusMethod(boolean isFocusGained, UIComp component, UIComp opposite, IGProp<?> trigger)
Invoke the focus event methods of the component and the panel.void
UIContextMenu. invokeOnUITextChangeMethod(UIComp component, GProp<?> trigger)
Invoke the onUITextChange event methods of the component and the panel.void
UIPanelBase. invokeOnUITextChangeMethod(UIComp component, GProp<?> trigger)
Invoke the onUITextChange event methods of the component and the panel.void
UIPanelBase. invokeOnUIValueChangeMethod(UIComp component, GProp<?> trigger)
Invoke the onUIValueChange event methods of the component and the panel.java.lang.String
VSMappings. list(UIComp uiComp, java.lang.String indent)
Lists the mappings from UI to VS.void
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.static int
MUISwitch. onValueChanged(UIComp switchComp, VSField field)
Called when the field value is set.static int
UICheckBox. onValueChanged(UIComp comp, VSField field)
Called when the field value is set.static void
UIRadioButton. onValueChanged(UIComp comp, VSField field, Value value, IPostEventProcessing postProcessing)
Called when the field value is set.boolean
LayoutMgr. remove(UIComp component)
Removes a component.static int
UICheckBox. setComponentCheckStateToVSField(UIComp comp, VSField field)
Sets the checkbox component from its check state values to its VirtualSpace Field, if any.static int
UIRadioButton. setComponentRadioSelectionToVSField(UIComp comp)
Sets the radio component from its selected state value to its VirtualSpace Field, if any.static int
MUISwitch. setComponentSwitchStateToVSField(UIComp switchComp, VSField field)
Sets the switch component from its check state values to its VirtualSpace Field, if any.java.lang.String
IUIComp. setUIContainerFocus(UIComp requestor, boolean doAnimate)
Sets the focus to the UI container and all its parents.java.lang.String
UIAccordion. setUIContainerFocus(UIComp requestor, boolean doAnimate)
Sets the focus to the UI container and all its parents.java.lang.String
UIComp. setUIContainerFocus(UIComp requestor, boolean doAnimate)
Sets the focus to the UI container and all its parents.java.lang.String
UIContainer. setUIContainerFocus(UIComp requestor, boolean doAnimate)
Sets the focus to the UI container and all its parents.java.lang.String
UISwapContainer. setUIContainerFocus(UIComp requestor, boolean doAnimate)
Sets the focus to the UI container and all its parents.java.lang.String
UITabContainer. setUIContainerFocus(UIComp requestor, boolean doAnimate)
Sets the focus to the UI container and all its parents.default void
ILayoutDataAlignX. verifyAlignX(UIComp comp, PropVerification verification)
Verifies if the component has implicit horizontal fill alignment and therefore that the align setting is undefined or matches.default void
ILayoutDataAlignY. verifyAlignY(UIComp comp, PropVerification verification)
Verifies if the component has implicit horizontal fill alignment and therefore that the align setting is undefined or matches.Uses of UIComp in com.iizix.prop.ui.calendar
Subclasses of UIComp in com.iizix.prop.ui.calendar Modifier and Type Class Description class
CalendarEvent
A (sub)calendar list event.class
UICalendarList
Calendar List UI component.Methods in com.iizix.prop.ui.calendar with parameters of type UIComp Modifier and Type Method Description CalendarData
CalendarLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.Uses of UIComp in com.iizix.prop.ui.chart
Subclasses of UIComp in com.iizix.prop.ui.chart Modifier and Type Class Description class
UIChart
Chart UI component.Uses of UIComp in com.iizix.prop.ui.datetime
Subclasses of UIComp in com.iizix.prop.ui.datetime Modifier and Type Class Description class
UIDateTime
Date/Time UI Component.Methods in com.iizix.prop.ui.datetime with parameters of type UIComp Modifier and Type Method Description static int
UIDateTime. setComponentToVSField(UIComp dateTimeComp, VSField field)
Sets the value from component to its VirtualSpace field, if any.Uses of UIComp in com.iizix.prop.ui.map
Subclasses of UIComp in com.iizix.prop.ui.map Modifier and Type Class Description class
MapMarkerProp
The property container for map markers.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.Methods in com.iizix.prop.ui.map with parameters of type UIComp Modifier and Type Method Description MapData
MapLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.Uses of UIComp in com.iizix.prop.ui.mlist
Subclasses of UIComp 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.class
MLItemProp
The property container for mobile list items.Methods in com.iizix.prop.ui.mlist with parameters of type UIComp Modifier and Type Method Description MListData
MLGroupLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.MListData
MListLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.void
MLItemProp. invokeOnUIActionMethod(GProp<?> trigger, UIComp contextComponent)
Invokes the action event method, overridden to call potential action listeners of the content item.Uses of UIComp in com.iizix.prop.ui.selection
Methods in com.iizix.prop.ui.selection that return UIComp Modifier and Type Method Description UIComp
BooleanSelection. getUISource()
Gets the UI component being the source of the event.UIComp
IUISelection. getUISource()
Gets the UI component being the source of the event.UIComp
MultipleIndiciesSelection. getUISource()
Gets the UI component being the source of the event.UIComp
NoSelection. getUISource()
Gets the UI component being the source of the event.UIComp
RadioSelection. getUISource()
Gets the UI component being the source of the event.UIComp
SingleIndexSelection. getUISource()
Gets the UI component being the source of the event.UIComp
TriStateSelection. getUISource()
Gets the UI component being the source of the event.Uses of UIComp in com.iizix.prop.ui.table
Subclasses of UIComp in com.iizix.prop.ui.table Modifier and Type Class Description class
UITable
The table UI container.class
UITableColumn
The table column UI container.Methods in com.iizix.prop.ui.table with parameters of type UIComp Modifier and Type Method Description UITableData
UITableLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.Uses of UIComp in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type UIComp Modifier and Type Method Description java.lang.String
VSAction. invoke(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, UIComp contextComponent, IVSActionProcessComplete completeCallback)
Invokes the action.protected void
VirtualSpace. invokeOnVSActionMethod(VSAction action, GProp<?> trigger, UIComp contextComponent)
Invoke the action event method.Uses of UIComp in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return UIComp Modifier and Type Method Description UIComp
ClientSessionGyro. getCurrentFocus()
Returns the current focus in the UI.Methods in com.iizix.server.gyro with parameters of type UIComp Modifier and Type Method Description boolean
AppHistoryEntry. setBackwardInfo(UIComp uiComp)
Sets the backward UI focus information for the entry.boolean
AppHistoryEntry. setForwardInfo(UIComp uiComp)
Sets the forward UI focus information for the entry.