Uses of Class
org.cafesip.gwtcomp.client.common.ChartInitData

Packages that use ChartInitData
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 ChartInitData in org.cafesip.gwtcomp.client.common
 

Methods in org.cafesip.gwtcomp.client.common that return ChartInitData
 ChartInitData LiveDataService.getChartInfoAndInitialData(String identifier, String instance, String param)
           
 

Method parameters in org.cafesip.gwtcomp.client.common with type arguments of type ChartInitData
 void LiveDataServiceAsync.getChartInfoAndInitialData(String identifier, String instance, String param, AsyncCallback<ChartInitData> callback)
           
 

Uses of ChartInitData in org.cafesip.gwtcomp.server
 

Methods in org.cafesip.gwtcomp.server that return ChartInitData
 ChartInitData SimpleLiveDataSource.getChartInfoAndInitialData(Principal user, HttpSession session, LiveDataSessionInfo sessionData)
           
 ChartInitData LiveDataSource.getChartInfoAndInitialData(Principal user, HttpSession session, LiveDataSessionInfo sessionData)
          This method is invoked by the LiveDataServiceImpl servlet when the chart is intialized at the client-side.
 ChartInitData LiveDataServiceImpl.getChartInfoAndInitialData(String context, String instance, String param)
           
 



Copyright © 2010 Cafesip.org. All Rights Reserved.