Uses of Class
org.pepstock.charba.client.enums.DefaultPluginId
-
Packages that use DefaultPluginId Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.enums Contains all enumerations of some chart options where only a specific set of values can be set.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of DefaultPluginId in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration with parameters of type DefaultPluginId Modifier and Type Method Description boolean
Plugins. isEnabled(DefaultPluginId pluginId)
Returns if a default plugin is enabled or not.void
Plugins. setEnabled(DefaultPluginId plugin, boolean enabled)
Sets if a default plugin must be enabled or not. -
Uses of DefaultPluginId in org.pepstock.charba.client.enums
Methods in org.pepstock.charba.client.enums that return DefaultPluginId Modifier and Type Method Description static DefaultPluginId
DefaultPluginId. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultPluginId[]
DefaultPluginId. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DefaultPluginId in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options with parameters of type DefaultPluginId Modifier and Type Method Description boolean
Plugins. isEnabled(DefaultPluginId pluginId)
Returns if a plugin is enabled or not.Method parameters in org.pepstock.charba.client.options with type arguments of type DefaultPluginId Modifier and Type Method Description void
Plugins. setEnabled(ConfigurationEnvelop<DefaultPluginId> envelop, boolean enabled)
Sets if a default CHART.JS plugin must be enabled or not.
Callable only for chart configuration scope (no global or other).
-