Class GoogleBarChartDisplayer
- java.lang.Object
-
- org.dashbuilder.displayer.client.AbstractDisplayer<V>
-
- org.dashbuilder.displayer.client.AbstractGwtDisplayer<V>
-
- org.dashbuilder.renderer.google.client.GoogleDisplayer<V>
-
- org.dashbuilder.renderer.google.client.GoogleChartDisplayer<V>
-
- org.dashbuilder.renderer.google.client.GoogleCategoriesDisplayer<GoogleBarChartDisplayer.View>
-
- org.dashbuilder.renderer.google.client.GoogleBarChartDisplayer
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,org.dashbuilder.displayer.client.Displayer,org.dashbuilder.displayer.client.DisplayerListener
@Dependent public class GoogleBarChartDisplayer extends GoogleCategoriesDisplayer<GoogleBarChartDisplayer.View>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGoogleBarChartDisplayer.View
-
Field Summary
-
Fields inherited from class org.dashbuilder.renderer.google.client.GoogleCategoriesDisplayer
COLOR_ARRAY, COLOR_NOT_SELECTED
-
-
Constructor Summary
Constructors Constructor Description GoogleBarChartDisplayer(GoogleBarChartDisplayer.View view, org.dashbuilder.common.client.widgets.FilterLabelSet filterLabelSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.displayer.DisplayerConstraintscreateDisplayerConstraints()protected voidcreateVisualization()GoogleBarChartDisplayer.ViewgetView()booleanisBarChart()booleanisStacked()-
Methods inherited from class org.dashbuilder.renderer.google.client.GoogleCategoriesDisplayer
createColorArray, drawChart, onCategorySelected, updateVisualization
-
Methods inherited from class org.dashbuilder.renderer.google.client.GoogleDisplayer
draw, getFilterLabelSet, pushDataToView, ready, updateFilterStatus
-
Methods inherited from class org.dashbuilder.displayer.client.AbstractDisplayer
addFormatter, addListener, afterClose, afterDataSetLookup, afterDraw, afterLoad, afterRedraw, asWidget, beforeDataSetLookup, beforeLoad, checkDisplayerSettings, close, 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
-
GoogleBarChartDisplayer
@Inject public GoogleBarChartDisplayer(GoogleBarChartDisplayer.View view, org.dashbuilder.common.client.widgets.FilterLabelSet filterLabelSet)
-
-
Method Detail
-
getView
public GoogleBarChartDisplayer.View getView()
- Specified by:
getViewin classorg.dashbuilder.displayer.client.AbstractDisplayer<GoogleBarChartDisplayer.View>
-
createDisplayerConstraints
public org.dashbuilder.displayer.DisplayerConstraints createDisplayerConstraints()
- Specified by:
createDisplayerConstraintsin classorg.dashbuilder.displayer.client.AbstractDisplayer<GoogleBarChartDisplayer.View>
-
isBarChart
public boolean isBarChart()
-
isStacked
public boolean isStacked()
-
createVisualization
protected void createVisualization()
- Overrides:
createVisualizationin classGoogleCategoriesDisplayer<GoogleBarChartDisplayer.View>
-
-