public interface UiEventModifierParams extends EventParams
| Modifier and Type | Interface and Description |
|---|---|
static class |
UiEventModifierParams.Builder
A builder of
UiEventModifierParams. |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isBubbles()
Returns
true if the event bubbles up through the DOM. |
default boolean |
isCancelable()
Returns
true if the event can be canceled, and therefore prevented as if the event
never happened. |
default KeyModifiers |
keyModifiers()
Returns the key modifiers that are applied to the event.
|
static UiEventModifierParams.Builder |
newBuilder()
Creates a new
UiEventModifierParams builder. |
static UiEventModifierParams.Builder newBuilder()
UiEventModifierParams builder.newBuilder in interface EventParamsUiEventModifierParams.Builder instancedefault boolean isBubbles()
true if the event bubbles up through the DOM.isBubbles in interface EventParamsdefault boolean isCancelable()
true if the event can be canceled, and therefore prevented as if the event
never happened.isCancelable in interface EventParamsdefault KeyModifiers keyModifiers()