Interface C3Displayer.View<P extends C3AbstractDisplayer>
-
- All Superinterfaces:
org.dashbuilder.displayer.client.AbstractDisplayer.View,org.dashbuilder.displayer.client.AbstractGwtDisplayer.View<P>,C3AbstractDisplayer.View<P>,org.uberfire.client.mvp.HasPresenter<P>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<P>
- All Known Subinterfaces:
C3AreaChartDisplayer.View,C3BarChartDisplayer.View,C3BubbleChartDisplayer.View,C3LineChartDisplayer.View,C3MeterChartDisplayer.View,C3PieChartDisplayer.View
- All Known Implementing Classes:
C3AreaChartView,C3BarChartView,C3BubbleChartView,C3DisplayerView,C3LineChartView,C3MeterView,C3PieChartView
- Enclosing class:
- C3Displayer<V extends C3Displayer.View>
public static interface C3Displayer.View<P extends C3AbstractDisplayer> extends C3AbstractDisplayer.View<P>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetColumnsTitle()StringgetGroupsTitle()StringgetType()voidsetBackgroundColor(String color)voidsetFilterLabelSet(org.dashbuilder.common.client.widgets.FilterLabelSet filterLabelSet)voidsetResizable(int maxWidth, int maxHeight)voidsetTableData(String[][] data)voidshowTitle(String title)voidupdateChart(C3ChartConf conf)-
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
-
-
-
-
Method Detail
-
updateChart
void updateChart(C3ChartConf conf)
-
getType
String getType()
-
getGroupsTitle
String getGroupsTitle()
-
getColumnsTitle
String getColumnsTitle()
-
showTitle
void showTitle(String title)
- Specified by:
showTitlein interfaceC3AbstractDisplayer.View<P extends C3AbstractDisplayer>
-
setFilterLabelSet
void setFilterLabelSet(org.dashbuilder.common.client.widgets.FilterLabelSet filterLabelSet)
- Specified by:
setFilterLabelSetin interfaceC3AbstractDisplayer.View<P extends C3AbstractDisplayer>
-
setBackgroundColor
void setBackgroundColor(String color)
-
setResizable
void setResizable(int maxWidth, int maxHeight)
-
setTableData
void setTableData(String[][] data)
-
-