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 classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetActions(List<ChartView.ChartAction> actions) voidsetCategory(ChartView.ChartCategory category) voidsetConfig(List<ChartView.ChartConfig> config) voidsetDataSet(DataSet dataSet) voidvoidsetSearchFields(List<BaseSearchField> searchFields) voidsetSeries(List<ChartView.ChartSeries> series) voidsetStacked(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
-