Class TableData.RowData.CellData

java.lang.Object
org.spiderwiz.admin.data.TableData.RowData.CellData
Enclosing class:
TableData.RowData

@WizSerializable
public static class TableData.RowData.CellData
extends Object
Holds data for each table cell.
  • Constructor Details

  • Method Details

    • getColumn

      public String 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 by PageInfo.TableInfo.ColumnInfo.getTitle().

      Returns:
      the value of the column property.
    • setColumn

      public void setColumn​(String value)
      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 by PageInfo.TableInfo.ColumnInfo.getTitle().

      Parameters:
      value -
    • getData

      public String 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

      public void setData​(String value)
      Sets the value of the data property.

      The data property contains the data to display in the referenced cell.

      Parameters:
      value -
    • getStyle

      public String 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 is null then the default column style defined in PageInfo.TableInfo.ColumnInfo.getStyle() is used.

      Returns:
      the value of the style property.
    • setStyle

      public void setStyle​(String value)
      Sets 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 is null then the default column style defined in PageInfo.TableInfo.ColumnInfo.getStyle() is used.
      Parameters:
      value -
    • getUri

      public String getUri()
      Gets the value of the uri property.

      If the uri property is not null then the cell data is displayed as a link (HTML a tag) referencing the property value.

      Returns:
      the value of the uri property.
    • setUri

      public void setUri​(String value)
      Sets the value of the uri property.

      If the uri property is not null then the cell data is displayed as a link (HTML a tag) referencing the property value.

      Parameters:
      value -