Uses of Interface
org.pepstock.charba.client.callbacks.ScriptableResultChecker
-
Packages that use ScriptableResultChecker Package Description org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS. -
-
Uses of ScriptableResultChecker in org.pepstock.charba.client.callbacks
Classes in org.pepstock.charba.client.callbacks that implement ScriptableResultChecker Modifier and Type Class Description classScriptableDoubleCheckerChecker out of the box forScriptables which return aDouble.classScriptableIntegerCheckerChecker out of the box forScriptables which return aInteger.Methods in org.pepstock.charba.client.callbacks with parameters of type ScriptableResultChecker Modifier and Type Method Description static <T extends Number,C extends ChartContext>
TScriptableUtil. getOptionValueAsNumber(C context, Scriptable<T,C> callback, T defaultValue, ScriptableResultChecker<T> checker)Returns the value, asNumber, of the property as result of callback (the same type), passing a default value and aScriptableResultCheckerto check the consistency of the result.
-