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

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

Deprecated. Not for public use.

@Deprecated
public class GUISuggestWidget
extends GUIHasElementInputWidget


Nested Class Summary
static class GUISuggestWidget.FQPropertyNames
          Deprecated.  
static class GUISuggestWidget.PROPERTIES
          Deprecated.  
 
Field Summary
 IAttributeValue<Boolean> allowFreeText
          Deprecated. Not for public use.
static IClass CLASSIFIER
          Deprecated. UML class reference
static java.lang.String FQ_TYPE_NAME
          Deprecated. Fully qualified UML class name
 IAttributeValue<Boolean> showSuggestionsOnFocus
          Deprecated. Not for public use.
 
Fields inherited from class rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIWidget
enterPressed, focusLost, owner
 
Constructor Summary
GUISuggestWidget()
          Deprecated. Not for public use.
 
Method Summary
static rs.sol.soloist.client.common.info2.SuggestWidgetInfo createInfo(GUIElementComponent component)
          Deprecated.  
 rs.sol.soloist.client.common.info2.SuggestWidgetInfo createSpecificInfo()
          Deprecated.  
static GUISuggestWidget get(GUIElementComponent ec)
          Deprecated.  
 
Methods inherited from class rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIWidget
createInfo, fillInfo, getOwner, validate
 
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

allowFreeText

@Deprecated
public IAttributeValue<Boolean> allowFreeText
Deprecated. Not for public use.

showSuggestionsOnFocus

@Deprecated
public IAttributeValue<Boolean> showSuggestionsOnFocus
Deprecated. Not for public use.
Should we display a popup with all suggestions when the widget receives focus?


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

GUISuggestWidget

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

Method Detail

createInfo

public static rs.sol.soloist.client.common.info2.SuggestWidgetInfo createInfo(GUIElementComponent component)
Deprecated. 

createSpecificInfo

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

get

public static GUISuggestWidget get(GUIElementComponent ec)
Deprecated.