List of usage examples for com.google.gwt.user.client.ui HasConstrainedValue interface-usage
From source file com.gafactory.core.client.ui.suggestions.SuggestedEditor.java
public class SuggestedEditor<T> extends Composite implements LeafValueEditor<T>, IsEditor<LeafValueEditor<T>>, HasConstrainedValue<T>, HasEnabled, HasPlaceholder, HasSelectionHandlers<T> { /*===========================================[ STATIC VARIABLES ]=============*/ private final SuggestOracle oracle;
From source file com.gafactory.core.client.ui.widgets.ValueListBoxSelect.java
/**
* Implementation of {@link HasConstrainedValue} based on a
* {@link com.google.gwt.dom.client.SelectElement}.
* <p>
* A {@link Renderer Renderer<T>} is used to get user-presentable strings to
* display in the select element.
From source file com.github.gwtbootstrap.client.ui.ValueListBox.java
/**
* The TW Bootstrap style ValueListBox
*
* @param <T> the value type
* @author ohashi keisuke
* @since 2.0.4.0
From source file de.swm.commons.mobile.client.widgets.DropDownList.java
/** * Listbox that supports data binding and internationalization * * @param <T> the list box type */ public class DropDownList<T> extends PanelBase
From source file de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup.java
/** * Container for a group of {@link de.swm.commons.mobile.client.widgets.RadioButton}s. * Supports i18n-Enums as source for the radio button options. */ public class GenericRadioButtonGroup<T> extends CheckBoxGroup implements HasConstrainedValue<T>, IsEditor<TakesValueEditor<T>>, HasEnabled {
From source file gwt.material.design.client.ui.MaterialListValueBox.java
/**
* <p>Material ListBox is another dropdown component that will set / get the value depends on the selected index
* <h3>UiBinder Usage:</h3>
*
* <pre>
* {@code
From source file org.kaaproject.kaa.server.admin.client.mvp.view.widget.CtlSchemaReferenceBox.java
public class CtlSchemaReferenceBox extends HorizontalPanel implements HasConstrainedValue<CtlSchemaReferenceDto>, RequiresResize { private CtlSchemaReferenceDto value; private FqnReferenceBox fqnReferenceBox;