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 classChartView.ChartActionstatic classChartView.ChartCategorystatic classChartView.ChartConfigstatic classChartView.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.ChartCategorygetCategory()List<ChartView.ChartConfig>getConfig()DataSetgetDataSet()StringgetOnInit()List<ChartSearchField>getSearchFields()List<ChartView.ChartSeries>getSeries()BooleangetStacked()voidsetActions(List<ChartView.ChartAction> actions)voidsetCategory(ChartView.ChartCategory category)voidsetConfig(List<ChartView.ChartConfig> config)voidsetDataSet(DataSet dataSet)voidsetOnInit(String onInit)voidsetSearchFields(List<ChartSearchField> 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, getLocalizedTitle, getMaxWidth, getMinWidth, getModel, getModelId, getName, getOwner, getTitle, getType, getViewId, getWidth, getWidthSpec, getXmlId, setCss, setCustomViewId, setCustomViewShared, setEditable, setExtension, setGroups, setHelpLink, setModel, setModelId, setName, setOwner, setTitle, setViewId, setWidthSpec, setXmlId
-
-
-
-
Method Detail
-
getStacked
public Boolean getStacked()
-
setStacked
public void setStacked(Boolean stacked)
-
getOnInit
public String getOnInit()
-
setOnInit
public void setOnInit(String onInit)
-
getSearchFields
public List<ChartSearchField> getSearchFields()
-
setSearchFields
public void setSearchFields(List<ChartSearchField> searchFields)
-
getDataSet
public DataSet getDataSet()
-
setDataSet
public void setDataSet(DataSet dataSet)
-
getCategory
public ChartView.ChartCategory getCategory()
-
setCategory
public void setCategory(ChartView.ChartCategory category)
-
getSeries
public List<ChartView.ChartSeries> getSeries()
-
setSeries
public void setSeries(List<ChartView.ChartSeries> series)
-
getConfig
public List<ChartView.ChartConfig> getConfig()
-
setConfig
public void setConfig(List<ChartView.ChartConfig> config)
-
getActions
public List<ChartView.ChartAction> getActions()
-
setActions
public void setActions(List<ChartView.ChartAction> actions)
-
-