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 |
---|---|
Controller |
Controllers.getController(ControllerType type)
Returns the controller by name as
ControllerType . |
Controller |
Controllers.getController(String type)
Returns the controller by name as string.
|
Controller |
ControllerProvider.provide(ControllerType controllerType)
Provides a controller instance for the specific controller type.
|