com.adobe.icc.dbforms.obj
Class TableRow

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.Asset
      extended by com.adobe.icc.dbforms.obj.ContainerLayout
          extended by com.adobe.icc.dbforms.obj.TableRow
All Implemented Interfaces:
ILocalizable, ILocalizationResourceContainer, java.io.Serializable

public class TableRow
extends ContainerLayout

Represents a table row. Contains a list of table cells in a row.

See Also:
Serialized Form

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

TableRow

public TableRow()
Method Detail

getRowSOMExpression

public java.lang.String getRowSOMExpression()
Returns the SOM expression of table row.

Returns:
the rowSOMExpression

setRowSOMExpression

public void setRowSOMExpression(java.lang.String rowSOMExpression)
Sets the SOM expression of table row.

Parameters:
rowSOMExpression - the rowSOMExpression to set

getLastDrawSOMExpression

public java.lang.String getLastDrawSOMExpression()
Returns the SOM expression of last draw element in row.

Returns:
the lastDrawSOMExpression

setLastDrawSOMExpression

public void setLastDrawSOMExpression(java.lang.String lastDrawSOMExpression)
Sets the SOM expression of last draw element in row.

Parameters:
lastDrawSOMExpression - the lastDrawSOMExpression to set

getLastDrawPosition

public int getLastDrawPosition()
Returns the position (index) of last draw element in row.

Returns:
the lastDrawPosition

setLastDrawPosition

public void setLastDrawPosition(int lastDrawPosition)
Sets the position (index) of last draw element in row.

Parameters:
lastDrawPosition - the lastDrawPosition to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


[an error occurred while processing this directive] [an error occurred while processing this directive]