Package | Description |
---|---|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Field and Description |
---|---|
private Callback<PopupFeatures,WebEngine> |
WebEngineBuilder.createPopupHandler
Deprecated.
|
private ObjectProperty<Callback<PopupFeatures,WebEngine>> |
WebEngine.createPopupHandler |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Callback<PopupFeatures,WebEngine>> |
WebEngine.createPopupHandlerProperty()
JavaScript popup handler property.
|
Callback<PopupFeatures,WebEngine> |
WebEngine.getCreatePopupHandler()
Returns the JavaScript popup handler.
|
Modifier and Type | Method and Description |
---|---|
WebViewBuilder |
WebViewBuilder.createPopupHandler(Callback<PopupFeatures,WebEngine> value)
Deprecated.
Sets the
createPopupHandler
property for the engine
property of the instance constructed by this builder. |
WebEngineBuilder |
WebEngineBuilder.createPopupHandler(Callback<PopupFeatures,WebEngine> value)
Deprecated.
Sets the
createPopupHandler
property for the instance constructed by this builder. |
void |
WebEngine.setCreatePopupHandler(Callback<PopupFeatures,WebEngine> handler)
Sets the JavaScript popup handler.
|