Uses of Class
javafx.scene.web.PromptData
Package | Description |
---|---|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
-
Uses of PromptData in javafx.scene.web
Methods in javafx.scene.web that return types with arguments of type PromptData Modifier and Type Method Description Callback<PromptData,String>
WebEngine. getPromptHandler()
Gets the value of the property promptHandler.ObjectProperty<Callback<PromptData,String>>
WebEngine. promptHandlerProperty()
JavaScriptprompt
handler property.Method parameters in javafx.scene.web with type arguments of type PromptData Modifier and Type Method Description void
WebEngine. setPromptHandler(Callback<PromptData,String> handler)
Sets the value of the property promptHandler.