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

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
                              extended by rs.sol.soloist.server.guiconfiguration.elementcomponents.GUITableWidget
All Implemented Interfaces:
rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IClassInstance, IRTElement

Deprecated. Not for public use.

@Deprecated
public class GUITableWidget
extends GUIMultipleElementWidget


Nested Class Summary
static class GUITableWidget.FQPropertyNames
          Deprecated.  
static class GUITableWidget.PROPERTIES
          Deprecated.  
 
Field Summary
static IClass CLASSIFIER
          Deprecated. UML class reference
 IAssociationEndInstance<GUIComponent> columnComponents
          Deprecated. Not for public use.
 IAttributeValue<Text> columnNames
          Deprecated. Not for public use.
static java.lang.String FQ_TYPE_NAME
          Deprecated. Fully qualified UML class name
 IAttributeValue<Integer> minRows
          Deprecated. Not for public use.
 IAssociationEndInstance<GUICommandComponent> transformer
          Deprecated. Not for public use.
 
Fields inherited from class rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIMultipleElementWidget
isToggle, selectAll, selection, selectionLowerBound, selectionUpperBound, unselectAll
 
Fields inherited from class rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIWidget
enterPressed, focusLost, owner
 
Constructor Summary
GUITableWidget()
          Deprecated. Not for public use.
 
Method Summary
static GUITableWidget create(java.lang.String[] columnNames)
          Deprecated.  
static GUITableWidget create(java.lang.String[] columnNames, GUIComponent[] columnComponents)
          Deprecated.  
static GUITableWidget create(java.lang.String[] columnNames, GUIComponent[] columnComponents, GUICommandComponent transformer)
          Deprecated.  
 rs.sol.soloist.client.common.info2.TableWidgetInfo createSpecificInfo()
          Deprecated.  
 void fillInfo(rs.sol.soloist.client.common.info2.WidgetInfo widgetInfo)
          Deprecated.  
static GUITableWidget get(GUIElementComponent ec)
          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, 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

columnNames

@Deprecated
public final IAttributeValue<Text> columnNames
Deprecated. Not for public use.
An ordered collection of Texts that will be used as header texts for this table. It should have (number of components + 1 for the header) items.


minRows

@Deprecated
public final IAttributeValue<Integer> minRows
Deprecated. Not for public use.
A minimum number of rows which should always be shown. Appropirate for fixed-height tables. Defaults to 6.


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


columnComponents

@Deprecated
public final IAssociationEndInstance<GUIComponent> columnComponents
Deprecated. Not for public use.

transformer

@Deprecated
public final IAssociationEndInstance<GUICommandComponent> transformer
Deprecated. Not for public use.
Constructor Detail

GUITableWidget

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

Method Detail

validate

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

Overrides:
validate in class GUIMultipleElementWidget

createSpecificInfo

public rs.sol.soloist.client.common.info2.TableWidgetInfo createSpecificInfo()
Deprecated. 
Specified by:
createSpecificInfo in class GUIWidget

fillInfo

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

create

public static GUITableWidget create(java.lang.String[] columnNames)
Deprecated. 

create

public static GUITableWidget create(java.lang.String[] columnNames,
                                    GUIComponent[] columnComponents)
Deprecated. 

create

public static GUITableWidget create(java.lang.String[] columnNames,
                                    GUIComponent[] columnComponents,
                                    GUICommandComponent transformer)
Deprecated. 

get

public static GUITableWidget get(GUIElementComponent ec)
Deprecated.