|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.Asset
com.adobe.icc.dbforms.obj.ContainerLayout
com.adobe.icc.dbforms.obj.TableRow
public class TableRow
Represents a table row. Contains a list of table cells in a row.
| Field Summary |
|---|
| Fields inherited from class com.adobe.icc.dbforms.obj.Asset |
|---|
ASSET_CLASS, ASSOCIATION_CUTPOINT, FIRST_LEVEL_CUTPOINT, FIRST_LEVEL_WITH_CAT_NAMES_CUTPOINT, HIERARCHY_CUTPOINT |
| Constructor Summary | |
|---|---|
TableRow()
|
|
| Method Summary | |
|---|---|
int |
getLastDrawPosition()
Returns the position (index) of last draw element in row. |
java.lang.String |
getLastDrawSOMExpression()
Returns the SOM expression of last draw element in row. |
java.lang.String |
getRowSOMExpression()
Returns the SOM expression of table row. |
void |
setLastDrawPosition(int lastDrawPosition)
Sets the position (index) of last draw element in row. |
void |
setLastDrawSOMExpression(java.lang.String lastDrawSOMExpression)
Sets the SOM expression of last draw element in row. |
void |
setRowSOMExpression(java.lang.String rowSOMExpression)
Sets the SOM expression of table row. |
java.lang.String |
toString()
|
| Methods inherited from class com.adobe.icc.dbforms.obj.ContainerLayout |
|---|
getFields, getTables, getTargetAreas, isCustomizedLayout, setCustomizedLayout, setFields, setTables, setTargetAreas |
| Methods inherited from class com.adobe.icc.dbforms.obj.Asset |
|---|
getActiveEndDate, getActiveStartDate, getComment, getCrxVersion, getDesc, getExtendedProperties, getId, getLastChangeBy, getLastPublishDate, getLastUpdateDate, getLcat, getLocalizationPrefix, getLocalizationResourceInfoList, getName, getState, getUcat, getUpdatedBy, getVersion, setActiveEndDate, setActiveStartDate, setComment, setCrxVersion, setDesc, setExtendedProperties, setId, setLastChangeBy, setLastPublishDate, setLastUpdateDate, setLcat, setLocalizationPrefix, setLocalizationResourceInfoList, setName, setState, setUcat, setUpdatedBy, setVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableRow()
| Method Detail |
|---|
public java.lang.String getRowSOMExpression()
public void setRowSOMExpression(java.lang.String rowSOMExpression)
rowSOMExpression - the rowSOMExpression to setpublic java.lang.String getLastDrawSOMExpression()
public void setLastDrawSOMExpression(java.lang.String lastDrawSOMExpression)
lastDrawSOMExpression - the lastDrawSOMExpression to setpublic int getLastDrawPosition()
public void setLastDrawPosition(int lastDrawPosition)
lastDrawPosition - the lastDrawPosition to setpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||