Package | Description |
---|---|
com.teamdev.jxbrowser.dom.event |
Contains the classes and interfaces of the DOM events.
|
Modifier and Type | Method and Description |
---|---|
EventParams.Builder |
EventParams.Builder.bubbles(boolean flag)
Sets the flag indicating whether the event bubbles up through the DOM.
|
EventParams.Builder |
EventParams.Builder.cancelable(boolean flag)
Sets the flag indicating whether the event can be canceled, and therefore prevented as if
the event never happened.
|
static EventParams.Builder |
EventParams.newBuilder()
Creates a new
EventParams builder. |