Example usage for com.google.gwt.user.client.ui HasName interface-usage

List of usage examples for com.google.gwt.user.client.ui HasName interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui HasName interface-usage.

Usage

From source file cc.alcina.framework.gwt.client.ide.WorkspaceView.java

/**
 *
 * @author Nick Reddel
 */
public class WorkspaceView extends Composite
        implements HasName, PermissibleActionEvent.PermissibleActionSource, HasLayoutInfo {

From source file com.akjava.gwt.html5.client.input.ColorBox.java

/**
 * Represents a color field in an HTML form.
 */
public class ColorBox extends Widget
        implements HasName, HasValue<String>, IsEditor<LeafValueEditor<String>>/*,HasValueChangeHandlers<String>*/ {

From source file com.dianaui.universal.core.client.ui.base.AbstractButtonGroup.java

/**
 * Abstract base class for button groups.
 *
 * @author Sven Jacobs
 * @author Joshua Godi
 * @author <a href='mailto:donbeave@gmail.com'>Alexey Zhokhov</a>

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

/**
 * An Anchor with optional image and caret.
 *
 * <p>
 * It uses a HTML {@code <a>} tag and can contain text and child widgets. But
 * not both at the same time.

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.SubmitButton.java

/**
 * A SubmitButton for Bootstrap form.
 * 
 * @since 2.0.4.0
 * @author ohashi keisuke
 */

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 com.googlecode.gwtmock.client.MockHasName.java

/**
 * @author Katharina Fahnenbruck
 * 
 */
public class MockHasName implements HasName {