|
||||||||||
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.layout.TableRowData
public class TableRowData
Defines row-specific CSS style and vertical alignment for a
TableLayout
.
Code example that defines "header" CSS style for the first row in a table is shown bellow:
TableRowData rowData = TableRowData.create(0, "header");
TableLayout tLayout = new TableLayout();
tLayout.addRowData(rowData);
GUIPanelComponent table = GUIPanelComponent.create(parent, tLayout);
TableColumnData
Nested Class Summary | |
---|---|
static class |
TableRowData.FQPropertyNames
Deprecated. Not for public use. |
static class |
TableRowData.PROPERTIES
Deprecated. Not for public use. |
Field Summary | |
---|---|
static IClass |
CLASSIFIER
UML class reference |
static java.lang.String |
FQ_TYPE_NAME
Fully qualified UML class name |
IAttributeValue<Integer> |
index
Deprecated. Not for public use. |
IAttributeValue<Text> |
styleName
Deprecated. Not for public use. |
IAssociationEndInstance<TableLayout> |
tableLayout
Deprecated. Not for public use. |
IAttributeValue<VerticalAlignment> |
verticalAlignment
Deprecated. Not for public use. |
Constructor Summary | |
---|---|
TableRowData()
|
Method Summary | |
---|---|
void |
constructor()
The domain-specific constructor of the Classifier. |
static TableRowData |
create(int index,
java.lang.String styleName)
Returns new TableRowData object that specifies additional
row-specific layout information within an owner table layout. |
rs.sol.soloist.client.common.info.layout.TableRowDataInfo |
createInfo()
Creates, returns, and fills a serializable TableRowDataInfo object. |
int |
getIndex()
Returns the index of the row to which this object is related to. |
java.lang.String |
getStyleName()
Returns the CSS style of the row to which this object is related to. |
VerticalAlignment |
getVerticalAlignment()
Returns the vertical alignment of the row to which this object is related to. |
void |
setIndex(int index)
Sets the index of the row to which this object is related to. |
void |
setStyleName(java.lang.String style)
Sets the CSS style of the row to which this object is related to. |
void |
setVerticalAlignment(VerticalAlignment va)
Sets the vertical alignment of the row to which this object is related to. |
Methods inherited from class rs.sol.soloist.server.builtindomains.common.ObjectOfClass |
---|
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 IAttributeValue<Integer> index
@Deprecated public IAttributeValue<Text> styleName
@Deprecated public IAttributeValue<VerticalAlignment> verticalAlignment
public static final java.lang.String FQ_TYPE_NAME
public static final IClass CLASSIFIER
@Deprecated public IAssociationEndInstance<TableLayout> tableLayout
Constructor Detail |
---|
public TableRowData()
Method Detail |
---|
public void constructor()
IClassifierInstance
constructor
in interface IClassifierInstance
constructor
in class rs.sol.soloist.server.builtindomains.common.ObjectOfClass
public rs.sol.soloist.client.common.info.layout.TableRowDataInfo createInfo()
TableRowDataInfo
object.
The returned object must be able to transmit every property of objects of
this class from server to clients (browsers).
TableRowDataInfo
objectpublic static TableRowData create(int index, java.lang.String styleName)
TableRowData
object that specifies additional
row-specific layout information within an owner table layout.
index
- the index of the row to which this object is related tostyleName
- the CSS style of the row with the specified index
TableRowData
object that specifies additional
row-specific layout informationpublic void setIndex(int index)
index
- the index of the rowpublic void setStyleName(java.lang.String style)
style
- the CSS style of the rowpublic void setVerticalAlignment(VerticalAlignment va)
va
- the vertical alignment of the rowpublic int getIndex()
public java.lang.String getStyleName()
public VerticalAlignment getVerticalAlignment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |