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

Packages that use GUIEdit
rs.sol.soloist.server.guiconfiguration.elementcomponents Provides GUI classes for widgets that display and edit objects from the domain object space. 
 

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

Methods in rs.sol.soloist.server.guiconfiguration.elementcomponents that return GUIEdit
static GUIEdit GUIEdit.createCombo(GUIContainerComponent parent, IProperty editProperty)
          Creates a combo that presents objects obtained through the widget binding mechanism via the collection input pin (ipCollection() method) and edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the element input pin (ipElement() method).
static GUIEdit GUIEdit.createCombo(GUIContainerComponent parent, IProperty editProperty, IProperty slotValueProperty)
          Creates a combo that presents objects obtained by reading the slot that corresponds to provided slot value property of the domain object obtained through the widget binding mechanism via the slot value element input pin (ipSlotValueElement() method) and edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the element input pin (ipElement() method).
static GUIEdit GUIEdit.createCombo(GUIContainerComponent parent, IProperty editProperty, IProperty slotValueProperty, LayoutData layoutData)
          Creates a combo that presents objects obtained by reading the slot that corresponds to provided slot value property of the domain object obtained through the widget binding mechanism via the slot value element input pin (ipSlotValueElement() method), edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the element input pin (ipElement() method), and sets a specific layout data information.
static GUIEdit GUIEdit.createCombo(GUIContainerComponent parent, IProperty editProperty, LayoutData layoutData)
          Creates a combo that presents objects obtained through the widget binding mechanism via the collection input pin (ipCollection() method), edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the element input pin (ipElement() method), and sets a specific layout data information.
static GUIEdit GUIEdit.createField(GUIContainerComponent parent, IProperty editProperty)
          Creates a field control depending on the type and multiplicity of the provided edit property.
static GUIEdit GUIEdit.createField(GUIContainerComponent parent, IProperty editProperty, int row, int column)
          Creates a field control depending on the type and multiplicity of the provided edit property and sets the row and column indices for the target cell in a table.
static GUIEdit GUIEdit.createField(GUIContainerComponent parent, IProperty editProperty, LayoutData layoutData)
          Creates a field control depending on the type and multiplicity of the provided edit property and sets a specific layout data information.
static GUIEdit GUIEdit.createList(GUIContainerComponent parent, IProperty editProperty)
          Creates a list with check boxes that presents objects obtained through the widget binding mechanism via the collection input pin (ipCollection() method) and edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the element input pin (ipElement() method).
static GUIEdit GUIEdit.createList(GUIContainerComponent parent, IProperty editProperty, IProperty slotValueProperty)
          Creates a list with check boxes that presents objects obtained by reading the slot that corresponds to provided slot value property of the domain object obtained through the widget binding mechanism via the slot value element input pin (ipSlotValueElement() method) and edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the slot editor element input pin (ipElement() method).
static GUIEdit GUIEdit.createSuggest(GUIContainerComponent parent, IProperty editProperty)
          Creates a suggest widget that presents objects obtained through the widget binding mechanism via the collection input pin (ipCollection() method) and edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the element input pin (ipElement() method).
static GUIEdit GUIEdit.createSuggest(GUIContainerComponent parent, IProperty editProperty, IProperty slotValueProperty)
          Creates a suggest widget that presents objects obtained by reading the slot that corresponds to provided slot value property of the domain object obtained through the widget binding mechanism via the slot value element input pin (ipSlotValueElement() method) and edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the element input pin (ipElement() method).
static GUIEdit GUIEdit.createSuggest(GUIContainerComponent parent, IProperty editProperty, IProperty slotValueProperty, LayoutData layoutData)
          Creates a suggest widget that presents objects obtained by reading the slot that corresponds to provided slot value property of the domain object obtained through the widget binding mechanism via the slot value element input pin (ipSlotValueElement() method), edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the element input pin (ipElement() method), and sets a specific layout data information.
static GUIEdit GUIEdit.createSuggest(GUIContainerComponent parent, IProperty editProperty, LayoutData layoutData)
          Creates a suggest widget that presents objects obtained through the widget binding mechanism via the collection input pin (ipCollection() method), edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the element input pin (ipElement() method), and sets a specific layout data information.
static GUIEdit GUIEdit.createTree(GUIContainerComponent parent, IProperty editProperty)
          Creates a tree with check boxes that presents objects obtained through the widget binding mechanism via the collection input pin (ipCollection() method) and edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the element input pin (ipElement() method).
static GUIEdit GUIEdit.createTree(GUIContainerComponent parent, IProperty editProperty, IProperty slotValueProperty)
          Creates a tree with check boxes that presents objects obtained by reading the slot that corresponds to provided slot value property of the domain object obtained through the widget binding mechanism via the slot value element input pin (ipSlotValueElement() method) and edits a slot of the specified edit property of the object obtained through the widget binding mechanism via the slot editor element input pin (ipElement() method).
static GUIEdit GUIEdit.getBrowseButton(GUIPanelComponent panel)
          Returns the browse button from the file or picture widget.
static GUIEdit GUIEdit.getSlotValueComponent(GUIPanelComponent panel)
          Returns the slot value widget from the file or picture widget.