|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.DomEvent
com.extjs.gxt.ui.client.event.ComponentEvent
com.extjs.gxt.ui.client.event.BoxComponentEvent
com.extjs.gxt.charts.client.event.ChartEvent
public class ChartEvent
Chart and ChartModel event type.
| Field Summary |
|---|
| Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
|---|
event |
| Constructor Summary | |
|---|---|
ChartEvent(Chart chart)
|
|
| Method Summary | |
|---|---|
Chart |
getChart()
Returns the source chart. |
ChartConfig |
getChartConfig()
Returns the source chart config. |
ChartModel |
getChartModel()
Returns the source chart model. |
DataConfig |
getDataType()
Returns the source data type. |
java.lang.Number |
getValue()
Returns the data value. |
void |
setChart(Chart chart)
Sets the source chart. |
void |
setChartConfig(ChartConfig chartConfig)
Sets the source chart config. |
void |
setChartModel(ChartModel chartModel)
Sets the source chart model. |
void |
setDataType(DataConfig dataType)
Sets the source data type. |
void |
setValue(java.lang.Number value)
Sets the source value. |
| Methods inherited from class com.extjs.gxt.ui.client.event.BoxComponentEvent |
|---|
getBoxComponent, getHeight, getSize, getWidth, getX, getY, setBoxComponent, setHeight, setSize, setWidth, setX, setY |
| Methods inherited from class com.extjs.gxt.ui.client.event.ComponentEvent |
|---|
getComponent, getState, setComponent, setState |
| Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent |
|---|
cancelBubble, getClientX, getClientY, getEvent, getEventTypeInt, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, setEvent, stopEvent, within, within |
| Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent |
|---|
getSource, getType, isCancelled, setCancelled, setSource, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartEvent(Chart chart)
| Method Detail |
|---|
public Chart getChart()
public ChartConfig getChartConfig()
public ChartModel getChartModel()
public DataConfig getDataType()
public java.lang.Number getValue()
public void setChart(Chart chart)
chart - the chartpublic void setChartConfig(ChartConfig chartConfig)
chartConfig - the chart configpublic void setChartModel(ChartModel chartModel)
chartModel - the source chart modelpublic void setDataType(DataConfig dataType)
dataType - the data typepublic void setValue(java.lang.Number value)
value - the source value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||