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 voidController. checkIfValid(Controller controller)Checks if key passed as argument is notnulland its type is valid as well.static booleanController. isConsistent(Controller controller, ControllerContext context, IsChart chart)Returnstrueif all arguments are consistent.static booleanController. isValid(Controller controller)Returnstrueif 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 classAbstractControllerAbstract implementation of a controller.Methods in org.pepstock.charba.client.controllers that return Controller Modifier and Type Method Description ControllerControllers. getController(String type)Returns the controller by name as string.ControllerControllers. getController(ControllerType type)Returns the controller by name asControllerType.ControllerControllerProvider. provide(ControllerType controllerType)Provides a controller instance for the specific controller type.
-