All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sksamuel.jqm4gwt.form.elements.JQMFormWidget Maven / Gradle / Ivy

The newest version!
package com.sksamuel.jqm4gwt.form.elements;

import com.google.gwt.event.dom.client.HasBlurHandlers;
import com.google.gwt.user.client.ui.HasValue;
import com.google.gwt.user.client.ui.IsWidget;
import com.google.gwt.user.client.ui.Label;

/**
 * @author Stephen K Samuel [email protected] 12 Jul 2011 22:24:12
 *
 */
public interface JQMFormWidget extends IsWidget, HasValue, HasBlurHandlers {

    /**
     * Optional, can return null, then JQMForm will create label by itself.
     * 
Create and return a new Label for displaying errors and attach to the form widget. **/ Label addErrorLabel(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy