GWT 密码提示,如 Window.prompt
在我的应用程序中,我需要提示用户输入密码。我希望它的工作方式与 GWT 的 Window.prompt() 方法相同,只是文本框中的文本被屏蔽。我如何使用 GWT 创建一个对话框来执行此操作?
in my application I need to prompt the user to enter their password. I would like this to work the same as GWT's Window.prompt() method, except with the text in the text box masked. How would I make a dialog that does that with GWT?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请按照 GWT Showcase 中的以下示例操作:对话框
您只需使用 PasswordTextBox。
Follow this example in the GWT Showcase: Dialog Box
You just need to change the "dialogContents" adding your custom fields, including the password field, using PasswordTextBox.