|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.charts.client.ChartManager
public class ChartManager
Maintains a list of all attached charts.
Method Summary | |
---|---|
static ChartManager |
get()
|
Chart |
getChart(java.lang.String id)
|
java.util.Collection<Chart> |
getCharts()
|
void |
registerChart(Chart chart)
|
void |
unregisterChart(Chart chart)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ChartManager get()
public Chart getChart(java.lang.String id)
public java.util.Collection<Chart> getCharts()
public void registerChart(Chart chart)
public void unregisterChart(Chart chart)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |