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.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.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.
-