Example usage for com.google.gwt.event.dom.client HasAllFocusHandlers interface-usage

List of usage examples for com.google.gwt.event.dom.client HasAllFocusHandlers interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.event.dom.client HasAllFocusHandlers interface-usage.

Usage

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 com.dianaui.universal.core.client.ui.base.AbstractSuggestBox.java

/**
 * Inspired by original GWT {@link com.google.gwt.user.client.ui.SuggestBox}
 *
 * @author <a href='mailto:donbeave@gmail.com'>Alexey Zhokhov</a>
 */
public abstract class AbstractSuggestBox<T> extends Composite

From source file com.github.gwtbootstrap.client.ui.Button.java

/**
 * Button with optional icon.
 *
 * <p>
 * <h3>UiBinder Usage:</h3>
 *

From source file com.pietschy.gwt.pectin.client.components.TextSplitter.java

/**
 * This class can be used to turn a regular TextBox or TextArea into a HasValue&lt;Collection&lt;String&gt;&gt; based on a
 * regular expression.
 */
public class TextSplitter extends Composite
        implements HasValue<Collection<String>>, Focusable, HasAllFocusHandlers {

From source file com.qualogy.qafe.gwt.client.component.LabeledPasswordFieldWidget.java

/**
 * This class is a SimplePanel, but implements all the interfaces of the 
 * TextBox class,so that it can be used a special kind of textbox.
 * @author rjankie
 *
 */

From source file com.qualogy.qafe.gwt.client.component.LabeledTextAreaFieldWidget.java

/**
 * This class is a SimplePanel, but implements all the interfaces of the 
 * TextBox class,so that it can be used a special kind of textbox.
 * @author rjankie
 *
 */

From source file com.qualogy.qafe.gwt.client.component.LabeledTextFieldWidget.java

/**
 * This class is a SimplePanel, but implements all the interfaces of the 
 * TextBox class,so that it can be used a special kind of textbox.
 * @author rjankie
 *
 */

From source file com.square.composants.graphiques.lib.client.composants.DecoratedTextBoxFormat.java

/**
 * Un TexBox format dcor.
 * @author Sylla Mohamed Lamine (lamine08@gmail.com) - SCUB
 */
public class DecoratedTextBoxFormat extends DecoratedFocusWidget
        implements HasValue<String>, HasAllKeyHandlers, HasAllFocusHandlers, HasChangeHandlers {

From source file com.vaadin.client.widgets.ChildFocusAwareFlowPanel.java

/**
 * Focusable flow panel which fires focus/blur events if it or any of its child
 * is focused/blured, but doesn't fire events if it happens between its content
 * (child) elements.
 *
 * @author Vaadin Ltd

From source file com.vaadin.client.widgets.FocusableFlowPanelComposite.java

/**
 * Focusable composite whose widget is {@link ChildFocusAwareFlowPanel} (flow
 * panel that tracks focus/blur events from its children).
 *
 * @author Vaadin Ltd
 * @since 8.0