Uses of Class
javafx.scene.web.PromptData
- 
Packages that use 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()JavaScriptprompthandler property.Method parameters in javafx.scene.web with type arguments of type PromptData Modifier and Type Method Description voidWebEngine. setPromptHandler(Callback<PromptData,String> handler)Sets the value of the property promptHandler. 
 -