public abstract class GoogleCategoriesDisplayerView<P extends GoogleCategoriesDisplayer> extends GoogleChartDisplayerView<P> implements GoogleCategoriesDisplayer.View<P>
| Modifier and Type | Field and Description |
|---|---|
protected int |
animationDuration |
protected boolean |
animationOn |
protected String |
bgColor |
protected String[] |
colors |
protected boolean |
showXLabels |
protected boolean |
showYLabels |
protected int |
xAxisAngle |
protected String |
xAxisTitle |
protected String |
yAxisTitle |
height, legendPosition, marginBottom, marginLeft, marginRight, marginTop, subType, widthpresenter| Constructor and Description |
|---|
GoogleCategoriesDisplayerView() |
| Modifier and Type | Method and Description |
|---|---|
protected com.googlecode.gwt.charts.client.corechart.CoreChartWidget |
_createChart() |
protected void |
checkChartCreated() |
void |
createChart() |
protected com.googlecode.gwt.charts.client.options.ChartArea |
createChartArea() |
protected com.googlecode.gwt.charts.client.options.HAxis |
createHAxis() |
protected com.googlecode.gwt.charts.client.options.Options |
createOptions() |
protected com.googlecode.gwt.charts.client.event.SelectHandler |
createSelectHandler(com.googlecode.gwt.charts.client.corechart.CoreChartWidget selectable) |
protected com.googlecode.gwt.charts.client.event.SelectHandler |
createSelectHandler(com.googlecode.gwt.charts.client.geochart.GeoChart selectable) |
protected com.googlecode.gwt.charts.client.options.VAxis |
createVAxis() |
void |
drawChart() |
void |
nodata() |
void |
setAnimationDuration(int animationDuration) |
void |
setAnimationOn(boolean animationOn) |
void |
setBgColor(String bgColor) |
void |
setColors(String[] colors) |
void |
setFilterEnabled(boolean enabled) |
void |
setShowXLabels(boolean showXLabels) |
void |
setShowYLabels(boolean showYLabels) |
void |
setXAxisAngle(int xAxisAngle) |
void |
setXAxisTitle(String xAxisTitle) |
void |
setYAxisTitle(String yAxisTitle) |
createChartLegend, getLegendPosition, setHeight, setLegendPosition, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setSubType, setWidthdataAddColumn, dataClear, dataFormatDateColumn, dataFormatNumberColumn, dataRowCount, dataSetValue, dataSetValue, dataSetValue, draw, getColumnsTitle, getColumnType, getDataTable, getGroupsTitle, init, setFilterLabelSet, setRenderer, showDisplayer, showTitlecancelRefreshTimer, clear, displayMessage, enableRefreshTimer, error, errorDataSetNotFound, errorMissingHandler, errorMissingSettings, getPresenter, setId, setPresenter, setVisualization, showLoading, showVisualizationclaimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetHeight, setLegendPosition, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setSubType, setWidthdataAddColumn, dataClear, dataFormatDateColumn, dataFormatNumberColumn, dataRowCount, dataSetValue, dataSetValue, dataSetValue, draw, getColumnsTitle, getGroupsTitle, setFilterLabelSet, showTitlecancelRefreshTimer, clear, enableRefreshTimer, error, errorDataSetNotFound, errorMissingHandler, errorMissingSettings, setId, showLoading, showVisualizationprotected String bgColor
protected boolean showXLabels
protected boolean showYLabels
protected String xAxisTitle
protected String yAxisTitle
protected int xAxisAngle
protected boolean animationOn
protected int animationDuration
protected String[] colors
public void setBgColor(String bgColor)
setBgColor in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void setShowXLabels(boolean showXLabels)
setShowXLabels in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void setShowYLabels(boolean showYLabels)
setShowYLabels in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void setXAxisTitle(String xAxisTitle)
setXAxisTitle in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void setXAxisAngle(int xAxisAngle)
setXAxisAngle in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void setYAxisTitle(String yAxisTitle)
setYAxisTitle in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void setColors(String[] colors)
setColors in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void setFilterEnabled(boolean enabled)
setFilterEnabled in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void setAnimationOn(boolean animationOn)
setAnimationOn in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void setAnimationDuration(int animationDuration)
setAnimationDuration in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void createChart()
createChart in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void drawChart()
drawChart in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>public void nodata()
nodata in interface GoogleCategoriesDisplayer.View<P extends GoogleCategoriesDisplayer>protected void checkChartCreated()
protected com.googlecode.gwt.charts.client.corechart.CoreChartWidget _createChart()
protected com.googlecode.gwt.charts.client.options.Options createOptions()
protected com.googlecode.gwt.charts.client.event.SelectHandler createSelectHandler(com.googlecode.gwt.charts.client.corechart.CoreChartWidget selectable)
protected com.googlecode.gwt.charts.client.event.SelectHandler createSelectHandler(com.googlecode.gwt.charts.client.geochart.GeoChart selectable)
protected com.googlecode.gwt.charts.client.options.ChartArea createChartArea()
protected com.googlecode.gwt.charts.client.options.HAxis createHAxis()
protected com.googlecode.gwt.charts.client.options.VAxis createVAxis()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.