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

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

Deprecated. Not for public use.

@Deprecated
public class GUISlotEditorKind
extends GUIElementComponentKind


Nested Class Summary
static class GUISlotEditorKind.FQPropertyNames
          Deprecated.  
static class GUISlotEditorKind.PROPERTIES
          Deprecated.  
 
Field Summary
 IAttributeValue<Boolean> autoSubmit
          Deprecated. Not for public use.
static IClass CLASSIFIER
          Deprecated. UML class reference
 IAttributeValue<Boolean> displayAsLabel
          Deprecated. Not for public use.
 IAssociationEndInstance<rs.sol.soloist.server.builtindomains.common.ElementDescriptor> element
          Deprecated. Not for public use.
static java.lang.String FQ_TYPE_NAME
          Deprecated. Fully qualified UML class name
 IAttributeValue<Boolean> indirect
          Deprecated. Not for public use.
 IAttributeValue<Boolean> partial
          Deprecated. Not for public use.
 IAttributeValue<Text> propertyFQName
          Deprecated. Not for public use.
 IAttributeValue<Boolean> readOnly
          Deprecated. Not for public use.
 IAttributeValue<Text> refresh
          Deprecated. Not for public use.
 IAttributeValue<Text> submit
          Deprecated. Not for public use.
 
Fields inherited from class rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIElementComponentKind
owner
 
Constructor Summary
GUISlotEditorKind()
          Deprecated. Not for public use.
 
Method Summary
static GUISlotEditorKind create(IProperty property)
          Deprecated.  
static GUISlotEditorKind create(IProperty property, boolean readOnly)
          Deprecated.  
 rs.sol.soloist.client.common.info2.SlotEditorKindInfo createInfo()
          Deprecated.  
static GUISlotEditorKind get(GUIElementComponent ec)
          Deprecated.  
 rs.sol.soloist.server.uml.concepts.IElement getElement()
          Deprecated.  
 int getLowerBound()
          Deprecated.  
 IProperty getProperty()
          Deprecated.  
 IType getType()
          Deprecated.  
 int getUpperBound()
          Deprecated.  
static rs.sol.soloist.server.uml.concepts.IElement resolveElement(IClassifierInstance source, rs.sol.soloist.server.builtindomains.common.ElementDescriptor ed, boolean indirect, IProperty property)
          Deprecated.  
 void validate()
          Deprecated.  
 
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

propertyFQName

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

indirect

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

readOnly

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

autoSubmit

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

partial

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

displayAsLabel

public IAttributeValue<Boolean> displayAsLabel
Deprecated. Not for public use.
Displays the widget as label if it is readOnly.


refresh

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

submit

@Deprecated
public IAttributeValue<Text> submit
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


element

@Deprecated
public IAssociationEndInstance<rs.sol.soloist.server.builtindomains.common.ElementDescriptor> element
Deprecated. Not for public use.
Constructor Detail

GUISlotEditorKind

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

Method Detail

getType

public IType getType()
Deprecated. 

getLowerBound

public int getLowerBound()
Deprecated. 
Specified by:
getLowerBound in class GUIElementComponentKind

getUpperBound

public int getUpperBound()
Deprecated. 
Specified by:
getUpperBound in class GUIElementComponentKind

validate

public void validate()
Deprecated. 
Overrides:
validate in class GUIElementComponentKind

getProperty

public IProperty getProperty()
Deprecated. 

resolveElement

public static rs.sol.soloist.server.uml.concepts.IElement resolveElement(IClassifierInstance source,
                                                                         rs.sol.soloist.server.builtindomains.common.ElementDescriptor ed,
                                                                         boolean indirect,
                                                                         IProperty property)
Deprecated. 

getElement

public rs.sol.soloist.server.uml.concepts.IElement getElement()
Deprecated. 

createInfo

public rs.sol.soloist.client.common.info2.SlotEditorKindInfo createInfo()
Deprecated. 
Specified by:
createInfo in class GUIElementComponentKind

get

public static GUISlotEditorKind get(GUIElementComponent ec)
Deprecated. 

create

public static GUISlotEditorKind create(IProperty property)
Deprecated. 

create

public static GUISlotEditorKind create(IProperty property,
                                       boolean readOnly)
Deprecated.