|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance rs.sol.soloist.server.uml.commonimplementation.runtime._ClassInstance rs.sol.soloist.server.javaimpl.runtime.SOLoistClassInstance rs.sol.soloist.server.builtindomains.common.ObjectOfClass rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIWidget rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIHasElementInputWidget rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIMultipleElementWidget
@Deprecated public abstract class GUIMultipleElementWidget
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 |
---|
@Deprecated public final IAttributeValue<Integer> selectionLowerBound
Lower bound defaults to 0.
@Deprecated public final IAttributeValue<Integer> selectionUpperBound
Upper bound defaults to 1.
Use -1 for infinity.
@Deprecated public final IAttributeValue<Boolean> isToggle
@Deprecated public final IAttributeValue<Text> selection
@Deprecated public final IAttributeValue<Text> selectAll
@Deprecated public final IAttributeValue<Text> unselectAll
public static final java.lang.String FQ_TYPE_NAME
public static final IClass CLASSIFIER
Constructor Detail |
---|
@Deprecated public GUIMultipleElementWidget()
Method Detail |
---|
public void validate()
validate
in class GUIWidget
public void fillInfo(rs.sol.soloist.client.common.info2.WidgetInfo widgetInfo)
fillInfo
in class GUIWidget
public static GUIMultipleElementWidget get(GUIElementComponent c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |