Uses of Class
eu.webtoolkit.jwt.WDialog
-
Packages that use WDialog Package Description eu.webtoolkit.jwt eu.webtoolkit.jwt.auth -
-
Uses of WDialog in eu.webtoolkit.jwt
Subclasses of WDialog in eu.webtoolkit.jwt Modifier and Type Class Description classWMessageBoxA standard dialog for confirmation or to get simple user input. -
Uses of WDialog in eu.webtoolkit.jwt.auth
Subclasses of WDialog in eu.webtoolkit.jwt.auth Modifier and Type Class Description classPasswordPromptDialogA dialog that prompts for the user password.Methods in eu.webtoolkit.jwt.auth that return WDialog Modifier and Type Method Description WDialogAuthWidget. createPasswordPromptDialog(Login login)Creates a password prompt dialog.protected WDialogAuthWidget. showDialog(java.lang.CharSequence title, WWidget contents)Shows a dialog.
-