public abstract class C3AbstractDisplayer<V extends C3AbstractDisplayer.View> extends AbstractGwtDisplayer<V>
| Modifier and Type | Class and Description |
|---|---|
static interface |
C3AbstractDisplayer.View<P extends C3AbstractDisplayer> |
AbstractDisplayer.ExpressionEval, AbstractDisplayer.Formatter| Modifier and Type | Field and Description |
|---|---|
protected FilterLabelSet |
filterLabelSet |
columnSelectionMap, currentFilter, dataSet, dataSetHandler, displayerConstraints, displayerSettings, drawn, evaluator, formatter, formatterMap, listenerList, refreshEnabled| Constructor and Description |
|---|
C3AbstractDisplayer(FilterLabelSet filterLabelSet) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addToSelection(int row) |
protected String |
columnValueToString(Object mightBeNull) |
protected void |
createVisualization() |
protected String |
evaluateValueToString(Object mightBeNull,
ColumnSettings settings) |
protected void |
updateFilterStatus() |
protected void |
updateVisualization() |
protected abstract void |
updateVisualizationWithData() |
addFormatter, addListener, afterClose, afterDataSetLookup, afterDraw, afterLoad, afterRedraw, asWidget, beforeDataSetLookup, beforeLoad, checkDisplayerSettings, close, createDisplayerConstraints, 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, 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, updateRefreshTimerprotected FilterLabelSet filterLabelSet
public C3AbstractDisplayer(FilterLabelSet filterLabelSet)
protected void createVisualization()
createVisualization in class AbstractDisplayer<V extends C3AbstractDisplayer.View>protected void updateVisualization()
updateVisualization in class AbstractDisplayer<V extends C3AbstractDisplayer.View>protected abstract void updateVisualizationWithData()
protected void addToSelection(int row)
protected void updateFilterStatus()
protected String evaluateValueToString(Object mightBeNull, ColumnSettings settings)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.