Package io.conducive.client.ui.widgets.gwt

Examples of io.conducive.client.ui.widgets.gwt.TextEdit


    public static TextInput textInput(String id, String clazz) {
        return new TextInput(id, clazz);
    }

    public static TextEdit textEdit(String id, String clazz) {
        return new TextEdit(id, clazz);
    }
View Full Code Here

TOP

Related Classes of io.conducive.client.ui.widgets.gwt.TextEdit

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.