|
||||||||||
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.construction.GUIComponent rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIElementComponent
GUIInput
and GUIEdit
are introduced to improve
the understandability of the API. GUIInput
is there to capture
all widgets that solely help in choosing one or more values (instances of
primitive types or instances of classes) and do not edit the domain object
space. GUIEdit
is however there, to capture all widgets that
modify domain object space.
@Deprecated public class GUIElementComponent
A class that covers wide variaty of widgets and input controls: fields, lists, combo boxes, suggest boxes, trees, and tables. All these forms have to do with data, that is, domain object space. Some forms serve to help users pick a value (a class or a data type instance) from the object space. Other however, serve to help users modify the object space.
Nested Class Summary | |
---|---|
static class |
GUIElementComponent.FQPropertyNames
Deprecated. |
static class |
GUIElementComponent.PROPERTIES
Deprecated. |
Field Summary | |
---|---|
static IClass |
CLASSIFIER
Deprecated. UML class reference |
IAttributeValue<Text> |
clearValue
Deprecated. Not for public use. |
static java.lang.String |
FQ_TYPE_NAME
Deprecated. Fully qualified UML class name |
IAssociationEndInstance<GUIElementInput> |
input
Deprecated. Not for public use. |
IAssociationEndInstance<GUIElementComponentKind> |
kind
Deprecated. Not for public use. |
IAttributeValue<Text> |
value
Deprecated. Not for public use. |
IAssociationEndInstance<GUIWidget> |
widget
Deprecated. Not for public use. |
Fields inherited from class rs.sol.soloist.server.guiconfiguration.construction.GUIComponent |
---|
addStyle, context, description, enabled, init, inputBindings, layoutData, logger, name, outputBindings, ownerTable, parent, removeStyle, show, showInParent, styleName, tooltip, visible |
Constructor Summary | |
---|---|
GUIElementComponent()
Deprecated. |
Method Summary | ||
---|---|---|
void |
addColumn(java.lang.String name,
GUIComponent c)
Deprecated. |
|
void |
addColumnComponent(GUIComponent c)
Deprecated. |
|
void |
addColumnName(java.lang.String name)
Deprecated. |
|
void |
addEnumerationInstancesInfo(java.util.List<rs.sol.soloist.client.common.info.element.ElementInfo> list,
IEnumeration enumeration)
Deprecated. |
|
void |
addInitialValue(rs.sol.soloist.server.uml.concepts.IElement el)
Deprecated. |
|
void |
clearColumnComponents()
Deprecated. |
|
void |
clearColumnNames()
Deprecated. |
|
void |
clearInitialValues()
Deprecated. |
|
void |
constructor()
Deprecated. |
|
static GUIElementComponent |
create(GUIContainerComponent parent,
GUIElementComponentKind kind,
GUIWidget widget)
Deprecated. |
|
static GUIElementComponent |
create(GUIContainerComponent parent,
GUIElementComponentKind kind,
GUIWidget widget,
GUIElementInput input)
Deprecated. |
|
static GUIElementComponent |
create(GUIContainerComponent parent,
GUIElementComponentKind kind,
GUIWidget widget,
GUIElementInput input,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
create(GUIContainerComponent parent,
GUIElementComponentKind kind,
GUIWidget widget,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
create(GUIContainerComponent parent,
java.lang.String name,
GUIElementComponentKind kind,
GUIWidget widget,
GUIElementInput input)
Deprecated. |
|
static GUIElementComponent |
create(GUIContainerComponent parent,
java.lang.String name,
GUIElementComponentKind kind,
GUIWidget widget,
GUIElementInput input,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
create(GUIContainerComponent parent,
java.lang.String name,
GUIElementComponentKind kind,
GUIWidget widget,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createInput(GUIContainerComponent parent,
GUIWidget widget,
GUIElementInput input)
Deprecated. |
|
static GUIElementComponent |
createInput(GUIContainerComponent parent,
GUIWidget widget,
GUIElementInput input,
int row,
int column)
Deprecated. |
|
static GUIElementComponent |
createInput(GUIContainerComponent parent,
GUIWidget widget,
GUIElementInput input,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createInput(GUIContainerComponent parent,
java.lang.String name,
boolean isMultiselect,
GUIWidget widget,
GUIElementInput input,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createInput(GUIContainerComponent parent,
java.lang.String name,
GUIWidget widget,
GUIElementInput input,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createInput(GUIContainerComponent parent,
java.lang.String name,
IDataType type)
Deprecated. |
|
static GUIElementComponent |
createInput(GUIContainerComponent parent,
java.lang.String name,
IDataType type,
int row,
int column)
Deprecated. |
|
static GUIElementComponent |
createInput(GUIContainerComponent parent,
java.lang.String name,
IDataType type,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createInputCheckbox(GUIContainerComponent parent,
java.lang.String name,
java.lang.String label,
boolean initialValue)
Deprecated. |
|
static GUIElementComponent |
createInputCheckbox(GUIContainerComponent parent,
java.lang.String name,
java.lang.String label,
boolean initialValue,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createInputTree(GUIContainerComponent parent,
GUIElementInput input)
Deprecated. |
|
static GUIElementComponent |
createInputTree(GUIContainerComponent parent,
java.lang.String name,
boolean isMultiselect,
GUIElementInput input)
Deprecated. |
|
static GUIElementComponent |
createInputTree(GUIContainerComponent parent,
java.lang.String name,
boolean isMultiselect,
GUIElementInput input,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createInputTree(GUIContainerComponent parent,
java.lang.String name,
GUIElementInput input)
Deprecated. |
|
static GUIElementComponent |
createInputTree(GUIContainerComponent parent,
java.lang.String name,
GUIElementInput input,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property,
GUIWidget widget,
GUIElementInput input,
int row,
int column)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property,
GUIWidget widget,
GUIElementInput input,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property,
GUIWidget widget,
int row,
int column)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property,
GUIWidget widget,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property,
int row,
int column)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property,
ISlot inputPin)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property,
ISlot inputPin,
GUIWidget widget,
int row,
int column)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property,
ISlot inputPin,
GUIWidget widget,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property,
ISlot inputPin,
int row,
int column)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property,
ISlot inputPin,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createSlotEditor(GUIContainerComponent parent,
IProperty property,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createSlotEditorCheckbox(GUIContainerComponent parent,
IProperty property,
ISlot inputPin,
java.lang.String label,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createSlotEditorCheckbox(GUIContainerComponent parent,
IProperty property,
java.lang.String label,
LayoutData layoutData)
Deprecated. |
|
static GUIElementComponent |
createSlotEditorTree(GUIContainerComponent parent,
IProperty property,
GUIElementInput input,
LayoutData layoutData)
Deprecated. |
|
java.lang.String |
getAllowedExtenstions()
Deprecated. |
|
boolean |
getAllowFreeText()
Deprecated. |
|
boolean |
getAutoSubmit()
Deprecated. |
|
java.lang.String |
getCheckBoxLabel()
Deprecated. |
|
java.util.List<GUIComponent> |
getColumnComponents()
Deprecated. |
|
java.lang.String[] |
getColumnNames()
Deprecated. |
|
java.lang.String |
getDefaultTime()
Deprecated. |
|
boolean |
getDisplayAsLabel()
Deprecated. |
|
boolean |
getDisplayDateAsCalendar()
Deprecated. |
|
boolean |
getEmptyTextAsNull()
Deprecated. |
|
boolean |
getHTML()
Deprecated. |
|
boolean |
getIndirect()
Deprecated. |
|
java.util.List<rs.sol.soloist.server.uml.concepts.IElement> |
getInitialValues()
Deprecated. |
|
|
getIntegralPart(ISlot<? extends IClassifierInstance> slot,
java.lang.Class<T> cls)
Deprecated. |
|
int |
getLowerBound()
Deprecated. |
|
int |
getMaxFileSize()
Deprecated. |
|
int |
getMaxLength()
Deprecated. |
|
int |
getMinRows()
Deprecated. |
|
boolean |
getMultiline()
Deprecated. |
|
boolean |
getPartial()
Deprecated. |
|
boolean |
getPassword()
Deprecated. |
|
java.lang.String |
getPropertyFQName()
Deprecated. |
|
boolean |
getReadOnly()
Deprecated. |
|
java.lang.String |
getRegularExpression()
Deprecated. |
|
int |
getSelectionLowerBound()
Deprecated. |
|
int |
getSelectionUpperBound()
Deprecated. |
|
boolean |
getShowSuggestionsOnFocus()
Deprecated. |
|
boolean |
getSlotValueIndirect()
Deprecated. |
|
java.lang.String |
getSlotValuePropertyFQName()
Deprecated. |
|
GUICommandComponent |
getTableTransformer()
Deprecated. |
|
boolean |
getToggle()
Deprecated. |
|
java.lang.String |
getTypeFQName()
Deprecated. |
|
int |
getUpperBound()
Deprecated. |
|
ISlot<?> |
ipChecked()
Deprecated. |
|
ISlot<?> |
ipClearValue()
Deprecated. |
|
ISlot<?> |
ipCollection()
Deprecated. |
|
ISlot<?> |
ipElement()
Deprecated. |
|
ISlot<?> |
ipFocus()
Deprecated. |
|
ISlot<?> |
ipParent()
Deprecated. |
|
ISlot<?> |
ipRefresh()
Deprecated. |
|
ISlot<?> |
ipRefreshInput()
Deprecated. |
|
ISlot<?> |
ipReset()
Deprecated. |
|
ISlot<?> |
ipSelectAll()
Deprecated. |
|
ISlot<?> |
ipSelection()
Deprecated. |
|
ISlot<?> |
ipSlotValueElement()
Deprecated. |
|
ISlot<?> |
ipSubmit()
Deprecated. |
|
ISlot<?> |
ipSubnodesInput()
Deprecated. |
|
ISlot<?> |
ipUnchecked()
Deprecated. |
|
ISlot<?> |
ipUnselectAll()
Deprecated. |
|
ISlot<?> |
ipValue()
Deprecated. |
|
ISlot<?> |
opChecked()
Deprecated. |
|
ISlot<?> |
opEnterPressed()
Deprecated. |
|
ISlot<?> |
opFocus()
Deprecated. |
|
ISlot<?> |
opFocusLost()
Deprecated. |
|
ISlot<?> |
opSelection()
Deprecated. |
|
ISlot<?> |
opUnchecked()
Deprecated. |
|
ISlot<?> |
opValue()
Deprecated. |
|
void |
removeColumnComponent(GUIComponent c)
Deprecated. |
|
void |
removeColumnName(java.lang.String name)
Deprecated. |
|
void |
removeInitialValue(rs.sol.soloist.server.uml.concepts.IElement el)
Deprecated. |
|
void |
setAllowedExtensions(java.lang.String value)
Deprecated. |
|
void |
setAllowFreeText(boolean value)
Deprecated. |
|
void |
setAutoSubmit(boolean value)
Deprecated. |
|
void |
setCheckBoxLabel(java.lang.String value)
Deprecated. |
|
void |
setColumnComponents(GUIComponent... components)
Deprecated. |
|
void |
setColumnComponents(java.util.List<GUIComponent> components)
Deprecated. |
|
void |
setColumnNames(java.lang.String... values)
Deprecated. |
|
void |
setDefaultTime(java.lang.String value)
Deprecated. |
|
void |
setDisplayAsLabel(boolean value)
Deprecated. |
|
void |
setDisplayDateAsCalendar(boolean value)
Deprecated. |
|
void |
setEmptyTextAsNull(boolean value)
Deprecated. |
|
void |
setHTML(boolean value)
Deprecated. |
|
void |
setIndirect(boolean value)
Deprecated. |
|
void |
setInitialValues(java.util.List<rs.sol.soloist.server.uml.concepts.IElement> elements)
Deprecated. |
|
void |
setLowerBound(int value)
Deprecated. |
|
void |
setMaxFileSize(int value)
Deprecated. |
|
void |
setMaxLength(int value)
Deprecated. |
|
void |
setMinRows(int value)
Deprecated. |
|
void |
setMultiline(boolean value)
Deprecated. |
|
void |
setPartial(boolean value)
Deprecated. |
|
void |
setPassword(boolean value)
Deprecated. |
|
void |
setPropertyFQName(java.lang.String value)
Deprecated. |
|
void |
setReadOnly(boolean value)
Deprecated. |
|
void |
setRegularExpression(java.lang.String value)
Deprecated. |
|
void |
setSelectionLowerBound(int value)
Deprecated. |
|
void |
setSelectionUpperBound(int value)
Deprecated. |
|
void |
setShowSuggestionsOnFocus(boolean value)
Deprecated. |
|
void |
setSlotValueIndirect(boolean value)
Deprecated. |
|
void |
setSlotValuePropertyFQName(java.lang.String value)
Deprecated. |
|
void |
setTableTransformer(GUICommandComponent t)
Deprecated. |
|
void |
setToggle(boolean value)
Deprecated. |
|
void |
setTypeFQName(java.lang.String value)
Deprecated. |
|
void |
setUpperBound(int value)
Deprecated. |
|
void |
validate()
Deprecated. |
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, 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, 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 IAttributeValue<Text> value
@Deprecated public IAttributeValue<Text> clearValue
public static final java.lang.String FQ_TYPE_NAME
public static final IClass CLASSIFIER
@Deprecated public IAssociationEndInstance<GUIWidget> widget
@Deprecated public IAssociationEndInstance<GUIElementComponentKind> kind
@Deprecated public IAssociationEndInstance<GUIElementInput> input
Constructor Detail |
---|
public GUIElementComponent()
Method Detail |
---|
@Deprecated public void constructor()
IClassifierInstance
constructor
in interface IClassifierInstance
constructor
in class GUIComponent
@Deprecated public void validate()
GUIComponent
validate
in class GUIComponent
@Deprecated public <T> T getIntegralPart(ISlot<? extends IClassifierInstance> slot, java.lang.Class<T> cls)
@Deprecated public void addEnumerationInstancesInfo(java.util.List<rs.sol.soloist.client.common.info.element.ElementInfo> list, IEnumeration enumeration) throws java.lang.Exception
java.lang.Exception
@Deprecated public static GUIElementComponent create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget)
@Deprecated public static GUIElementComponent create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget, LayoutData layoutData)
@Deprecated public static GUIElementComponent create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
@Deprecated public static GUIElementComponent create(GUIContainerComponent parent, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input)
@Deprecated public static GUIElementComponent create(GUIContainerComponent parent, java.lang.String name, GUIElementComponentKind kind, GUIWidget widget, LayoutData layoutData)
@Deprecated public static GUIElementComponent create(GUIContainerComponent parent, java.lang.String name, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input)
@Deprecated public static GUIElementComponent create(GUIContainerComponent parent, java.lang.String name, GUIElementComponentKind kind, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, LayoutData layoutData)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, int row, int column)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, LayoutData layoutData)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, int row, int column)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, GUIWidget widget, GUIElementInput input, int row, int column)
@Deprecated public static GUIElementComponent createSlotEditorTree(GUIContainerComponent parent, IProperty property, GUIElementInput input, LayoutData layoutData)
@Deprecated public static GUIElementComponent createSlotEditorCheckbox(GUIContainerComponent parent, IProperty property, java.lang.String label, LayoutData layoutData)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, LayoutData layoutData)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, int row, int column)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, GUIWidget widget, LayoutData layoutData)
@Deprecated public static GUIElementComponent createSlotEditor(GUIContainerComponent parent, IProperty property, ISlot inputPin, GUIWidget widget, int row, int column)
@Deprecated public static GUIElementComponent createSlotEditorCheckbox(GUIContainerComponent parent, IProperty property, ISlot inputPin, java.lang.String label, LayoutData layoutData)
@Deprecated public static GUIElementComponent createInput(GUIContainerComponent parent, java.lang.String name, boolean isMultiselect, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
@Deprecated public static GUIElementComponent createInput(GUIContainerComponent parent, java.lang.String name, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
@Deprecated public static GUIElementComponent createInput(GUIContainerComponent parent, GUIWidget widget, GUIElementInput input, LayoutData layoutData)
@Deprecated public static GUIElementComponent createInput(GUIContainerComponent parent, GUIWidget widget, GUIElementInput input, int row, int column)
@Deprecated public static GUIElementComponent createInput(GUIContainerComponent parent, GUIWidget widget, GUIElementInput input)
@Deprecated public static GUIElementComponent createInput(GUIContainerComponent parent, java.lang.String name, IDataType type, LayoutData layoutData)
@Deprecated public static GUIElementComponent createInput(GUIContainerComponent parent, java.lang.String name, IDataType type)
@Deprecated public static GUIElementComponent createInput(GUIContainerComponent parent, java.lang.String name, IDataType type, int row, int column)
@Deprecated public static GUIElementComponent createInputTree(GUIContainerComponent parent, java.lang.String name, boolean isMultiselect, GUIElementInput input, LayoutData layoutData)
@Deprecated public static GUIElementComponent createInputTree(GUIContainerComponent parent, java.lang.String name, GUIElementInput input, LayoutData layoutData)
@Deprecated public static GUIElementComponent createInputTree(GUIContainerComponent parent, GUIElementInput input)
@Deprecated public static GUIElementComponent createInputTree(GUIContainerComponent parent, java.lang.String name, boolean isMultiselect, GUIElementInput input)
@Deprecated public static GUIElementComponent createInputTree(GUIContainerComponent parent, java.lang.String name, GUIElementInput input)
@Deprecated public static GUIElementComponent createInputCheckbox(GUIContainerComponent parent, java.lang.String name, java.lang.String label, boolean initialValue, LayoutData layoutData)
@Deprecated public static GUIElementComponent createInputCheckbox(GUIContainerComponent parent, java.lang.String name, java.lang.String label, boolean initialValue)
public ISlot<?> ipValue()
public ISlot<?> ipClearValue()
public ISlot<?> ipReset()
public ISlot<?> ipRefresh()
public ISlot<?> ipSubmit()
public ISlot<?> ipElement()
public ISlot<?> ipRefreshInput()
public ISlot<?> ipSubnodesInput()
public ISlot<?> ipCollection()
public ISlot<?> ipSlotValueElement()
public ISlot<?> ipFocus()
public ISlot<?> ipChecked()
public ISlot<?> ipUnchecked()
public ISlot<?> ipParent()
public ISlot<?> ipSelection()
public ISlot<?> ipSelectAll()
public ISlot<?> ipUnselectAll()
public ISlot<?> opSelection()
public ISlot<?> opUnchecked()
public ISlot<?> opChecked()
public ISlot<?> opFocus()
public ISlot<?> opFocusLost()
public ISlot<?> opEnterPressed()
public ISlot<?> opValue()
public java.lang.String getPropertyFQName()
public void setPropertyFQName(java.lang.String value)
public boolean getIndirect()
public void setIndirect(boolean value)
public boolean getReadOnly()
public void setReadOnly(boolean value)
public boolean getAutoSubmit()
public void setAutoSubmit(boolean value)
public boolean getPartial()
public void setPartial(boolean value)
public boolean getDisplayAsLabel()
public void setDisplayAsLabel(boolean value)
public int getLowerBound()
public void setLowerBound(int value)
public int getUpperBound()
public void setUpperBound(int value)
public java.lang.String getSlotValuePropertyFQName()
public void setSlotValuePropertyFQName(java.lang.String value)
public boolean getSlotValueIndirect()
public void setSlotValueIndirect(boolean value)
public java.lang.String getTypeFQName()
public void setTypeFQName(java.lang.String value)
public java.lang.String getCheckBoxLabel()
public void setCheckBoxLabel(java.lang.String value)
public java.lang.String getDefaultTime()
public void setDefaultTime(java.lang.String value)
public java.lang.String getAllowedExtenstions()
public void setAllowedExtensions(java.lang.String value)
public java.lang.String getRegularExpression()
public void setRegularExpression(java.lang.String value)
public boolean getMultiline()
public void setMultiline(boolean value)
public boolean getPassword()
public void setPassword(boolean value)
public boolean getEmptyTextAsNull()
public void setEmptyTextAsNull(boolean value)
public boolean getDisplayDateAsCalendar()
public void setDisplayDateAsCalendar(boolean value)
public boolean getHTML()
public void setHTML(boolean value)
public int getMaxLength()
public void setMaxLength(int value)
public int getMaxFileSize()
public void setMaxFileSize(int value)
public int getSelectionLowerBound()
public void setSelectionLowerBound(int value)
public int getSelectionUpperBound()
public void setSelectionUpperBound(int value)
public boolean getToggle()
public void setToggle(boolean value)
public boolean getAllowFreeText()
public void setAllowFreeText(boolean value)
public boolean getShowSuggestionsOnFocus()
public void setShowSuggestionsOnFocus(boolean value)
public int getMinRows()
public void setMinRows(int value)
public java.lang.String[] getColumnNames()
public void setColumnNames(java.lang.String... values)
public void addColumnName(java.lang.String name)
public void removeColumnName(java.lang.String name)
public void clearColumnNames()
public GUICommandComponent getTableTransformer()
public void setTableTransformer(GUICommandComponent t)
public java.util.List<rs.sol.soloist.server.uml.concepts.IElement> getInitialValues()
public void setInitialValues(java.util.List<rs.sol.soloist.server.uml.concepts.IElement> elements)
public void addInitialValue(rs.sol.soloist.server.uml.concepts.IElement el)
public void removeInitialValue(rs.sol.soloist.server.uml.concepts.IElement el)
public void clearInitialValues()
public java.util.List<GUIComponent> getColumnComponents()
public void setColumnComponents(java.util.List<GUIComponent> components)
public void setColumnComponents(GUIComponent... components)
public void addColumnComponent(GUIComponent c)
public void removeColumnComponent(GUIComponent c)
public void clearColumnComponents()
public void addColumn(java.lang.String name, GUIComponent c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |