Uses of Class
javafx.scene.web.PromptData
Package
Description
This package provides means for loading and displaying Web content.
-
Uses of PromptData in javafx.scene.web
Modifier and TypeMethodDescriptionfinal Callback<PromptData,
String> WebEngine.getPromptHandler()
Gets the value of thepromptHandler
property.final ObjectProperty<Callback<PromptData,
String>> WebEngine.promptHandlerProperty()
JavaScriptprompt
handler property.Modifier and TypeMethodDescriptionfinal void
WebEngine.setPromptHandler
(Callback<PromptData, String> handler) Sets the value of thepromptHandler
property.