Uses of Interface
org.zkoss.chart.util.DeferredCall
-
Packages that use DeferredCall Package Description org.zkoss.chart -
-
Uses of DeferredCall in org.zkoss.chart
Methods in org.zkoss.chart with parameters of type DeferredCall Modifier and Type Method Description OptionDataEventOptionDataEvent. addJSFunctionCall(DeferredCall call)Adds the Javascript function call to update at client side.protected <T extends Optionable>
TOptionable. fireEvent(OptionDataEvent.EventType type, String key, Object value, DeferredCall call)Triggers the option change event.protected <T extends Optionable>
TOptionable. fireEvent(OptionDataEvent.EventType type, PlotAttribute key, Object value, DeferredCall call)Triggers the option change event.
-