|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChartData | |
|---|---|
| org.cafesip.gwtcomp.client.common | This package contains the classes that are common to the client and server sides. |
| org.cafesip.gwtcomp.server | This package contains the server-side classes for the GWT componenets. |
| Uses of ChartData in org.cafesip.gwtcomp.client.common |
|---|
| Methods in org.cafesip.gwtcomp.client.common that return ChartData | |
|---|---|
ChartData |
ChartInitData.getInitialData()
|
ChartData |
LiveDataService.getNextData(int sessionId)
|
| Methods in org.cafesip.gwtcomp.client.common with parameters of type ChartData | |
|---|---|
void |
ChartInitData.setInitialData(ChartData initialData)
|
| Method parameters in org.cafesip.gwtcomp.client.common with type arguments of type ChartData | |
|---|---|
void |
LiveDataServiceAsync.getNextData(int sessionId,
AsyncCallback<ChartData> callback)
|
| Constructors in org.cafesip.gwtcomp.client.common with parameters of type ChartData | |
|---|---|
ChartInitData(ChartInfo chartData,
ChartData initialData)
A constructor for this class. |
|
| Uses of ChartData in org.cafesip.gwtcomp.server |
|---|
| Methods in org.cafesip.gwtcomp.server that return ChartData | |
|---|---|
ChartData |
LiveDataServiceImpl.getNextData(int sessionId)
|
ChartData |
SimpleLiveDataSource.getNextData(Principal user,
HttpSession session,
LiveDataSessionInfo sessionData)
|
ChartData |
LiveDataSource.getNextData(Principal user,
HttpSession session,
LiveDataSessionInfo sessionData)
This method is invoked by the LiveDataServiceImpl servlet
periodically to retrieve data that is used to refresh the live data
panel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||