Package com.axelor.meta.schema.views
Class ChartView
- java.lang.Object
-
- com.axelor.meta.schema.views.AbstractView
-
- com.axelor.meta.schema.views.ChartView
-
public class ChartView extends AbstractView
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChartView.ChartAction
static class
ChartView.ChartCategory
static class
ChartView.ChartConfig
static class
ChartView.ChartSeries
-
Constructor Summary
Constructors Constructor Description ChartView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ChartView.ChartAction>
getActions()
ChartView.ChartCategory
getCategory()
List<ChartView.ChartConfig>
getConfig()
DataSet
getDataSet()
String
getOnInit()
List<ChartSearchField>
getSearchFields()
List<ChartView.ChartSeries>
getSeries()
Boolean
getStacked()
-
Methods inherited from class com.axelor.meta.schema.views.AbstractView
getCss, getCustomViewId, getCustomViewShared, getEditable, getExtension, getGroups, getHelpLink, getHelpOverride, getLocalizedTitle, getMaxWidth, getMinWidth, getModel, getModelId, getName, getOwner, getTitle, getType, getViewId, getWidth, getXmlId, setCss, setCustomViewId, setCustomViewShared, setEditable, setExtension, setGroups, setHelpLink, setModel, setModelId, setName, setOwner, setTitle, setViewId, setWidthSpec, setXmlId
-
-
-
-
Method Detail
-
getStacked
public Boolean getStacked()
-
getOnInit
public String getOnInit()
-
getSearchFields
public List<ChartSearchField> getSearchFields()
-
getDataSet
public DataSet getDataSet()
-
getCategory
public ChartView.ChartCategory getCategory()
-
getSeries
public List<ChartView.ChartSeries> getSeries()
-
getConfig
public List<ChartView.ChartConfig> getConfig()
-
getActions
public List<ChartView.ChartAction> getActions()
-
-