List of usage examples for com.google.gwt.i18n.client AutoDirectionHandler.Target interface-usage
From source file com.googlecode.mgwt.ui.client.widget.base.MValueBoxBase.java
/**
* Base class for all input boxes
*
* This is a clone of {@link com.google.gwt.user.client.ui.ValueBoxBase}
*
* @author Daniel Kurka
From source file com.sencha.gxt.widget.core.client.form.ValueBaseField.java
/** * Abstract base class for fields that have a single value. * * @param <T> the field type */ public abstract class ValueBaseField<T> extends Field<T> implements HasKeyPressHandlers, HasKeyDownHandlers,
From source file gwt.material.design.client.ui.MaterialValueBox.java
/**
* Material Text Box is an input field that accepts any text based string from user.
* <h3>UiBinder Usage:</h3>
* <pre>
*{@code <m:MaterialTextBox placeholder="First Name" />}
* </pre>