case classCategoryModel(id: Int = 0, name: String, detail_type: String) extends Product with Serializable
Categories are used to represent the type of graphs to show in the detail page in Geodashboard v3
The name will be the title of the tab where the data associated with the category is displayed
The detail_type is the type of graph in the UI, it could be (time, stacked-line, stacked-bar)
name
- to show as title of a tab in the detail page
detail_type
- determines the type of graph to show in the UI
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
CategoryModel
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
newCategoryModel(id: Int = 0, name: String, detail_type: String)
Categories are used to represent the type of graphs to show in the detail page in Geodashboard v3 The name will be the title of the tab where the data associated with the category is displayed The detail_type is the type of graph in the UI, it could be (time, stacked-line, stacked-bar)
- to show as title of a tab in the detail page
- determines the type of graph to show in the UI