Class TableData.RowData.CellData
- Enclosing class:
- TableData.RowData
@WizSerializable public static class TableData.RowData.CellData extends Object
-
Constructor Summary
Constructors Constructor Description CellData() -
Method Summary
Modifier and Type Method Description StringgetColumn()Gets the value of the column property.StringgetData()Gets the value of the data property.StringgetStyle()Gets the value of the style property.StringgetUri()Gets the value of the uri property.voidsetColumn(String value)Sets the value of the column property.voidsetData(String value)Sets the value of the data property.voidsetStyle(String value)Sets the value of the style property.voidsetUri(String value)Sets the value of the uri property.
-
Constructor Details
-
CellData
public CellData()
-
-
Method Details
-
getColumn
Gets the value of the column property.The
columnproperty identifies the column in which the data shall be displayed by specifying the column title as defined byPageInfo.TableInfo.ColumnInfo.getTitle().- Returns:
- the value of the column property.
-
setColumn
Sets the value of the column property.The
columnproperty identifies the column in which the data shall be displayed by specifying the column title as defined byPageInfo.TableInfo.ColumnInfo.getTitle().- Parameters:
value-
-
getData
Gets the value of the data property.The
dataproperty contains the data to display in the referenced cell.- Returns:
- the value of the data property.
-
setData
Sets the value of the data property.The
dataproperty contains the data to display in the referenced cell.- Parameters:
value-
-
getStyle
Gets the value of the style property.The
styleproperty specifies the HTML style to use for the data in the referenced cell. If the property value isnullthen the default column style defined inPageInfo.TableInfo.ColumnInfo.getStyle()is used.- Returns:
- the value of the style property.
-
setStyle
Sets the value of the style property. Thestyleproperty specifies the HTML style to use for the data in the referenced cell. If the property value isnullthen the default column style defined inPageInfo.TableInfo.ColumnInfo.getStyle()is used.- Parameters:
value-
-
getUri
Gets the value of the uri property.If the
uriproperty is notnullthen the cell data is displayed as a link (HTMLatag) referencing the property value.- Returns:
- the value of the uri property.
-
setUri
Sets the value of the uri property.If the
uriproperty is notnullthen the cell data is displayed as a link (HTMLatag) referencing the property value.- Parameters:
value-
-