List of usage examples for com.google.gwt.i18n.shared HasDirectionEstimator interface-usage
From source file com.dianaui.universal.core.client.ui.CheckBox.java
/**
* A standard check box widget.
* <p/>
* This class also serves as a base class for {@link Radio}.
* <p/>
* <p>
From source file com.github.gwtbootstrap.client.ui.CheckBox.java
/**
* CheckBox widgets.
* <p>
* Re-design for Bootstrap.
* </p>
*
From source file com.github.gwtbootstrap.client.ui.ControlLabel.java
/**
* ControlLabel is a form widget.That can show form input label.
* <p>
* ControlLabel can include html and widget
* <h3>UiBinder Usage:</h3>
*
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.base.BaseCheckBox.java
/**
* A standard check box widget.
*
* This class also serves as a base class for
* {@link RadioButton}.
*
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>
From source file org.cruxframework.crux.smartfaces.client.input.NumberBox.java
/** * A numeric box * @author Thiago da Rosa de Bustamante * */ public class NumberBox extends Composite implements HasEnabled, Focusable, HasValue<Number>, HasName,
From source file org.gwtbootstrap3.client.ui.CheckBox.java
/**
* A standard check box widget.
*
* This class also serves as a base class for {@link Radio}.
*
* <p>