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

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.elementcomponents.GUIWidget
                      extended by rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIHasElementInputWidget
                          extended by rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIMultipleElementWidget
All Implemented Interfaces:
rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IClassInstance, IRTElement
Direct Known Subclasses:
GUIListWidget, GUITableWidget, GUITreeWidget

Deprecated.

@Deprecated
public abstract class GUIMultipleElementWidget
extends GUIHasElementInputWidget

Abstract generalization of all widgets which can have subelements.


Nested Class Summary
static class GUIMultipleElementWidget.FQPropertyNames
          Deprecated.  
static class GUIMultipleElementWidget.PROPERTIES
          Deprecated.  
 
Field Summary
static IClass CLASSIFIER
          Deprecated. UML class reference
static java.lang.String FQ_TYPE_NAME
          Deprecated. Fully qualified UML class name
 IAttributeValue<Boolean> isToggle
          Deprecated. Not for public use.
 IAttributeValue<Text> selectAll
          Deprecated. Not for public use.
 IAttributeValue<Text> selection
          Deprecated. Not for public use.
 IAttributeValue<Integer> selectionLowerBound
          Deprecated. Not for public use.
 IAttributeValue<Integer> selectionUpperBound
          Deprecated. Not for public use.
 IAttributeValue<Text> unselectAll
          Deprecated. Not for public use.
 
Fields inherited from class rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIWidget
enterPressed, focusLost, owner
 
Constructor Summary
GUIMultipleElementWidget()
          Deprecated. Not for public use.
 
Method Summary
 void fillInfo(rs.sol.soloist.client.common.info2.WidgetInfo widgetInfo)
          Deprecated.  
static GUIMultipleElementWidget get(GUIElementComponent c)
          Deprecated.  
 void validate()
          Deprecated. Used for checking whether the widgets attributes conform to their expected values.
 
Methods inherited from class rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIWidget
createInfo, createSpecificInfo, getOwner
 
Methods inherited from class rs.sol.soloist.server.builtindomains.common.ObjectOfClass
constructor, handle
 
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, destructor, 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, destructor, 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

selectionLowerBound

@Deprecated
public final IAttributeValue<Integer> selectionLowerBound
Deprecated. Not for public use.
Lower and upper bounds define the range of selection, restricting the number of elements that can be selected at the same time.

Lower bound defaults to 0.


selectionUpperBound

@Deprecated
public final IAttributeValue<Integer> selectionUpperBound
Deprecated. Not for public use.
Lower and upper bounds define the range of selection, restricting the number of elements that can be selected at the same time.

Upper bound defaults to 1.

Use -1 for infinity.


isToggle

@Deprecated
public final IAttributeValue<Boolean> isToggle
Deprecated. Not for public use.
If this is set to true, then if this element component is represented in the GUI as tree or list with checkboxes, then the checkboxes are replaced with toggle buttons.


selection

@Deprecated
public final IAttributeValue<Text> selection
Deprecated. Not for public use.
InputOutput pin used for setting/retreiving selection from this widget.


selectAll

@Deprecated
public final IAttributeValue<Text> selectAll
Deprecated. Not for public use.
Input pin used for selecting all elements in the widget.


unselectAll

@Deprecated
public final IAttributeValue<Text> unselectAll
Deprecated. Not for public use.
Input pin used for deselecting all selected elements in this widget.


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

Constructor Detail

GUIMultipleElementWidget

@Deprecated
public GUIMultipleElementWidget()
Deprecated. Not for public use.

Method Detail

validate

public void validate()
Deprecated. 
Used for checking whether the widgets attributes conform to their expected values. To be overriden in subclasses. Throws IllegalComponentStateException.

Overrides:
validate in class GUIWidget

fillInfo

public void fillInfo(rs.sol.soloist.client.common.info2.WidgetInfo widgetInfo)
Deprecated. 
Overrides:
fillInfo in class GUIWidget

get

public static GUIMultipleElementWidget get(GUIElementComponent c)
Deprecated.