List of usage examples for com.google.gwt.user.client.ui Focusable interface-usage
From source file ar.com.kyol.jet.client.JetCombo.java
/**
* A very cool ListBox wrapper.
*
* @author smuzzopappa & fpugnali
*
* @param <E>
From source file cc.alcina.framework.gwt.client.gwittir.widget.BoundSuggestBox.java
/** * * @author Nick Reddel */ @SuppressWarnings("deprecation") public class BoundSuggestBox<T> extends AbstractBoundWidget<T> implements Focusable {
From source file cc.alcina.framework.gwt.client.gwittir.widget.DateBox.java
/**
* This class is a bit hacked, to support Gwittir validation. It requires an
* outgoing ShortDate validator
*
* If the string date field is invalid (determined by gwt datebox validation),
* instances emit an (invalid) String (via property change listeners) to trigger
From source file cc.alcina.framework.gwt.client.gwittir.widget.RichTextArea.java
/** * * @author Nick Reddel */ public class RichTextArea extends AbstractBoundWidget<String> implements Focusable, HasAllKeyHandlers, HasAllFocusHandlers, HasClickHandlers {
From source file cc.alcina.framework.gwt.client.gwittir.widget.TextArea.java
@SuppressWarnings("deprecation") /** * * @author Nick Reddel */ public class TextArea<B> extends AbstractBoundWidget<String>
From source file cc.kune.core.client.sitebar.search.MultivalueSuggestBox.java
/**
* A SuggestBox that uses REST and allows for multiple values, autocomplete and
* browsing.
*
* @author Bess Siegal <bsiegal@novell.com>
*/
From source file com.arcbees.chosen.client.gwt.BaseChosenValueListBox.java
public abstract class BaseChosenValueListBox<T> extends Composite implements Focusable, HasEnabled, ChosenChangeHandler { protected final ProvidesKey<T> keyProvider; protected final List<T> values = new ArrayList<T>(); protected final Map<Object, Integer> valueKeyToIndex = new HashMap<Object, Integer>();
From source file com.bearsoft.gwt.ui.widgets.DateTimeBox.java
/** * * @author mg */ public class DateTimeBox extends Composite implements RequiresResize, HasValue<Date>, HasText, HasValueChangeHandlers<Date>,
From source file com.bearsoft.gwt.ui.widgets.DecoratorBox.java
/** * * @author mg * @param <T> */ public abstract class DecoratorBox<T> extends Composite implements RequiresResize, HasValue<T>,
From source file com.bearsoft.gwt.ui.widgets.SpinnerBox.java
/** * * @author mg * @param <T> */ public abstract class SpinnerBox<T> extends Composite