Package org.dashbuilder.renderer.chartjs
Class ChartJsBarChartDisplayer
- java.lang.Object
-
- org.dashbuilder.displayer.client.AbstractDisplayer<V>
-
- org.dashbuilder.displayer.client.AbstractGwtDisplayer<V>
-
- org.dashbuilder.renderer.chartjs.ChartJsDisplayer<ChartJsBarChartDisplayer.View>
-
- org.dashbuilder.renderer.chartjs.ChartJsBarChartDisplayer
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,org.dashbuilder.displayer.client.Displayer,org.dashbuilder.displayer.client.DisplayerListener
@Dependent public class ChartJsBarChartDisplayer extends ChartJsDisplayer<ChartJsBarChartDisplayer.View>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChartJsBarChartDisplayer.View
-
Field Summary
-
Fields inherited from class org.dashbuilder.renderer.chartjs.ChartJsDisplayer
COLOR_ARRAY
-
-
Constructor Summary
Constructors Constructor Description ChartJsBarChartDisplayer()ChartJsBarChartDisplayer(ChartJsBarChartDisplayer.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.displayer.DisplayerConstraintscreateDisplayerConstraints()ChartJsBarChartDisplayer.ViewgetView()-
Methods inherited from class org.dashbuilder.renderer.chartjs.ChartJsDisplayer
createVisualization, drawChart, pushDataToView, updateFilterStatus, updateVisualization
-
Methods inherited from class org.dashbuilder.displayer.client.AbstractDisplayer
addFormatter, addListener, afterClose, afterDataSetLookup, afterDraw, afterLoad, afterRedraw, asWidget, beforeDataSetLookup, beforeLoad, checkDisplayerSettings, close, draw, export, filterApply, filterApply, filterColumns, filterIndexes, filterInterval, filterIntervals, filterReset, filterReset, filterUpdate, filterUpdate, filterUpdate, formatDate, formatDateDynamic, formatDateFixed, formatInterval, formatValue, formatValue, getDataSetHandler, getDisplayerConstraints, getDisplayerId, getDisplayerSettings, getEvaluator, getFormatter, getFormatter, handleError, handleError, handleError, handleError, isDrawn, isRefreshOn, onClose, onDataLoaded, onDataLookup, onDraw, onError, onFilterEnabled, onFilterEnabled, onFilterReset, onFilterReset, onFilterUpdate, onRedraw, parseDynamicGroupDate, redraw, setDataSetHandler, setDisplayerSettings, setEvaluator, setFormatter, setRefreshOn, showError, sortApply, updateRefreshTimer
-
-
-
-
Constructor Detail
-
ChartJsBarChartDisplayer
public ChartJsBarChartDisplayer()
-
ChartJsBarChartDisplayer
@Inject public ChartJsBarChartDisplayer(ChartJsBarChartDisplayer.View view)
-
-
Method Detail
-
getView
public ChartJsBarChartDisplayer.View getView()
- Specified by:
getViewin classorg.dashbuilder.displayer.client.AbstractDisplayer<ChartJsBarChartDisplayer.View>
-
createDisplayerConstraints
public org.dashbuilder.displayer.DisplayerConstraints createDisplayerConstraints()
- Specified by:
createDisplayerConstraintsin classorg.dashbuilder.displayer.client.AbstractDisplayer<ChartJsBarChartDisplayer.View>
-
-