Class TableChartData.DataMapping

java.lang.Object
com.priint.pubserver.dashboard.TableChartData.DataMapping
Enclosing class:
TableChartData

public static class TableChartData.DataMapping extends Object
Structure columns definition for Table in dashboards
  • Constructor Details

    • DataMapping

      public DataMapping()
  • Method Details

    • getHeader

      public String getHeader()
      Gets the value of the label attribute of column in Table.
      Returns:
      String
    • setHeader

      public void setHeader(String header)
      Set the value of the Label attribute of column in Table.
      Parameters:
      header - allowed object is String
    • getAccessor

      public String getAccessor()
      Gets the value of the mapping attribute of column in Table. This attribute defines unique identifier of column.
      Returns:
      String
    • setAccessor

      public void setAccessor(String accessor)
      Set the value of the mapping attribute of column in Table. * This attribute defines unique identifier of column.
      Parameters:
      accessor - String
    • getType

      public String getType()
      Gets the value of the type attribute of column in Table(string or checkbox). Default is string.
      Returns:
      String
    • setType

      public void setType(String type)
      Set the value of the type attribute of column in Table(string or checkbox). Default is string.
      Parameters:
      type - String