| java.lang.Object org.zkoss.zul.event.ChartDataEvent
ChartDataEvent | public class ChartDataEvent (Code) | | Defines an event that encapsulates changes to a chart's data model.
author: henrichen |
Field Summary | |
final public static int | ADDED Identifies the addition of one or more contiguous items to the list. | final public static int | CHANGED Identifies one or more changes in the lists contents. | final public static int | REMOVED Identifies the removal of one or more contiguous items from the list. |
ADDED | final public static int ADDED(Code) | | Identifies the addition of one or more contiguous items to the list.
|
CHANGED | final public static int CHANGED(Code) | | Identifies one or more changes in the lists contents.
|
REMOVED | final public static int REMOVED(Code) | | Identifies the removal of one or more contiguous items from the list.
|
getData | public Object getData()(Code) | | Returns customed data. Depends on the implementation.
|
getModel | public ChartModel getModel()(Code) | | Returns the chart model that fires this event.
|
getSeries | public Comparable getSeries()(Code) | | Returns the series index of the chart data model.
|
getType | public int getType()(Code) | | Returns the event type: CHANGED, ADDED, REMOVED.
|
|
|