Package com.axelor.meta.schema.views
Class ChartView
java.lang.Object
com.axelor.meta.schema.views.AbstractView
com.axelor.meta.schema.views.ChartView
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setActions
(List<ChartView.ChartAction> actions) void
setCategory
(ChartView.ChartCategory category) void
setConfig
(List<ChartView.ChartConfig> config) void
setDataSet
(DataSet dataSet) void
void
setSearchFields
(List<BaseSearchField> searchFields) void
setSeries
(List<ChartView.ChartSeries> series) void
setStacked
(Boolean stacked) Methods inherited from class com.axelor.meta.schema.views.AbstractView
getCss, getCustomViewId, getCustomViewShared, getEditable, getExtension, getGroups, getHelpLink, getHelpOverride, getJsonModel, getLocalizedTitle, getMaxWidth, getMinWidth, getModel, getModelId, getName, getOwner, getTitle, getType, getViewId, getWidth, getWidthSpec, getXmlId, setCss, setCustomViewId, setCustomViewShared, setEditable, setExtension, setGroups, setHelpLink, setJsonModel, setMaxWidth, setMinWidth, setModel, setModelId, setName, setOwner, setTitle, setViewId, setWidth, setWidthSpec, setXmlId
-
Constructor Details
-
ChartView
public ChartView()
-
-
Method Details
-
getStacked
-
setStacked
-
getOnInit
-
setOnInit
-
getSearchFields
-
setSearchFields
-
getDataSet
-
setDataSet
-
getCategory
-
setCategory
-
getSeries
-
setSeries
-
getConfig
-
setConfig
-
getActions
-
setActions
-