Uses of Interface
org.pepstock.charba.client.Controller
-
Packages that use Controller 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. -
-
Uses of Controller in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type Controller Modifier and Type Method Description static void
Controller. checkIfValid(Controller controller)
Checks if key passed as argument is notnull
and its type is valid as well.static boolean
Controller. isConsistent(Controller controller, ControllerContext context, IsChart chart)
Returnstrue
if all arguments are consistent.static boolean
Controller. isValid(Controller controller)
Returnstrue
if the controller is consistent. -
Uses of Controller in org.pepstock.charba.client.controllers
Classes in org.pepstock.charba.client.controllers that implement Controller Modifier and Type Class Description class
AbstractController
Abstract implementation of a controller.Methods in org.pepstock.charba.client.controllers that return Controller Modifier and Type Method Description Controller
Controllers. getController(String type)
Returns the controller by name as string.Controller
Controllers. getController(ControllerType type)
Returns the controller by name asControllerType
.Controller
ControllerProvider. provide(ControllerType controllerType)
Provides a controller instance for the specific controller type.
-