Interface GoogleAreaChartDisplayer.View
-
- All Superinterfaces:
org.dashbuilder.displayer.client.AbstractDisplayer.View,org.dashbuilder.displayer.client.AbstractGwtDisplayer.View<GoogleAreaChartDisplayer>,GoogleCategoriesDisplayer.View<GoogleAreaChartDisplayer>,GoogleChartDisplayer.View<GoogleAreaChartDisplayer>,GoogleDisplayer.View<GoogleAreaChartDisplayer>,org.uberfire.client.mvp.HasPresenter<GoogleAreaChartDisplayer>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<GoogleAreaChartDisplayer>
- All Known Implementing Classes:
GoogleAreaChartDisplayerView
- Enclosing class:
- GoogleAreaChartDisplayer
public static interface GoogleAreaChartDisplayer.View extends GoogleCategoriesDisplayer.View<GoogleAreaChartDisplayer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetIsStacked(boolean isStacked)-
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.GoogleCategoriesDisplayer.View
createChart, drawChart, nodata, setAnimationDuration, setAnimationOn, setBgColor, setColors, setFilterEnabled, setShowXLabels, setShowYLabels, setXAxisAngle, setXAxisTitle, setYAxisTitle
-
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
-
-