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

java.lang.Object
  extended by rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance
      extended by rs.sol.soloist.server.uml.commonimplementation.runtime._ClassInstance
          extended by rs.sol.soloist.server.javaimpl.runtime.SOLoistClassInstance
              extended by rs.sol.soloist.server.builtindomains.common.ObjectOfClass
                  extended by rs.sol.soloist.server.guiconfiguration.construction.GUIComponent
                      extended by rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIElementComponent
All Implemented Interfaces:
IElementPresentationProvider, IUpdatable, rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IClassInstance, IRTElement
Direct Known Subclasses:
GUIEdit, GUIInput

Deprecated. GUIInput and GUIEdit are introduced to improve the understandability of the API. GUIInput is there to capture all widgets that solely help in choosing one or more values (instances of primitive types or instances of classes) and do not edit the domain object space. GUIEdit is however there, to capture all widgets that modify domain object space.

@Deprecated
public class GUIElementComponent
extends GUIComponent

A class that covers wide variaty of widgets and input controls: fields, lists, combo boxes, suggest boxes, trees, and tables. All these forms have to do with data, that is, domain object space. Some forms serve to help users pick a value (a class or a data type instance) from the object space. Other however, serve to help users modify the object space.

Author:
SOL Expert Group

Nested Class Summary
static class GUIElementComponent.FQPropertyNames
          Deprecated.  
static class GUIElementComponent.PROPERTIES
          Deprecated.  
 
Field Summary
static IClass CLASSIFIER
          Deprecated. UML class reference
 IAttributeValue<Text> clearValue
          Deprecated. Not for public use.
static java.lang.String FQ_TYPE_NAME
          Deprecated. Fully qualified UML class name
 IAssociationEndInstance<GUIElementInput> input
          Deprecated. Not for public use.
 IAssociationEndInstance<GUIElementComponentKind> kind
          Deprecated. Not for public use.
 IAttributeValue<Text> value
          Deprecated. Not for public use.
 IAssociationEndInstance<GUIWidget> widget
          Deprecated. Not for public use.
 
Fields inherited from class rs.sol.soloist.server.guiconfiguration.construction.GUIComponent
addStyle, context, description, enabled, init, inputBindings, layoutData, logger, name, outputBindings, ownerTable, parent, removeStyle, show, showInParent, styleName, tooltip, visible
 
Constructor Summary
GUIElementComponent()
          Deprecated.  
 
Method Summary
 void addColumn(java.lang.String name, GUIComponent c)
          Deprecated.  
 void addColumnComponent(GUIComponent c)
          Deprecated.  
 void addColumnName(java.lang.String name)
          Deprecated.  
 void addEnumerationInstancesInfo(java.util.List<rs.sol.soloist.client.common.info.element.ElementInfo> list, IEnumeration enumeration)
          Deprecated.  
 void addInitialValue(rs.sol.soloist.server.uml.concepts.IElement el)
          Deprecated.  
 void clearColumnComponents()
          Deprecated.  
 void clearColumnNames()
          Deprecated.  
 void clearInitialValues()
          Deprecated.  
 void constructor()
          Deprecated.  
static GUIElementComponent create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget)
          Deprecated.  
static GUIElementComponent create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input)
          Deprecated.  
static GUIElementComponent create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent create(GUIContainerComponent parent, java.lang.String name, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input)
          Deprecated.  
static GUIElementComponent create(GUIContainerComponent parent, java.lang.String name, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent create(GUIContainerComponent parent, java.lang.String name, GUIElementComponentKind kind, GUIWidget widget, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createInput(GUIContainerComponent parent, GUIWidget widget, GUIElementInput input)
          Deprecated.  
static GUIElementComponent createInput(GUIContainerComponent parent, GUIWidget widget, GUIElementInput input, int row, int column)
          Deprecated.  
static GUIElementComponent createInput(GUIContainerComponent parent, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createInput(GUIContainerComponent parent, java.lang.String name, boolean isMultiselect, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createInput(GUIContainerComponent parent, java.lang.String name, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createInput(GUIContainerComponent parent, java.lang.String name, IDataType type)
          Deprecated.  
static GUIElementComponent createInput(GUIContainerComponent parent, java.lang.String name, IDataType type, int row, int column)
          Deprecated.  
static GUIElementComponent createInput(GUIContainerComponent parent, java.lang.String name, IDataType type, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createInputCheckbox(GUIContainerComponent parent, java.lang.String name, java.lang.String label, boolean initialValue)
          Deprecated.  
static GUIElementComponent createInputCheckbox(GUIContainerComponent parent, java.lang.String name, java.lang.String label, boolean initialValue, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createInputTree(GUIContainerComponent parent, GUIElementInput input)
          Deprecated.  
static GUIElementComponent createInputTree(GUIContainerComponent parent, java.lang.String name, boolean isMultiselect, GUIElementInput input)
          Deprecated.  
static GUIElementComponent createInputTree(GUIContainerComponent parent, java.lang.String name, boolean isMultiselect, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createInputTree(GUIContainerComponent parent, java.lang.String name, GUIElementInput input)
          Deprecated.  
static GUIElementComponent createInputTree(GUIContainerComponent parent, java.lang.String name, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, GUIElementInput input, int row, int column)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, int row, int column)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, int row, int column)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, GUIWidget widget, int row, int column)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, GUIWidget widget, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, int row, int column)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createSlotEditorCheckbox(GUIContainerComponent parent, IProperty property, ISlot inputPin, java.lang.String label, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createSlotEditorCheckbox(GUIContainerComponent parent, IProperty property, java.lang.String label, LayoutData layoutData)
          Deprecated.  
static GUIElementComponent createSlotEditorTree(GUIContainerComponent parent, IProperty property, GUIElementInput input, LayoutData layoutData)
          Deprecated.  
 java.lang.String getAllowedExtenstions()
          Deprecated.  
 boolean getAllowFreeText()
          Deprecated.  
 boolean getAutoSubmit()
          Deprecated.  
 java.lang.String getCheckBoxLabel()
          Deprecated.  
 java.util.List<GUIComponent> getColumnComponents()
          Deprecated.  
 java.lang.String[] getColumnNames()
          Deprecated.  
 java.lang.String getDefaultTime()
          Deprecated.  
 boolean getDisplayAsLabel()
          Deprecated.  
 boolean getDisplayDateAsCalendar()
          Deprecated.  
 boolean getEmptyTextAsNull()
          Deprecated.  
 boolean getHTML()
          Deprecated.  
 boolean getIndirect()
          Deprecated.  
 java.util.List<rs.sol.soloist.server.uml.concepts.IElement> getInitialValues()
          Deprecated.  
<T> T
getIntegralPart(ISlot<? extends IClassifierInstance> slot, java.lang.Class<T> cls)
          Deprecated.  
 int getLowerBound()
          Deprecated.  
 int getMaxFileSize()
          Deprecated.  
 int getMaxLength()
          Deprecated.  
 int getMinRows()
          Deprecated.  
 boolean getMultiline()
          Deprecated.  
 boolean getPartial()
          Deprecated.  
 boolean getPassword()
          Deprecated.  
 java.lang.String getPropertyFQName()
          Deprecated.  
 boolean getReadOnly()
          Deprecated.  
 java.lang.String getRegularExpression()
          Deprecated.  
 int getSelectionLowerBound()
          Deprecated.  
 int getSelectionUpperBound()
          Deprecated.  
 boolean getShowSuggestionsOnFocus()
          Deprecated.  
 boolean getSlotValueIndirect()
          Deprecated.  
 java.lang.String getSlotValuePropertyFQName()
          Deprecated.  
 GUICommandComponent getTableTransformer()
          Deprecated.  
 boolean getToggle()
          Deprecated.  
 java.lang.String getTypeFQName()
          Deprecated.  
 int getUpperBound()
          Deprecated.  
 ISlot<?> ipChecked()
          Deprecated.  
 ISlot<?> ipClearValue()
          Deprecated.  
 ISlot<?> ipCollection()
          Deprecated.  
 ISlot<?> ipElement()
          Deprecated.  
 ISlot<?> ipFocus()
          Deprecated.  
 ISlot<?> ipParent()
          Deprecated.  
 ISlot<?> ipRefresh()
          Deprecated.  
 ISlot<?> ipRefreshInput()
          Deprecated.  
 ISlot<?> ipReset()
          Deprecated.  
 ISlot<?> ipSelectAll()
          Deprecated.  
 ISlot<?> ipSelection()
          Deprecated.  
 ISlot<?> ipSlotValueElement()
          Deprecated.  
 ISlot<?> ipSubmit()
          Deprecated.  
 ISlot<?> ipSubnodesInput()
          Deprecated.  
 ISlot<?> ipUnchecked()
          Deprecated.  
 ISlot<?> ipUnselectAll()
          Deprecated.  
 ISlot<?> ipValue()
          Deprecated.  
 ISlot<?> opChecked()
          Deprecated.  
 ISlot<?> opEnterPressed()
          Deprecated.  
 ISlot<?> opFocus()
          Deprecated.  
 ISlot<?> opFocusLost()
          Deprecated.  
 ISlot<?> opSelection()
          Deprecated.  
 ISlot<?> opUnchecked()
          Deprecated.  
 ISlot<?> opValue()
          Deprecated.  
 void removeColumnComponent(GUIComponent c)
          Deprecated.  
 void removeColumnName(java.lang.String name)
          Deprecated.  
 void removeInitialValue(rs.sol.soloist.server.uml.concepts.IElement el)
          Deprecated.  
 void setAllowedExtensions(java.lang.String value)
          Deprecated.  
 void setAllowFreeText(boolean value)
          Deprecated.  
 void setAutoSubmit(boolean value)
          Deprecated.  
 void setCheckBoxLabel(java.lang.String value)
          Deprecated.  
 void setColumnComponents(GUIComponent... components)
          Deprecated.  
 void setColumnComponents(java.util.List<GUIComponent> components)
          Deprecated.  
 void setColumnNames(java.lang.String... values)
          Deprecated.  
 void setDefaultTime(java.lang.String value)
          Deprecated.  
 void setDisplayAsLabel(boolean value)
          Deprecated.  
 void setDisplayDateAsCalendar(boolean value)
          Deprecated.  
 void setEmptyTextAsNull(boolean value)
          Deprecated.  
 void setHTML(boolean value)
          Deprecated.  
 void setIndirect(boolean value)
          Deprecated.  
 void setInitialValues(java.util.List<rs.sol.soloist.server.uml.concepts.IElement> elements)
          Deprecated.  
 void setLowerBound(int value)
          Deprecated.  
 void setMaxFileSize(int value)
          Deprecated.  
 void setMaxLength(int value)
          Deprecated.  
 void setMinRows(int value)
          Deprecated.  
 void setMultiline(boolean value)
          Deprecated.  
 void setPartial(boolean value)
          Deprecated.  
 void setPassword(boolean value)
          Deprecated.  
 void setPropertyFQName(java.lang.String value)
          Deprecated.  
 void setReadOnly(boolean value)
          Deprecated.  
 void setRegularExpression(java.lang.String value)
          Deprecated.  
 void setSelectionLowerBound(int value)
          Deprecated.  
 void setSelectionUpperBound(int value)
          Deprecated.  
 void setShowSuggestionsOnFocus(boolean value)
          Deprecated.  
 void setSlotValueIndirect(boolean value)
          Deprecated.  
 void setSlotValuePropertyFQName(java.lang.String value)
          Deprecated.  
 void setTableTransformer(GUICommandComponent t)
          Deprecated.  
 void setToggle(boolean value)
          Deprecated.  
 void setTypeFQName(java.lang.String value)
          Deprecated.  
 void setUpperBound(int value)
          Deprecated.  
 void validate()
          Deprecated.  
 
Methods inherited from class rs.sol.soloist.server.guiconfiguration.construction.GUIComponent
addStyleNames, addValueToSlot, clearSlot, clone, createInfo, createInfoAlreadyValidated, destructor, fillElementInfo, getApplication, getCommands, getCommands, getCommonOwner, getContext, getDescription, getDescrString, getDragIcon, getEnabled, getFeature, getFeature, getInputBindings, getInputPin, getInputPins, getLabelString, getLargeIcon, getLayoutData, getName, getNameString, getOutputPin, getOutputPins, getOwner, getParts, getSetting, getSmallIcon, getStyle, getSubnodes, getTooltip, getTooltipString, getTypeString, getVisible, handle, ipAddStyle, ipEnabled, ipInit, ipRemoveStyle, ipShow, ipShowInParent, ipVisible, isInputPin, isOutputPin, putFeatureInfo, readElement, readElements, readSlot, readSlotAsInfo, readSubnodes, removeValueFromSlot, setCellAlignment, setCellSize, setCellStyle, setCenter, setContext, setDescription, setDirectionAndSize, setEnabled, setLayoutData, setLeftRightWidth, setName, setRowColumn, setRowColumn, setSize, setSlot, setSlot, setStyle, setTooltip, setTopBottomHeight, setVisible, setXY, toTranslateDescriptors, translatePinName, updateInfo, validateParts, validateParts
 
Methods inherited from class rs.sol.soloist.server.javaimpl.runtime.SOLoistClassInstance
destroy, equals, getAssociationEndInstance, getAssociationEndInstances, getAttributeValue, getAttributeValues, getMyClass, getMyID, getSlot, getSlot, getSlots, getUMLClass, hashCode, isMarkedAsDeleted, toString
 
Methods inherited from class rs.sol.soloist.server.uml.commonimplementation.runtime._ClassInstance
accept, accept, exists, getAssociationEndInstance, getAssociationEndInstance, getAssociationEndInstance, getClassifier, hasIdentity, isClassInstance, isDataTypeInstance, isEqualTo, makeClone, markAsDeleted
 
Methods inherited from class rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance
conformsTo, copySlots, copySlots, getAttributeValue, getAttributeValue, getAttributeValue, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getMElement, getSlot, getSlot, isDirectInstanceOf, isDirectInstanceOf, isInstanceOf, isInstanceOf, isKindOf, isModelElement, isRTElement
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IClassifierInstance
conformsTo, copySlots, copySlots, getAttributeValue, getAttributeValue, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getSlot, getSlot, isDirectInstanceOf, isDirectInstanceOf, isInstanceOf, isInstanceOf
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IRTElement
getMElement
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement
isKindOf, isModelElement, isRTElement
 

Field Detail

value

@Deprecated
public IAttributeValue<Text> value
Deprecated. Not for public use.

clearValue

@Deprecated
public IAttributeValue<Text> clearValue
Deprecated. Not for public use.

FQ_TYPE_NAME

public static final java.lang.String FQ_TYPE_NAME
Deprecated. 
Fully qualified UML class name

See Also:
Constant Field Values

CLASSIFIER

public static final IClass CLASSIFIER
Deprecated. 
UML class reference


widget

@Deprecated
public IAssociationEndInstance<GUIWidget> widget
Deprecated. Not for public use.

kind

@Deprecated
public IAssociationEndInstance<GUIElementComponentKind> kind
Deprecated. Not for public use.

input

@Deprecated
public IAssociationEndInstance<GUIElementInput> input
Deprecated. Not for public use.
Constructor Detail

GUIElementComponent

public GUIElementComponent()
Deprecated. 
Method Detail

constructor

@Deprecated
public void constructor()
Deprecated. 

Description copied from interface: IClassifierInstance
The domain-specific constructor of the Classifier.

Specified by:
constructor in interface IClassifierInstance
Overrides:
constructor in class GUIComponent

validate

@Deprecated
public void validate()
Deprecated. 

Description copied from class: GUIComponent
Validates a configuration settings of this widget.

Overrides:
validate in class GUIComponent

getIntegralPart

@Deprecated
public <T> T getIntegralPart(ISlot<? extends IClassifierInstance> slot,
                                        java.lang.Class<T> cls)
Deprecated. 


addEnumerationInstancesInfo

@Deprecated
public void addEnumerationInstancesInfo(java.util.List<rs.sol.soloist.client.common.info.element.ElementInfo> list,
                                                   IEnumeration enumeration)
                                 throws java.lang.Exception
Deprecated. 

Throws:
java.lang.Exception

create

@Deprecated
public static GUIElementComponent create(GUIContainerComponent parent,
                                                    GUIElementComponentKind kind,
                                                    GUIWidget widget)
Deprecated. 


create

@Deprecated
public static GUIElementComponent create(GUIContainerComponent parent,
                                                    GUIElementComponentKind kind,
                                                    GUIWidget widget,
                                                    LayoutData layoutData)
Deprecated. 


create

@Deprecated
public static GUIElementComponent create(GUIContainerComponent parent,
                                                    GUIElementComponentKind kind,
                                                    GUIWidget widget,
                                                    GUIElementInput input,
                                                    LayoutData layoutData)
Deprecated. 


create

@Deprecated
public static GUIElementComponent create(GUIContainerComponent parent,
                                                    GUIElementComponentKind kind,
                                                    GUIWidget widget,
                                                    GUIElementInput input)
Deprecated. 


create

@Deprecated
public static GUIElementComponent create(GUIContainerComponent parent,
                                                    java.lang.String name,
                                                    GUIElementComponentKind kind,
                                                    GUIWidget widget,
                                                    LayoutData layoutData)
Deprecated. 


create

@Deprecated
public static GUIElementComponent create(GUIContainerComponent parent,
                                                    java.lang.String name,
                                                    GUIElementComponentKind kind,
                                                    GUIWidget widget,
                                                    GUIElementInput input)
Deprecated. 


create

@Deprecated
public static GUIElementComponent create(GUIContainerComponent parent,
                                                    java.lang.String name,
                                                    GUIElementComponentKind kind,
                                                    GUIWidget widget,
                                                    GUIElementInput input,
                                                    LayoutData layoutData)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property,
                                                              LayoutData layoutData)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property,
                                                              int row,
                                                              int column)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property,
                                                              GUIWidget widget,
                                                              LayoutData layoutData)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property,
                                                              GUIWidget widget,
                                                              int row,
                                                              int column)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property,
                                                              GUIWidget widget,
                                                              GUIElementInput input,
                                                              LayoutData layoutData)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property,
                                                              GUIWidget widget,
                                                              GUIElementInput input,
                                                              int row,
                                                              int column)
Deprecated. 


createSlotEditorTree

@Deprecated
public static GUIElementComponent createSlotEditorTree(GUIContainerComponent parent,
                                                                  IProperty property,
                                                                  GUIElementInput input,
                                                                  LayoutData layoutData)
Deprecated. 


createSlotEditorCheckbox

@Deprecated
public static GUIElementComponent createSlotEditorCheckbox(GUIContainerComponent parent,
                                                                      IProperty property,
                                                                      java.lang.String label,
                                                                      LayoutData layoutData)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property,
                                                              ISlot inputPin,
                                                              LayoutData layoutData)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property,
                                                              ISlot inputPin)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property,
                                                              ISlot inputPin,
                                                              int row,
                                                              int column)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property,
                                                              ISlot inputPin,
                                                              GUIWidget widget,
                                                              LayoutData layoutData)
Deprecated. 


createSlotEditor

@Deprecated
public static GUIElementComponent createSlotEditor(GUIContainerComponent parent,
                                                              IProperty property,
                                                              ISlot inputPin,
                                                              GUIWidget widget,
                                                              int row,
                                                              int column)
Deprecated. 


createSlotEditorCheckbox

@Deprecated
public static GUIElementComponent createSlotEditorCheckbox(GUIContainerComponent parent,
                                                                      IProperty property,
                                                                      ISlot inputPin,
                                                                      java.lang.String label,
                                                                      LayoutData layoutData)
Deprecated. 


createInput

@Deprecated
public static GUIElementComponent createInput(GUIContainerComponent parent,
                                                         java.lang.String name,
                                                         boolean isMultiselect,
                                                         GUIWidget widget,
                                                         GUIElementInput input,
                                                         LayoutData layoutData)
Deprecated. 


createInput

@Deprecated
public static GUIElementComponent createInput(GUIContainerComponent parent,
                                                         java.lang.String name,
                                                         GUIWidget widget,
                                                         GUIElementInput input,
                                                         LayoutData layoutData)
Deprecated. 


createInput

@Deprecated
public static GUIElementComponent createInput(GUIContainerComponent parent,
                                                         GUIWidget widget,
                                                         GUIElementInput input,
                                                         LayoutData layoutData)
Deprecated. 


createInput

@Deprecated
public static GUIElementComponent createInput(GUIContainerComponent parent,
                                                         GUIWidget widget,
                                                         GUIElementInput input,
                                                         int row,
                                                         int column)
Deprecated. 


createInput

@Deprecated
public static GUIElementComponent createInput(GUIContainerComponent parent,
                                                         GUIWidget widget,
                                                         GUIElementInput input)
Deprecated. 


createInput

@Deprecated
public static GUIElementComponent createInput(GUIContainerComponent parent,
                                                         java.lang.String name,
                                                         IDataType type,
                                                         LayoutData layoutData)
Deprecated. 


createInput

@Deprecated
public static GUIElementComponent createInput(GUIContainerComponent parent,
                                                         java.lang.String name,
                                                         IDataType type)
Deprecated. 


createInput

@Deprecated
public static GUIElementComponent createInput(GUIContainerComponent parent,
                                                         java.lang.String name,
                                                         IDataType type,
                                                         int row,
                                                         int column)
Deprecated. 


createInputTree

@Deprecated
public static GUIElementComponent createInputTree(GUIContainerComponent parent,
                                                             java.lang.String name,
                                                             boolean isMultiselect,
                                                             GUIElementInput input,
                                                             LayoutData layoutData)
Deprecated. 


createInputTree

@Deprecated
public static GUIElementComponent createInputTree(GUIContainerComponent parent,
                                                             java.lang.String name,
                                                             GUIElementInput input,
                                                             LayoutData layoutData)
Deprecated. 


createInputTree

@Deprecated
public static GUIElementComponent createInputTree(GUIContainerComponent parent,
                                                             GUIElementInput input)
Deprecated. 


createInputTree

@Deprecated
public static GUIElementComponent createInputTree(GUIContainerComponent parent,
                                                             java.lang.String name,
                                                             boolean isMultiselect,
                                                             GUIElementInput input)
Deprecated. 


createInputTree

@Deprecated
public static GUIElementComponent createInputTree(GUIContainerComponent parent,
                                                             java.lang.String name,
                                                             GUIElementInput input)
Deprecated. 


createInputCheckbox

@Deprecated
public static GUIElementComponent createInputCheckbox(GUIContainerComponent parent,
                                                                 java.lang.String name,
                                                                 java.lang.String label,
                                                                 boolean initialValue,
                                                                 LayoutData layoutData)
Deprecated. 


createInputCheckbox

@Deprecated
public static GUIElementComponent createInputCheckbox(GUIContainerComponent parent,
                                                                 java.lang.String name,
                                                                 java.lang.String label,
                                                                 boolean initialValue)
Deprecated. 


ipValue

public ISlot<?> ipValue()
Deprecated. 

ipClearValue

public ISlot<?> ipClearValue()
Deprecated. 

ipReset

public ISlot<?> ipReset()
Deprecated. 

ipRefresh

public ISlot<?> ipRefresh()
Deprecated. 

ipSubmit

public ISlot<?> ipSubmit()
Deprecated. 

ipElement

public ISlot<?> ipElement()
Deprecated. 

ipRefreshInput

public ISlot<?> ipRefreshInput()
Deprecated. 

ipSubnodesInput

public ISlot<?> ipSubnodesInput()
Deprecated. 

ipCollection

public ISlot<?> ipCollection()
Deprecated. 

ipSlotValueElement

public ISlot<?> ipSlotValueElement()
Deprecated. 

ipFocus

public ISlot<?> ipFocus()
Deprecated. 

ipChecked

public ISlot<?> ipChecked()
Deprecated. 

ipUnchecked

public ISlot<?> ipUnchecked()
Deprecated. 

ipParent

public ISlot<?> ipParent()
Deprecated. 

ipSelection

public ISlot<?> ipSelection()
Deprecated. 

ipSelectAll

public ISlot<?> ipSelectAll()
Deprecated. 

ipUnselectAll

public ISlot<?> ipUnselectAll()
Deprecated. 

opSelection

public ISlot<?> opSelection()
Deprecated. 

opUnchecked

public ISlot<?> opUnchecked()
Deprecated. 

opChecked

public ISlot<?> opChecked()
Deprecated. 

opFocus

public ISlot<?> opFocus()
Deprecated. 

opFocusLost

public ISlot<?> opFocusLost()
Deprecated. 

opEnterPressed

public ISlot<?> opEnterPressed()
Deprecated. 

opValue

public ISlot<?> opValue()
Deprecated. 

getPropertyFQName

public java.lang.String getPropertyFQName()
Deprecated. 

setPropertyFQName

public void setPropertyFQName(java.lang.String value)
Deprecated. 

getIndirect

public boolean getIndirect()
Deprecated. 

setIndirect

public void setIndirect(boolean value)
Deprecated. 

getReadOnly

public boolean getReadOnly()
Deprecated. 

setReadOnly

public void setReadOnly(boolean value)
Deprecated. 

getAutoSubmit

public boolean getAutoSubmit()
Deprecated. 

setAutoSubmit

public void setAutoSubmit(boolean value)
Deprecated. 

getPartial

public boolean getPartial()
Deprecated. 

setPartial

public void setPartial(boolean value)
Deprecated. 

getDisplayAsLabel

public boolean getDisplayAsLabel()
Deprecated. 

setDisplayAsLabel

public void setDisplayAsLabel(boolean value)
Deprecated. 

getLowerBound

public int getLowerBound()
Deprecated. 

setLowerBound

public void setLowerBound(int value)
Deprecated. 

getUpperBound

public int getUpperBound()
Deprecated. 

setUpperBound

public void setUpperBound(int value)
Deprecated. 

getSlotValuePropertyFQName

public java.lang.String getSlotValuePropertyFQName()
Deprecated. 

setSlotValuePropertyFQName

public void setSlotValuePropertyFQName(java.lang.String value)
Deprecated. 

getSlotValueIndirect

public boolean getSlotValueIndirect()
Deprecated. 

setSlotValueIndirect

public void setSlotValueIndirect(boolean value)
Deprecated. 

getTypeFQName

public java.lang.String getTypeFQName()
Deprecated. 

setTypeFQName

public void setTypeFQName(java.lang.String value)
Deprecated. 

getCheckBoxLabel

public java.lang.String getCheckBoxLabel()
Deprecated. 

setCheckBoxLabel

public void setCheckBoxLabel(java.lang.String value)
Deprecated. 

getDefaultTime

public java.lang.String getDefaultTime()
Deprecated. 

setDefaultTime

public void setDefaultTime(java.lang.String value)
Deprecated. 

getAllowedExtenstions

public java.lang.String getAllowedExtenstions()
Deprecated. 

setAllowedExtensions

public void setAllowedExtensions(java.lang.String value)
Deprecated. 

getRegularExpression

public java.lang.String getRegularExpression()
Deprecated. 

setRegularExpression

public void setRegularExpression(java.lang.String value)
Deprecated. 

getMultiline

public boolean getMultiline()
Deprecated. 

setMultiline

public void setMultiline(boolean value)
Deprecated. 

getPassword

public boolean getPassword()
Deprecated. 

setPassword

public void setPassword(boolean value)
Deprecated. 

getEmptyTextAsNull

public boolean getEmptyTextAsNull()
Deprecated. 

setEmptyTextAsNull

public void setEmptyTextAsNull(boolean value)
Deprecated. 

getDisplayDateAsCalendar

public boolean getDisplayDateAsCalendar()
Deprecated. 

setDisplayDateAsCalendar

public void setDisplayDateAsCalendar(boolean value)
Deprecated. 

getHTML

public boolean getHTML()
Deprecated. 

setHTML

public void setHTML(boolean value)
Deprecated. 

getMaxLength

public int getMaxLength()
Deprecated. 

setMaxLength

public void setMaxLength(int value)
Deprecated. 

getMaxFileSize

public int getMaxFileSize()
Deprecated. 

setMaxFileSize

public void setMaxFileSize(int value)
Deprecated. 

getSelectionLowerBound

public int getSelectionLowerBound()
Deprecated. 

setSelectionLowerBound

public void setSelectionLowerBound(int value)
Deprecated. 

getSelectionUpperBound

public int getSelectionUpperBound()
Deprecated. 

setSelectionUpperBound

public void setSelectionUpperBound(int value)
Deprecated. 

getToggle

public boolean getToggle()
Deprecated. 

setToggle

public void setToggle(boolean value)
Deprecated. 

getAllowFreeText

public boolean getAllowFreeText()
Deprecated. 

setAllowFreeText

public void setAllowFreeText(boolean value)
Deprecated. 

getShowSuggestionsOnFocus

public boolean getShowSuggestionsOnFocus()
Deprecated. 

setShowSuggestionsOnFocus

public void setShowSuggestionsOnFocus(boolean value)
Deprecated. 

getMinRows

public int getMinRows()
Deprecated. 

setMinRows

public void setMinRows(int value)
Deprecated. 

getColumnNames

public java.lang.String[] getColumnNames()
Deprecated. 

setColumnNames

public void setColumnNames(java.lang.String... values)
Deprecated. 

addColumnName

public void addColumnName(java.lang.String name)
Deprecated. 

removeColumnName

public void removeColumnName(java.lang.String name)
Deprecated. 

clearColumnNames

public void clearColumnNames()
Deprecated. 

getTableTransformer

public GUICommandComponent getTableTransformer()
Deprecated. 

setTableTransformer

public void setTableTransformer(GUICommandComponent t)
Deprecated. 

getInitialValues

public java.util.List<rs.sol.soloist.server.uml.concepts.IElement> getInitialValues()
Deprecated. 

setInitialValues

public void setInitialValues(java.util.List<rs.sol.soloist.server.uml.concepts.IElement> elements)
Deprecated. 

addInitialValue

public void addInitialValue(rs.sol.soloist.server.uml.concepts.IElement el)
Deprecated. 

removeInitialValue

public void removeInitialValue(rs.sol.soloist.server.uml.concepts.IElement el)
Deprecated. 

clearInitialValues

public void clearInitialValues()
Deprecated. 

getColumnComponents

public java.util.List<GUIComponent> getColumnComponents()
Deprecated. 

setColumnComponents

public void setColumnComponents(java.util.List<GUIComponent> components)
Deprecated. 

setColumnComponents

public void setColumnComponents(GUIComponent... components)
Deprecated. 

addColumnComponent

public void addColumnComponent(GUIComponent c)
Deprecated. 

removeColumnComponent

public void removeColumnComponent(GUIComponent c)
Deprecated. 

clearColumnComponents

public void clearColumnComponents()
Deprecated. 

addColumn

public void addColumn(java.lang.String name,
                      GUIComponent c)
Deprecated.