Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.controllers |
Contains all classes to manage the implementations of controllers.
|
Modifier and Type | Method and Description |
---|---|
static void |
Controller.checkIfValid(Controller controller)
Checks if key passed as argument is not
null and its type is valid as well. |
static boolean |
Controller.isConsistent(Controller controller,
ControllerContext context,
IsChart chart)
Returns
true if all arguments are consistent. |
static boolean |
Controller.isValid(Controller controller)
Returns
true if the controller is consistent. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractController
Abstract implementation of a controller.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Controllers.extend(Controller controller)
Registers a controller as global, to apply to all charts.
|