Uses of Class
org.pepstock.charba.client.enums.DefaultInteractionMode
-
Packages that use DefaultInteractionMode Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.enums Contains all enumerations of some chart options where only a specific set of values can be set. -
-
Uses of DefaultInteractionMode in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return DefaultInteractionMode Modifier and Type Method Description DefaultInteractionMode
Interaction. getMode()
Returns which the mode to engaged annotations on events.default DefaultInteractionMode
IsDefaultsAnnotationInteraction. getMode()
Returns which the mode to engaged annotations on events.Methods in org.pepstock.charba.client.annotation with parameters of type DefaultInteractionMode Modifier and Type Method Description void
Interaction. setMode(DefaultInteractionMode mode)
Sets which the mode to engaged annotations on events. -
Uses of DefaultInteractionMode in org.pepstock.charba.client.enums
Methods in org.pepstock.charba.client.enums that return DefaultInteractionMode Modifier and Type Method Description static DefaultInteractionMode
DefaultInteractionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultInteractionMode[]
DefaultInteractionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-