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

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


* @author Uri Boness
*/
public class BooleanField extends BasicFormField<Boolean> {

    public BooleanField(String key, String label) {
        super(key, Boolean.class, label, new BooleanEditor());
    }
View Full Code Here

TOP

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

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.