Interface GoogleChartDisplayer.View<P extends GoogleChartDisplayer>
-
- All Superinterfaces:
org.dashbuilder.displayer.client.AbstractDisplayer.View,org.dashbuilder.displayer.client.AbstractGwtDisplayer.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,GoogleCategoriesDisplayer.View<P>,GoogleLineChartDisplayer.View,GoogleMapDisplayer.View,GoogleMeterChartDisplayer.View,GooglePieChartDisplayer.View
- All Known Implementing Classes:
GoogleAreaChartDisplayerView,GoogleBarChartDisplayerView,GoogleBubbleChartDisplayerView,GoogleCategoriesDisplayerView,GoogleChartDisplayerView,GoogleLineChartDisplayerView,GoogleMapDisplayerView,GoogleMeterChartDisplayerView,GooglePieChartDisplayerView
- Enclosing class:
- GoogleChartDisplayer<V extends GoogleChartDisplayer.View>
public static interface GoogleChartDisplayer.View<P extends GoogleChartDisplayer> extends GoogleDisplayer.View<P>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHeight(int height)voidsetLegendPosition(org.dashbuilder.displayer.Position position)voidsetMarginBottom(int marginBottom)voidsetMarginLeft(int marginLeft)voidsetMarginRight(int marginRight)voidsetMarginTop(int marginTop)voidsetSubType(org.dashbuilder.displayer.DisplayerSubType subType)voidsetWidth(int width)-
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.GoogleDisplayer.View
dataAddColumn, dataClear, dataFormatDateColumn, dataFormatNumberColumn, dataRowCount, dataSetValue, dataSetValue, dataSetValue, draw, getColumnsTitle, getGroupsTitle, setFilterLabelSet, showTitle
-
-
-
-
Method Detail
-
setWidth
void setWidth(int width)
-
setHeight
void setHeight(int height)
-
setMarginTop
void setMarginTop(int marginTop)
-
setMarginBottom
void setMarginBottom(int marginBottom)
-
setMarginRight
void setMarginRight(int marginRight)
-
setMarginLeft
void setMarginLeft(int marginLeft)
-
setLegendPosition
void setLegendPosition(org.dashbuilder.displayer.Position position)
-
setSubType
void setSubType(org.dashbuilder.displayer.DisplayerSubType subType)
-
-