Uses of Class
org.pepstock.charba.client.enums.ModifierKey
-
Packages that use ModifierKey Package Description 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.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.utils.toast Contains all classes to useToasterutility.org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.IDplugin (AKAchartjs-plugin-zoom.js) for CHART.js. -
-
Uses of ModifierKey in org.pepstock.charba.client.enums
Methods in org.pepstock.charba.client.enums that return ModifierKey Modifier and Type Method Description static ModifierKeyModifierKey. valueOf(String name)Returns the enum constant of this type with the specified name.static ModifierKey[]ModifierKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pepstock.charba.client.enums with parameters of type ModifierKey Modifier and Type Method Description static booleanModifierKey. arePressed(BaseNativeEvent event, ModifierKey... keys)Returnstrueif all modifier keys are pressed when the event was emitted.static booleanModifierKey. arePressed(AbstractEvent event, ModifierKey... keys)Returnstrueif all modifier keys are pressed when the event was emitted.static booleanModifierKey. arePressed(ChartEventContext event, ModifierKey... keys)Returnstrueif all modifier keys are pressed when the event was emitted. -
Uses of ModifierKey in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins that return ModifierKey Modifier and Type Method Description ModifierKeyCrosshairOptions. getModifierKey()Returns the modifier key to activate the crosshair.ModifierKeyDatasetsItemsSelectorOptions. getModifierKey()Returns the modifier key to activate selection.Methods in org.pepstock.charba.client.impl.plugins with parameters of type ModifierKey Modifier and Type Method Description voidCrosshairOptions. setModifierKey(ModifierKey modifierKey)Sets the modifier key to activate the crosshair.CrosshairOptionsBuilderCrosshairOptionsBuilder. setModifierKey(ModifierKey modifierKey)Sets the modifier key to activate the crosshair.voidDatasetsItemsSelectorOptions. setModifierKey(ModifierKey modifierKey)Sets the modifier key to activate selection.DatasetsItemsSelectorOptionsBuilderDatasetsItemsSelectorOptionsBuilder. setModifierKey(ModifierKey modifierKey)Sets the modifier key to activate selection. -
Uses of ModifierKey in org.pepstock.charba.client.utils.toast
Methods in org.pepstock.charba.client.utils.toast that return ModifierKey Modifier and Type Method Description default ModifierKeyIsDefaultToastOptions. getModifierKey()Returns the modifier key to close the toast by clicking on it.Methods in org.pepstock.charba.client.utils.toast with parameters of type ModifierKey Modifier and Type Method Description ToastOptionsBuilderToastOptionsBuilder. setModifierKey(ModifierKey modifierKey)Sets the modifier key to close the toast by clicking on it. -
Uses of ModifierKey in org.pepstock.charba.client.zoom
Methods in org.pepstock.charba.client.zoom that return ModifierKey Modifier and Type Method Description ModifierKeyDrag. getModifierKey()Returns the modifier key to activate drag-to-zoom.ModifierKeyPan. getModifierKey()Returns the modifier key to activate panning.ModifierKeyWheel. getModifierKey()Returns the modifier key to activate zooming by wheeling.Methods in org.pepstock.charba.client.zoom with parameters of type ModifierKey Modifier and Type Method Description voidDrag. setModifierKey(ModifierKey modifierKey)Sets the modifier key to activate drag-to-zoom.voidPan. setModifierKey(ModifierKey modifierKey)Sets the modifier key to activate panning.voidWheel. setModifierKey(ModifierKey modifierKey)Sets the modifier key to activate zooming by wheeling.
-