Class TableChartData.DataMapping

  • Enclosing class:
    TableChartData

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

      Constructors 
      Constructor Description
      DataMapping()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccessor()
      Gets the value of the mapping attribute of column in Table.
      java.lang.String getHeader()
      Gets the value of the label attribute of column in Table.
      java.lang.String getType()
      Gets the value of the type attribute of column in Table(string or checkbox).
      void setAccessor​(java.lang.String accessor)
      Set the value of the mapping attribute of column in Table.
      void setHeader​(java.lang.String header)
      Set the value of the Label attribute of column in Table.
      void setType​(java.lang.String type)
      Set the value of the type attribute of column in Table(string or checkbox).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataMapping

        public DataMapping()
    • Method Detail

      • getHeader

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

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

        public java.lang.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​(java.lang.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 java.lang.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​(java.lang.String type)
        Set the value of the type attribute of column in Table(string or checkbox). Default is string.
        Parameters:
        type - String