Class ScriptableFunctions
- java.lang.Object
-
- org.pepstock.charba.client.callbacks.ScriptableFunctions
-
public final class ScriptableFunctions extends Object
Set of common JSINTEROP functions (mapped as interfaces) to be able to implement scriptable options of CHART.JS.
Must be a public interface with only 1 method.- Author:
- Andrea "Stock" Stocchero
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ScriptableFunctions.ProxyArrayCallback
Java script FUNCTION callback called to provide an array property.static interface
ScriptableFunctions.ProxyBooleanCallback
Java script FUNCTION callback called to provide a boolean property.static interface
ScriptableFunctions.ProxyDoubleCallback
Java script FUNCTION callback called to provide a double property.static interface
ScriptableFunctions.ProxyHandlerCallback
Java script FUNCTION callback called to provide a scriptable options implementation with a context.static interface
ScriptableFunctions.ProxyHandlerEvent
Java script FUNCTION callback called to provide events generated by the chart canvas, by CHART.JS.static interface
ScriptableFunctions.ProxyIntegerCallback
Java script FUNCTION callback called to provide a integer property.static interface
ScriptableFunctions.ProxyNativeObjectCallback
Java script FUNCTION callback called to provide a native object property.static interface
ScriptableFunctions.ProxyObjectCallback
Java script FUNCTION callback called to provide a object property.static interface
ScriptableFunctions.ProxyStringCallback
Java script FUNCTION callback called to provide a string property.
-