Uses of Class
org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
-
Packages that use ScriptableDoubleChecker Package Description org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS. -
-
Uses of ScriptableDoubleChecker in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks that return ScriptableDoubleChecker Modifier and Type Method Description static ScriptableDoubleChecker
ScriptableDoubleChecker. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScriptableDoubleChecker[]
ScriptableDoubleChecker. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-