Interface C3PieChartDisplayer.View
-
- All Superinterfaces:
org.dashbuilder.displayer.client.AbstractDisplayer.View,org.dashbuilder.displayer.client.AbstractGwtDisplayer.View<C3PieChartDisplayer>,C3AbstractDisplayer.View<C3PieChartDisplayer>,C3Displayer.View<C3PieChartDisplayer>,org.uberfire.client.mvp.HasPresenter<C3PieChartDisplayer>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<C3PieChartDisplayer>
- All Known Implementing Classes:
C3PieChartView
- Enclosing class:
- C3PieChartDisplayer
public static interface C3PieChartDisplayer.View extends C3Displayer.View<C3PieChartDisplayer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetShowAsDonut(boolean showAsDonut)-
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.c3.client.C3AbstractDisplayer.View
noData, setSize
-
Methods inherited from interface org.dashbuilder.renderer.c3.client.C3Displayer.View
getColumnsTitle, getGroupsTitle, getType, setBackgroundColor, setFilterLabelSet, setResizable, setTableData, showTitle, updateChart
-
-