Class GoogleCategoriesDisplayer<V extends GoogleCategoriesDisplayer.View>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>  
      • Nested classes/interfaces inherited from class org.dashbuilder.displayer.client.AbstractDisplayer

        org.dashbuilder.displayer.client.AbstractDisplayer.ExpressionEval, org.dashbuilder.displayer.client.AbstractDisplayer.Formatter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String[] COLOR_ARRAY  
      static String COLOR_NOT_SELECTED  
      • Fields inherited from class org.dashbuilder.displayer.client.AbstractDisplayer

        columnSelectionMap, currentFilter, dataSet, dataSetHandler, displayerConstraints, displayerSettings, drawn, evaluator, formatter, formatterMap, listenerList, refreshEnabled
    • 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 void createVisualization()  
      protected void drawChart()  
      void onCategorySelected​(String columnId, int row)  
      protected void updateVisualization()  
      • 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
    • Constructor Detail

      • GoogleCategoriesDisplayer

        public GoogleCategoriesDisplayer​(org.dashbuilder.common.client.widgets.FilterLabelSet filterLabelSet)