Uses of Class
org.pepstock.charba.client.utils.CTimer.Status
-
Packages that use CTimer.Status Package Description org.pepstock.charba.client.utils Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging. -
-
Uses of CTimer.Status in org.pepstock.charba.client.utils
Methods in org.pepstock.charba.client.utils that return CTimer.Status Modifier and Type Method Description CTimer.Status
CTimer. getStatus()
Returns the status of the timer.static CTimer.Status
CTimer.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static CTimer.Status[]
CTimer.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-