Uses of Class
rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIElementComponent

Packages that use GUIElementComponent
rs.sol.soloist.server.guiconfiguration.construction Provides root GUI class and the main class that deals with widget interaction. 
rs.sol.soloist.server.guiconfiguration.elementcomponents Provides GUI classes for widgets that display and edit objects from the domain object space. 
 

Uses of GUIElementComponent in rs.sol.soloist.server.guiconfiguration.construction
 

Methods in rs.sol.soloist.server.guiconfiguration.construction that return GUIElementComponent
static GUIElementComponent GUIFactory.getBrowseButton(GUIPanelComponent panel)
          Deprecated.  
static GUIElementComponent GUIFactory.getSlotValueComponent(GUIPanelComponent panel)
          Deprecated.  
 

Uses of GUIElementComponent in rs.sol.soloist.server.guiconfiguration.elementcomponents
 

Subclasses of GUIElementComponent in rs.sol.soloist.server.guiconfiguration.elementcomponents
 class GUIEdit
          A class that covers a variaty of widgets and input controls (fields, lists, combo boxes, suggest boxes, trees, and tables) that serve to help users pick or specify a value or values (both class or a data type instances) from the domain object space and edit or modify the object space.
 class GUIInput
          A class that covers a variaty of widgets and input controls (fields, lists, combo boxes, suggest boxes, trees, and tables) that serve to help users pick or specify a value or values (both class or a data type instances) from the domain object space.
 

Fields in rs.sol.soloist.server.guiconfiguration.elementcomponents with type parameters of type GUIElementComponent
 IAssociationEndInstance<GUIElementComponent> GUIWidget.owner
          Deprecated. Not for public use.
 IAssociationEndInstance<GUIElementComponent> GUIElementInput.owner
          Deprecated. Not for public use.
 IAssociationEndInstance<GUIElementComponent> GUIElementComponentKind.owner
          Deprecated. Not for public use.
 

Methods in rs.sol.soloist.server.guiconfiguration.elementcomponents that return GUIElementComponent
static GUIElementComponent GUIElementComponent.create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget)
          Deprecated.  
static GUIElementComponent GUIElementComponent.create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input)
          Deprecated.  
static GUIElementComponent GUIElementComponent.create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.create(GUIContainerComponent parent, java.lang.String name, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input)
          Deprecated.  
static GUIElementComponent GUIElementComponent.create(GUIContainerComponent parent, java.lang.String name, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.create(GUIContainerComponent parent, java.lang.String name, GUIElementComponentKind kind, GUIWidget widget, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInput(GUIContainerComponent parent, GUIWidget widget, GUIElementInput input)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInput(GUIContainerComponent parent, GUIWidget widget, GUIElementInput input, int row, int column)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInput(GUIContainerComponent parent, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInput(GUIContainerComponent parent, java.lang.String name, boolean isMultiselect, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInput(GUIContainerComponent parent, java.lang.String name, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInput(GUIContainerComponent parent, java.lang.String name, IDataType type)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInput(GUIContainerComponent parent, java.lang.String name, IDataType type, int row, int column)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInput(GUIContainerComponent parent, java.lang.String name, IDataType type, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInputCheckbox(GUIContainerComponent parent, java.lang.String name, java.lang.String label, boolean initialValue)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInputCheckbox(GUIContainerComponent parent, java.lang.String name, java.lang.String label, boolean initialValue, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInputTree(GUIContainerComponent parent, GUIElementInput input)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInputTree(GUIContainerComponent parent, java.lang.String name, boolean isMultiselect, GUIElementInput input)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInputTree(GUIContainerComponent parent, java.lang.String name, boolean isMultiselect, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInputTree(GUIContainerComponent parent, java.lang.String name, GUIElementInput input)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createInputTree(GUIContainerComponent parent, java.lang.String name, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, GUIElementInput input, int row, int column)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, int row, int column)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property, int row, int column)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, GUIWidget widget, int row, int column)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, GUIWidget widget, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, int row, int column)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditor(GUIContainerComponent parent, IProperty property, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditorCheckbox(GUIContainerComponent parent, IProperty property, ISlot inputPin, java.lang.String label, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditorCheckbox(GUIContainerComponent parent, IProperty property, java.lang.String label, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent GUIElementComponent.createSlotEditorTree(GUIContainerComponent parent, IProperty property, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
 GUIElementComponent GUIWidget.getOwner()
          Deprecated.  
 GUIElementComponent GUIElementInput.getOwner()
          Deprecated.  
 

Methods in rs.sol.soloist.server.guiconfiguration.elementcomponents with parameters of type GUIElementComponent
static rs.sol.soloist.client.common.info2.SuggestWidgetInfo GUISuggestWidget.createInfo(GUIElementComponent component)
          Deprecated.  
static rs.sol.soloist.client.common.info2.ComboWidgetInfo GUIComboWidget.createInfo(GUIElementComponent component)
          Deprecated.  
static GUITreeWidget GUITreeWidget.get(GUIElementComponent c)
          Deprecated.  
static GUITableWidget GUITableWidget.get(GUIElementComponent ec)
          Deprecated.  
static GUISuggestWidget GUISuggestWidget.get(GUIElementComponent ec)
          Deprecated.  
static GUISubnodesInput GUISubnodesInput.get(GUIElementComponent ec)
          Deprecated.  
static GUISlotValueInput GUISlotValueInput.get(GUIElementComponent ec)
          Deprecated.  
static GUISlotEditorKind GUISlotEditorKind.get(GUIElementComponent ec)
          Deprecated.  
static GUIParametrizedInput GUIParametrizedInput.get(GUIElementComponent ec)
          Deprecated.  
static GUIMultipleElementWidget GUIMultipleElementWidget.get(GUIElementComponent c)
          Deprecated.  
static GUIInputKind GUIInputKind.get(GUIElementComponent ec)
          Deprecated.  
static GUIFieldWidget GUIFieldWidget.get(GUIElementComponent ec)
          Deprecated.  
static GUIComboWidget GUIComboWidget.get(GUIElementComponent ec)
          Deprecated.  
static GUICollectionInput GUICollectionInput.get(GUIElementComponent ec)
          Deprecated.