Package org.gwtoolbox.widget.client.form.editor

Examples of org.gwtoolbox.widget.client.form.editor.PasswordEditor


* @author Uri Boness
*/
public class PasswordField extends BasicFormField<String> {

    public PasswordField(String key, String label) {
        super(key, String.class, label, new PasswordEditor());
    }
View Full Code Here

TOP

Related Classes of org.gwtoolbox.widget.client.form.editor.PasswordEditor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.