public abstract class GoogleChartDisplayerView<P extends GoogleChartDisplayer> extends GoogleDisplayerView<P> implements GoogleChartDisplayer.View<P>
| Modifier and Type | Field and Description |
|---|---|
protected int |
height |
protected Position |
legendPosition |
protected int |
marginBottom |
protected int |
marginLeft |
protected int |
marginRight |
protected int |
marginTop |
protected DisplayerSubType |
subType |
protected int |
width |
presenter| Constructor and Description |
|---|
GoogleChartDisplayerView() |
| Modifier and Type | Method and Description |
|---|---|
protected com.googlecode.gwt.charts.client.options.Legend |
createChartLegend() |
protected String |
getLegendPosition() |
void |
setHeight(int height) |
void |
setLegendPosition(Position legendPosition) |
void |
setMarginBottom(int marginBottom) |
void |
setMarginLeft(int marginLeft) |
void |
setMarginRight(int marginRight) |
void |
setMarginTop(int marginTop) |
void |
setSubType(DisplayerSubType subType) |
void |
setWidth(int width) |
dataAddColumn, 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, waitdataAddColumn, dataClear, dataFormatDateColumn, dataFormatNumberColumn, dataRowCount, dataSetValue, dataSetValue, dataSetValue, draw, getColumnsTitle, getGroupsTitle, setFilterLabelSet, showTitlecancelRefreshTimer, clear, enableRefreshTimer, error, errorDataSetNotFound, errorMissingHandler, errorMissingSettings, setId, showLoading, showVisualizationprotected int width
protected int height
protected int marginTop
protected int marginBottom
protected int marginRight
protected int marginLeft
protected Position legendPosition
protected DisplayerSubType subType
public void setWidth(int width)
setWidth in interface GoogleChartDisplayer.View<P extends GoogleChartDisplayer>public void setHeight(int height)
setHeight in interface GoogleChartDisplayer.View<P extends GoogleChartDisplayer>public void setMarginTop(int marginTop)
setMarginTop in interface GoogleChartDisplayer.View<P extends GoogleChartDisplayer>public void setMarginBottom(int marginBottom)
setMarginBottom in interface GoogleChartDisplayer.View<P extends GoogleChartDisplayer>public void setMarginRight(int marginRight)
setMarginRight in interface GoogleChartDisplayer.View<P extends GoogleChartDisplayer>public void setMarginLeft(int marginLeft)
setMarginLeft in interface GoogleChartDisplayer.View<P extends GoogleChartDisplayer>public void setLegendPosition(Position legendPosition)
setLegendPosition in interface GoogleChartDisplayer.View<P extends GoogleChartDisplayer>public void setSubType(DisplayerSubType subType)
setSubType in interface GoogleChartDisplayer.View<P extends GoogleChartDisplayer>protected com.googlecode.gwt.charts.client.options.Legend createChartLegend()
protected String getLegendPosition()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.