com.extjs.gxt.charts.client
Class ChartManager
java.lang.Object
com.extjs.gxt.charts.client.ChartManager
public class ChartManager
- extends java.lang.Object
Maintains a list of all attached charts.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public static ChartManager get()
getChart
public Chart getChart(java.lang.String id)
getCharts
public java.util.Collection<Chart> getCharts()
registerChart
public void registerChart(Chart chart)
unregisterChart
public void unregisterChart(Chart chart)