Spec-Zone .ru
спецификации, руководства, описания, API
|
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 |
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)
Sets the
createPopupHandler
property for the engine
property of the instance constructed by this builder. |
WebEngineBuilder |
WebEngineBuilder.createPopupHandler(Callback<PopupFeatures,WebEngine> value)
Sets the
createPopupHandler
property for the instance constructed by this builder. |
void |
WebEngine.setCreatePopupHandler(Callback<PopupFeatures,WebEngine> handler)
Sets the JavaScript popup handler.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to