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

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


* @author Uri Boness
*/
public class IntegerField extends BasicFormField<Integer> {

    public IntegerField(String key, String label) {
        super(key, Integer.class, label, new IntegerEditor());
    }
View Full Code Here

TOP

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

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.