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<BaseSearchField>
getSearchFields()
List<ChartView.ChartSeries>
getSeries()
Boolean
getStacked()
void
setActions(List<ChartView.ChartAction> actions)
void
setCategory(ChartView.ChartCategory category)
void
setConfig(List<ChartView.ChartConfig> config)
void
setDataSet(DataSet dataSet)
void
setOnInit(String onInit)
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, 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<BaseSearchField> getSearchFields()
-
setSearchFields
public void setSearchFields(List<BaseSearchField> 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)
-
-