Uses of Package
org.pepstock.charba.client.utils
-
Packages that use org.pepstock.charba.client.utils Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.org.pepstock.charba.client.utils Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging. -
Classes in org.pepstock.charba.client.utils used by org.pepstock.charba.client Class Description CTimer Simple utility to execute repeatedly calls aRunnable
with a fixed time delay between each call. -
Classes in org.pepstock.charba.client.utils used by org.pepstock.charba.client.commons Class Description RegExp Regular expressions are patterns used to match character combinations in strings.
In JavaScript, regular expressions are also objects. -
Classes in org.pepstock.charba.client.utils used by org.pepstock.charba.client.gwt.widgets Class Description CTimer Simple utility to execute repeatedly calls aRunnable
with a fixed time delay between each call. -
Classes in org.pepstock.charba.client.utils used by org.pepstock.charba.client.utils Class Description CScheduler This class provides asynchronous and delayed task scheduling, based setTimeout java script method.CSchedulerRegistration Registration objects returned when a task has been scheduled, used to cancel the scheduling.CTimer.Status Enumerates the possible status of the timer.JSON.Replacer A function that alters the behavior of the stringification process.RegExpResult Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values.