|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.gwtext.client.widgets.Component
com.gwtext.client.widgets.BoxComponent
com.gwtext.client.widgets.Container
com.gwtext.client.widgets.Panel
com.gwtext.client.widgets.chart.yui.ChartPanel
com.gwtext.client.widgets.chart.yui.CartesianChart
public abstract class CartesianChart
CartesianChart class for the YUI Charts widget.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary |
---|
Fields inherited from class com.gwtext.client.widgets.chart.yui.ChartPanel |
---|
chartConfig, chartJS, chartRendered, store |
Fields inherited from class com.gwtext.client.widgets.Component |
---|
config, id |
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
CartesianChart()
|
|
CartesianChart(Store store)
|
Method Summary | |
---|---|
java.lang.String |
getXField()
Return the xField. |
java.lang.String |
getYField()
Return the yField. |
void |
setXAxis(Axis xAxis)
Set the xAxis. |
void |
setXField(java.lang.String xField)
Set the xField. |
void |
setYAxis(Axis yAxis)
Set the yAxis. |
void |
setYField(java.lang.String yField)
Set the yField. |
Methods inherited from class com.gwtext.client.widgets.chart.yui.ChartPanel |
---|
afterRender, createChart, getChartName, refresh, setBackgroundColor, setCategoryNames, setChartStyle, setDataTipFunction, setExpressInstall, setPollingInterval, setSeries, setStore, setVersion, setWMode |
Methods inherited from class com.gwtext.client.widgets.Container |
---|
add, add, add, add, addListener, bubble, cascade, clear, doLayout, doLayout, findBy, findByID, findByType, getActiveItem, getActiveItemID, getAutoDestroy, getBufferResize, getComponent, getComponent, getComponents, getHideBorders, getItems, getLayout, getMonitorResize, insert, iterator, remove, remove, remove, remove, removeAll, removeAll, setActiveItem, setActiveItemID, setAutoDestroy, setBufferResize, setDefaults, setHideBorders, setLayout, setMonitorResize |
Methods inherited from class com.gwtext.client.widgets.BoxComponent |
---|
addListener, doOnRender, doOnRender, getAutoHeight, getAutoWidth, getBox, getBox, getHeight, getPosition, getPosition, getSize, getWidth, setAutoHeight, setAutoWidth, setHeight, setHeight, setPagePosition, setPosition, setSize, setSize, setWidth, setWidth, syncSize, updateBox |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
doAttachChildren, doDetachChildren, getParent, isAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, onEnsureDebugId, setElement, setPixelSize, setStyleName, setStyleName, setStylePrimaryName, setVisible, sinkEvents, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CartesianChart()
public CartesianChart(Store store)
Method Detail |
---|
public void setXAxis(Axis xAxis)
xAxis
- the xAxis
java.lang.IllegalStateException
- this property cannot be changed after the Component has been renderedpublic void setXField(java.lang.String xField)
xField
- the xField
java.lang.IllegalStateException
- this property cannot be changed after the Component has been renderedpublic java.lang.String getXField()
public void setYAxis(Axis yAxis)
yAxis
- the yAxis
java.lang.IllegalStateException
- this property cannot be changed after the Component has been renderedpublic void setYField(java.lang.String yField)
yField
- the yField
java.lang.IllegalStateException
- this property cannot be changed after the Component has been renderedpublic java.lang.String getYField()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |