Package | Description |
---|---|
org.pepstock.charba.client.defaults.global | |
org.pepstock.charba.client.enums | |
org.pepstock.charba.client.options |
Modifier and Type | Method and Description |
---|---|
InteractionMode |
Tooltips.getMode()
Returns which elements appear in the tooltip.
|
InteractionMode |
Hover.getMode()
Returns which elements appear in the tooltip.
|
Modifier and Type | Method and Description |
---|---|
void |
Tooltips.setMode(InteractionMode mode)
Sets which elements appear in the tooltip.
|
void |
Hover.setMode(InteractionMode mode)
Sets which elements appear in the tooltip.
|
Modifier and Type | Method and Description |
---|---|
static InteractionMode |
InteractionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractionMode[] |
InteractionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InteractionMode |
Tooltips.getMode()
Returns which elements appear in the tooltip.
|
InteractionMode |
Hover.getMode()
Returns which elements appear in the tooltip.
|
Modifier and Type | Method and Description |
---|---|
void |
Tooltips.setMode(InteractionMode mode)
Sets which elements appear in the tooltip.
|
void |
Hover.setMode(InteractionMode mode)
Sets which elements appear in the tooltip.
|