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 use
Toaster utility. |
org.pepstock.charba.client.zoom |
Contains all classes to activate the
ZoomPlugin.ID plugin (AKA chartjs-plugin-zoom.js ) for CHART.js. |
Modifier and Type | Method and Description |
---|---|
static ModifierKey |
ModifierKey.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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ModifierKey.arePressed(AbstractEvent event,
ModifierKey... keys)
Returns
true if all modifier keys are pressed when the event was emitted. |
static boolean |
ModifierKey.arePressed(BaseNativeEvent event,
ModifierKey... keys)
Returns
true if all modifier keys are pressed when the event was emitted. |
static boolean |
ModifierKey.arePressed(ChartEventContext event,
ModifierKey... keys)
Returns
true if all modifier keys are pressed when the event was emitted. |
Modifier and Type | Method and Description |
---|---|
ModifierKey |
DatasetsItemsSelectorOptions.getModifierKey()
Returns the modifier key to activate selection.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetsItemsSelectorOptions.setModifierKey(ModifierKey modifierKey)
Sets the modifier key to activate selection.
|
DatasetsItemsSelectorOptionsBuilder |
DatasetsItemsSelectorOptionsBuilder.setModifierKey(ModifierKey modifierKey)
Sets the modifier key to activate selection.
|
Modifier and Type | Method and Description |
---|---|
default ModifierKey |
IsDefaultToastOptions.getModifierKey()
Returns the modifier key to close the toast by clicking on it.
|
Modifier and Type | Method and Description |
---|---|
ToastOptionsBuilder |
ToastOptionsBuilder.setModifierKey(ModifierKey modifierKey)
Sets the modifier key to close the toast by clicking on it.
|
Modifier and Type | Method and Description |
---|---|
ModifierKey |
Drag.getModifierKey()
Returns the modifier key to activate drag-to-zoom.
|
ModifierKey |
Wheel.getModifierKey()
Returns the modifier key to activate zooming by wheeling.
|
ModifierKey |
Pan.getModifierKey()
Returns the modifier key to activate panning.
|
Modifier and Type | Method and Description |
---|---|
void |
Drag.setModifierKey(ModifierKey modifierKey)
Sets the modifier key to activate drag-to-zoom.
|
void |
Wheel.setModifierKey(ModifierKey modifierKey)
Sets the modifier key to activate zooming by wheeling.
|
void |
Pan.setModifierKey(ModifierKey modifierKey)
Sets the modifier key to activate panning.
|