Package com.priint.pubserver.dashboard
Class TableChartData.DataMapping
java.lang.Object
com.priint.pubserver.dashboard.TableChartData.DataMapping
- Enclosing class:
- TableChartData
Structure columns definition for Table in dashboards
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mapping attribute of column in Table.Gets the value of the label attribute of column in Table.getType()Gets the value of the type attribute of column in Table(string or checkbox).voidsetAccessor(String accessor) Set the value of the mapping attribute of column in Table.voidSet the value of the Label attribute of column in Table.voidSet the value of the type attribute of column in Table(string or checkbox).
-
Constructor Details
-
DataMapping
public DataMapping()
-
-
Method Details
-
getHeader
Gets the value of the label attribute of column in Table.- Returns:
String
-
setHeader
Set the value of the Label attribute of column in Table.- Parameters:
header- allowed object isString
-
getAccessor
Gets the value of the mapping attribute of column in Table. This attribute defines unique identifier of column.- Returns:
String
-
setAccessor
Set the value of the mapping attribute of column in Table. * This attribute defines unique identifier of column.- Parameters:
accessor-String
-
getType
Gets the value of the type attribute of column in Table(string or checkbox). Default is string.- Returns:
String
-
setType
Set the value of the type attribute of column in Table(string or checkbox). Default is string.- Parameters:
type-String
-