|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
public class DefaultChartProperties
| Constructor Summary | |
|---|---|
DefaultChartProperties()
|
|
| Method Summary | |
|---|---|
void |
addAllProperties(java.util.Map<java.lang.String,java.lang.String> config)
Add all properties. |
void |
addChartDataListener(ChartDataListener l)
|
ChartProperties |
addProperty(java.lang.String key,
java.lang.String value)
Add the value of the specified property. |
void |
addPropertyListener(ChartInfoNotifier property)
|
void |
clear()
Clear all properties. |
protected void |
fireEvent(int type,
java.lang.Comparable<java.lang.Object> series,
java.lang.Object data)
Fires a ChartDataEvent for all registered listener (thru
addChartDataListener(org.zkoss.zul.event.ChartDataListener). |
protected void |
fireEvent(int type,
java.lang.Object data)
|
java.util.Map<java.lang.String,java.lang.String> |
getAllProperties()
Returns all properties. |
java.lang.String |
getProperty(java.lang.String key)
Returns the specified property. |
void |
removeChartDataListener(ChartDataListener l)
|
ChartProperties |
removeProperty(java.lang.String key)
Removes the specified property. |
void |
removePropertyListener(ChartInfoNotifier property)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultChartProperties()
| Method Detail |
|---|
protected void fireEvent(int type,
java.lang.Comparable<java.lang.Object> series,
java.lang.Object data)
ChartDataEvent for all registered listener (thru
addChartDataListener(org.zkoss.zul.event.ChartDataListener).
Note: you can invoke this method only in an event listener.
protected void fireEvent(int type,
java.lang.Object data)
public void addChartDataListener(ChartDataListener l)
addChartDataListener in interface ChartInfoNotifierpublic void removeChartDataListener(ChartDataListener l)
removeChartDataListener in interface ChartInfoNotifierpublic void addPropertyListener(ChartInfoNotifier property)
addPropertyListener in interface ChartInfoNotifierpublic void removePropertyListener(ChartInfoNotifier property)
removePropertyListener in interface ChartInfoNotifier
public ChartProperties addProperty(java.lang.String key,
java.lang.String value)
ChartProperties
addProperty in interface ChartPropertiespublic ChartProperties removeProperty(java.lang.String key)
ChartProperties
removeProperty in interface ChartPropertiespublic java.lang.String getProperty(java.lang.String key)
ChartProperties
getProperty in interface ChartPropertiespublic java.util.Map<java.lang.String,java.lang.String> getAllProperties()
ChartProperties
getAllProperties in interface ChartPropertiespublic void clear()
ChartProperties
clear in interface ChartPropertiespublic void addAllProperties(java.util.Map<java.lang.String,java.lang.String> config)
ChartProperties
addAllProperties in interface ChartProperties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||