|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IChartData
An interface that ChartWidgets should implement
| Method Summary | |
|---|---|
java.lang.String |
addOnClickListener(IOnClickListener listener)
Add an IOnClickListener to this chart events and return the function signature for JSON |
java.lang.String |
getJsonData()
Get the currently set JSON data |
java.lang.String |
getSwfId()
Get the currently set swf ID of this chart widget |
void |
notifyOnClick(java.lang.String evtid)
Notify that the chart onclick listeners |
void |
notifyReady()
Notify that the chart widget is ready to go |
| Method Detail |
|---|
java.lang.String addOnClickListener(IOnClickListener listener)
listener - an IChartListener
java.lang.String getJsonData()
java.lang.String getSwfId()
void notifyOnClick(java.lang.String evtid)
evtid - the event id Stringvoid notifyReady()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||