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 String
getColumn()
Gets the value of the column property.String
getData()
Gets the value of the data property.String
getStyle()
Gets the value of the style property.String
getUri()
Gets the value of the uri property.void
setColumn(String value)
Sets the value of the column property.void
setData(String value)
Sets the value of the data property.void
setStyle(String value)
Sets the value of the style property.void
setUri(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
column
property 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
column
property 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
data
property 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
data
property contains the data to display in the referenced cell.- Parameters:
value
-
-
getStyle
Gets the value of the style property.The
style
property specifies the HTML style to use for the data in the referenced cell. If the property value isnull
then 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. Thestyle
property specifies the HTML style to use for the data in the referenced cell. If the property value isnull
then the default column style defined inPageInfo.TableInfo.ColumnInfo.getStyle()
is used.- Parameters:
value
-
-
getUri
Gets the value of the uri property.If the
uri
property is notnull
then the cell data is displayed as a link (HTMLa
tag) referencing the property value.- Returns:
- the value of the uri property.
-
setUri
Sets the value of the uri property.If the
uri
property is notnull
then the cell data is displayed as a link (HTMLa
tag) referencing the property value.- Parameters:
value
-
-