Class GoogleCategoriesDisplayer<V extends GoogleCategoriesDisplayer.View>
- 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<V>
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,org.dashbuilder.displayer.client.Displayer,org.dashbuilder.displayer.client.DisplayerListener
- Direct Known Subclasses:
GoogleAreaChartDisplayer,GoogleBarChartDisplayer,GoogleBubbleChartDisplayer,GoogleLineChartDisplayer,GoogleMapDisplayer,GoogleMeterChartDisplayer,GooglePieChartDisplayer
public abstract class GoogleCategoriesDisplayer<V extends GoogleCategoriesDisplayer.View> extends GoogleChartDisplayer<V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>
-
Field Summary
Fields Modifier and Type Field Description static String[]COLOR_ARRAYstatic StringCOLOR_NOT_SELECTED
-
Constructor Summary
Constructors Constructor Description GoogleCategoriesDisplayer(org.dashbuilder.common.client.widgets.FilterLabelSet filterLabelSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]createColorArray()protected voidcreateVisualization()protected voiddrawChart()voidonCategorySelected(String columnId, int row)protected voidupdateVisualization()-
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, createDisplayerConstraints, 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, getView, 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
-
-
-
-
Field Detail
-
COLOR_ARRAY
public static final String[] COLOR_ARRAY
-
COLOR_NOT_SELECTED
public static final String COLOR_NOT_SELECTED
- See Also:
- Constant Field Values
-
-
Method Detail
-
createColorArray
protected String[] createColorArray()
-
createVisualization
protected void createVisualization()
- Overrides:
createVisualizationin classGoogleChartDisplayer<V extends GoogleCategoriesDisplayer.View>
-
updateVisualization
protected void updateVisualization()
- Specified by:
updateVisualizationin classorg.dashbuilder.displayer.client.AbstractDisplayer<V extends GoogleCategoriesDisplayer.View>
-
drawChart
protected void drawChart()
-
onCategorySelected
public void onCategorySelected(String columnId, int row)
-
-