Modifier and Type | Field and Description |
---|---|
private Callback<java.lang.String,java.lang.Boolean> |
confirmHandler
Deprecated.
|
private boolean |
confirmHandlerSet
Deprecated.
|
private Callback<PopupFeatures,WebEngine> |
createPopupHandler
Deprecated.
|
private boolean |
createPopupHandlerSet
Deprecated.
|
private java.lang.String |
location
Deprecated.
|
private boolean |
locationSet
Deprecated.
|
private EventHandler<WebEvent<java.lang.String>> |
onAlert
Deprecated.
|
private boolean |
onAlertSet
Deprecated.
|
private EventHandler<WebEvent<Rectangle2D>> |
onResized
Deprecated.
|
private boolean |
onResizedSet
Deprecated.
|
private EventHandler<WebEvent<java.lang.String>> |
onStatusChanged
Deprecated.
|
private boolean |
onStatusChangedSet
Deprecated.
|
private EventHandler<WebEvent<java.lang.Boolean>> |
onVisibilityChanged
Deprecated.
|
private boolean |
onVisibilityChangedSet
Deprecated.
|
private Callback<PromptData,java.lang.String> |
promptHandler
Deprecated.
|
private boolean |
promptHandlerSet
Deprecated.
|
Constructor and Description |
---|
WebEngineBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(WebEngine engine)
Deprecated.
Applies initialized values to the properties of the
WebEngine class. |
WebEngine |
build()
Deprecated.
Creates an instance of the
WebEngine class
based on the properties set on this builder. |
WebEngineBuilder |
confirmHandler(Callback<java.lang.String,java.lang.Boolean> value)
Deprecated.
Sets the
confirmHandler
property for the instance constructed by this builder. |
static WebEngineBuilder |
create()
Deprecated.
Creates new builder for the
WebEngine class. |
WebEngineBuilder |
createPopupHandler(Callback<PopupFeatures,WebEngine> value)
Deprecated.
Sets the
createPopupHandler
property for the instance constructed by this builder. |
WebEngineBuilder |
location(java.lang.String value)
Deprecated.
Sets the
location
property for the instance constructed by this builder. |
WebEngineBuilder |
onAlert(EventHandler<WebEvent<java.lang.String>> value)
Deprecated.
Sets the
onAlert
property for the instance constructed by this builder. |
WebEngineBuilder |
onResized(EventHandler<WebEvent<Rectangle2D>> value)
Deprecated.
Sets the
onResized
property for the instance constructed by this builder. |
WebEngineBuilder |
onStatusChanged(EventHandler<WebEvent<java.lang.String>> value)
Deprecated.
Sets the
onStatusChanged
property for the instance constructed by this builder. |
WebEngineBuilder |
onVisibilityChanged(EventHandler<WebEvent<java.lang.Boolean>> value)
Deprecated.
Sets the
onVisibilityChanged
property for the instance constructed by this builder. |
WebEngineBuilder |
promptHandler(Callback<PromptData,java.lang.String> value)
Deprecated.
Sets the
promptHandler
property for the instance constructed by this builder. |
private Callback<java.lang.String,java.lang.Boolean> confirmHandler
private boolean confirmHandlerSet
private Callback<PopupFeatures,WebEngine> createPopupHandler
private boolean createPopupHandlerSet
private EventHandler<WebEvent<java.lang.String>> onAlert
private boolean onAlertSet
private EventHandler<WebEvent<Rectangle2D>> onResized
private boolean onResizedSet
private EventHandler<WebEvent<java.lang.String>> onStatusChanged
private boolean onStatusChangedSet
private EventHandler<WebEvent<java.lang.Boolean>> onVisibilityChanged
private boolean onVisibilityChangedSet
private Callback<PromptData,java.lang.String> promptHandler
private boolean promptHandlerSet
private java.lang.String location
private boolean locationSet
public static WebEngineBuilder create()
WebEngine
class.WebEngineBuilder
objectpublic WebEngine build()
WebEngine
class
based on the properties set on this builder.public void applyTo(WebEngine engine)
WebEngine
class.engine
- the WebEngine
object to initializepublic WebEngineBuilder confirmHandler(Callback<java.lang.String,java.lang.Boolean> value)
confirmHandler
property for the instance constructed by this builder.value
- new value of the confirmHandler
propertypublic WebEngineBuilder createPopupHandler(Callback<PopupFeatures,WebEngine> value)
createPopupHandler
property for the instance constructed by this builder.value
- new value of the createPopupHandler
propertypublic WebEngineBuilder onAlert(EventHandler<WebEvent<java.lang.String>> value)
onAlert
property for the instance constructed by this builder.value
- new value of the onAlert
propertypublic WebEngineBuilder onResized(EventHandler<WebEvent<Rectangle2D>> value)
onResized
property for the instance constructed by this builder.value
- new value of the onResized
propertypublic WebEngineBuilder onStatusChanged(EventHandler<WebEvent<java.lang.String>> value)
onStatusChanged
property for the instance constructed by this builder.value
- new value of the onStatusChanged
propertypublic WebEngineBuilder onVisibilityChanged(EventHandler<WebEvent<java.lang.Boolean>> value)
onVisibilityChanged
property for the instance constructed by this builder.value
- new value of the onVisibilityChanged
propertypublic WebEngineBuilder promptHandler(Callback<PromptData,java.lang.String> value)
promptHandler
property for the instance constructed by this builder.value
- new value of the promptHandler
propertypublic WebEngineBuilder location(java.lang.String value)
location
property for the instance constructed by this builder.value
- new value of the location
property