Interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>
-
- All Superinterfaces:
org.dashbuilder.displayer.client.AbstractDisplayer.View,org.dashbuilder.displayer.client.AbstractGwtDisplayer.View<P>,GoogleChartDisplayer.View<P>,GoogleDisplayer.View<P>,org.uberfire.client.mvp.HasPresenter<P>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<P>
- All Known Subinterfaces:
GoogleAreaChartDisplayer.View,GoogleBarChartDisplayer.View,GoogleBubbleChartDisplayer.View,GoogleLineChartDisplayer.View,GoogleMapDisplayer.View,GoogleMeterChartDisplayer.View,GooglePieChartDisplayer.View
- All Known Implementing Classes:
GoogleAreaChartDisplayerView,GoogleBarChartDisplayerView,GoogleBubbleChartDisplayerView,GoogleCategoriesDisplayerView,GoogleLineChartDisplayerView,GoogleMapDisplayerView,GoogleMeterChartDisplayerView,GooglePieChartDisplayerView
- Enclosing class:
- GoogleCategoriesDisplayer<V extends GoogleCategoriesDisplayer.View>
public static interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer> extends GoogleChartDisplayer.View<P>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateChart()voiddrawChart()voidnodata()voidsetAnimationDuration(int animationDuration)voidsetAnimationOn(boolean animationOn)voidsetBgColor(String bgColor)voidsetColors(String[] colors)voidsetFilterEnabled(boolean filterEnabled)voidsetShowXLabels(boolean showXLabels)voidsetShowYLabels(boolean showYLabels)voidsetXAxisAngle(int xAxisAngle)voidsetXAxisTitle(String xAxisTitle)voidsetYAxisTitle(String yAxisTitle)-
Methods inherited from interface org.dashbuilder.displayer.client.AbstractDisplayer.View
cancelRefreshTimer, clear, enableRefreshTimer, error, errorDataSetNotFound, errorMissingHandler, errorMissingSettings, setId, showLoading, showVisualization
-
Methods inherited from interface org.dashbuilder.renderer.google.client.GoogleChartDisplayer.View
setHeight, setLegendPosition, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setSubType, setWidth
-
Methods inherited from interface org.dashbuilder.renderer.google.client.GoogleDisplayer.View
dataAddColumn, dataClear, dataFormatDateColumn, dataFormatNumberColumn, dataRowCount, dataSetValue, dataSetValue, dataSetValue, draw, getColumnsTitle, getGroupsTitle, setFilterLabelSet, showTitle
-
-
-
-
Method Detail
-
setFilterEnabled
void setFilterEnabled(boolean filterEnabled)
-
setBgColor
void setBgColor(String bgColor)
-
setShowXLabels
void setShowXLabels(boolean showXLabels)
-
setShowYLabels
void setShowYLabels(boolean showYLabels)
-
setXAxisTitle
void setXAxisTitle(String xAxisTitle)
-
setXAxisAngle
void setXAxisAngle(int xAxisAngle)
-
setYAxisTitle
void setYAxisTitle(String yAxisTitle)
-
setColors
void setColors(String[] colors)
-
setAnimationOn
void setAnimationOn(boolean animationOn)
-
setAnimationDuration
void setAnimationDuration(int animationDuration)
-
createChart
void createChart()
-
nodata
void nodata()
-
drawChart
void drawChart()
-
-