Uses of Class
org.pepstock.charba.client.plugins.PluginsEnvelop
-
Packages that use PluginsEnvelop Package Description org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of PluginsEnvelop in org.pepstock.charba.client.items
Constructors in org.pepstock.charba.client.items with parameters of type PluginsEnvelop Constructor Description PluginDatasetArgument(PluginsEnvelop<NativeObject> envelop)
Creates the item using an envelop of the native java script object which contains all properties.PluginEventArgument(PluginsEnvelop<NativeObject> envelop)
Creates the item using an envelop of the native java script object which contains all properties.PluginResizeArgument(PluginsEnvelop<NativeObject> envelop)
Creates the item using an envelop of the native java script object which contains all properties.PluginScaleArgument(PluginsEnvelop<NativeObject> envelop)
Creates the item using an envelop of the native java script object which contains all properties.PluginTooltipArgument(PluginsEnvelop<NativeObject> envelop)
Creates the item using an envelop of the native java script object which contains all properties.PluginUpdateArgument(PluginsEnvelop<NativeObject> envelop)
Creates the item using an envelop of the native java script object which contains all properties. -
Uses of PluginsEnvelop in org.pepstock.charba.client.options
Constructors in org.pepstock.charba.client.options with parameters of type PluginsEnvelop Constructor Description EventsOptionHandler(AbstractNode parent, IsDefaultEventHandler defaultValues, PluginsEnvelop<NativeObject> envelop)
Creates a native object where one or more properties must be managed, cross classes and package. -
Uses of PluginsEnvelop in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins with parameters of type PluginsEnvelop Modifier and Type Method Description void
PluginContainer. loadPlugin(PluginsEnvelop<Plugin> envelop)
Loads the plugin to the envelop in order to pass it without exposing the methods.void
SmartPluginContainer. loadPlugin(PluginsEnvelop<SmartPlugin> envelop)
Loads the plugin to the envelop in order to pass it without exposing the methods.
-