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