Uses of Class
javafx.scene.web.PromptData
Packages that use PromptData
Package
Description
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 PromptDataModifier and TypeMethodDescriptionWebEngine.getPromptHandler()
Gets the value of the property promptHandler.WebEngine.promptHandlerProperty()
JavaScriptprompt
handler property.Method parameters in javafx.scene.web with type arguments of type PromptDataModifier and TypeMethodDescriptionvoid
WebEngine.setPromptHandler(Callback<PromptData,String> handler)
Sets the value of the property promptHandler.