Uses of Class
com.teamdev.jxbrowser.dom.event.EventParams.Builder
Package
Description
Contains the classes and interfaces of the DOM events.
-
Uses of EventParams.Builder in com.teamdev.jxbrowser.dom.event
Modifier and TypeMethodDescriptionEventParams.Builder.bubbles
(boolean flag) Sets the flag indicating whether the event bubbles up through the DOM.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 newEventParams
builder.