public abstract class GoogleCategoriesDisplayer<V extends GoogleCategoriesDisplayer.View> extends GoogleChartDisplayer<V>
Modifier and Type | Class and Description |
---|---|
static interface |
GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer> |
AbstractDisplayer.ExpressionEval, AbstractDisplayer.Formatter
Modifier and Type | Field and Description |
---|---|
static String[] |
COLOR_ARRAY |
static String |
COLOR_NOT_SELECTED |
columnSelectionMap, currentFilter, dataSet, dataSetHandler, displayerConstraints, displayerSettings, drawn, evaluator, formatter, formatterMap, listenerList, refreshEnabled
Constructor and Description |
---|
GoogleCategoriesDisplayer(FilterLabelSet filterLabelSet) |
Modifier and Type | Method and Description |
---|---|
protected String[] |
createColorArray() |
protected void |
createVisualization() |
protected void |
drawChart() |
void |
onCategorySelected(String columnId,
int row) |
protected void |
updateVisualization() |
draw, getFilterLabelSet, pushDataToView, ready, updateFilterStatus
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
public static final String[] COLOR_ARRAY
public static final String COLOR_NOT_SELECTED
public GoogleCategoriesDisplayer(FilterLabelSet filterLabelSet)
protected String[] createColorArray()
protected void createVisualization()
createVisualization
in class GoogleChartDisplayer<V extends GoogleCategoriesDisplayer.View>
protected void updateVisualization()
updateVisualization
in class AbstractDisplayer<V extends GoogleCategoriesDisplayer.View>
protected void drawChart()
public void onCategorySelected(String columnId, int row)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.