Uses of Class
eu.webtoolkit.jwt.WDialog
Packages that use WDialog
-
Uses of WDialog in eu.webtoolkit.jwt
Subclasses of WDialog in eu.webtoolkit.jwtModifier and TypeClassDescriptionclass
A 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.authModifier and TypeClassDescriptionclass
A dialog that prompts for the user password.Methods in eu.webtoolkit.jwt.auth that return WDialogModifier and TypeMethodDescriptionAuthWidget.createPasswordPromptDialog
(Login login) Creates a password prompt dialog.protected WDialog
AuthWidget.showDialog
(CharSequence title, WWidget contents) Shows a dialog.