Example usage for com.google.gwt.user.client.ui Button subclass-usage

List of usage examples for com.google.gwt.user.client.ui Button subclass-usage

Introduction

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

Usage

From source file com.vaadin.client.debug.internal.DebugButton.java

/**
 * Simple extension of {@link Button} that is preconfigured with for use in
 * {@link VDebugWindow}. Uses icon-font for icons, and allows title to be
 * specified in the constructor.
 * 
 * @since 7.1

From source file com.vaadin.client.ui.VNativeButton.java

public class VNativeButton extends Button implements ClickHandler {

    public static final String CLASSNAME = "v-nativebutton";

    /** For internal use only. May be removed or replaced in the future. */
    public String paintableId;

From source file com.vaadin.terminal.gwt.client.ui.VNativeButton.java

public class VNativeButton extends Button implements Paintable, ClickHandler, FocusHandler, BlurHandler {

    public static final String CLASSNAME = "v-nativebutton";

    protected String width = null;

From source file de.swm.commons.mobile.client.widgets.ImageButton.java

/**
 * A button with an image inside.
 */
public class ImageButton extends Button {

    final Image img;

From source file de.swm.commons.mobile.client.widgets.LabelButton.java

/**
 * A button light grey with left handed text orientation.<br>
 * Can be used a substitute for an {@link Label}.
 * 
 */
public class LabelButton extends Button {

From source file edu.ucdenver.bios.glimmpseweb.client.shared.ExplanationButton.java

/**
 * Button which opens and explanation dialog box
 * 
 * @author Vijay Akula
 * @author Sarah Kreidler
 *

From source file edu.ucdenver.bios.glimmpseweb.client.wizard.WizardStepPanelButton.java

/**
 * Button class added to the FlexTables displayed under each StackLayoutPanel
 * heading.  The button stores information about its position in the FlexTable
 * and the associated panel.  This allows next/previous navigation to occur.
 */
public class WizardStepPanelButton extends Button {

From source file edu.ucsb.eucalyptus.admin.client.EucaButton.java

public class EucaButton extends com.google.gwt.user.client.ui.Button {

    private static final String MAIN_STYLE_NAME = "euca-Button";
    private static final String MOUSE_OVER_STYLE_NAME = "-over";
    private static final String MOUSE_DOWN_STYLE_NAME = "-down";

From source file info.piwai.rockslide.client.ui.ExampleButton.java

public class ExampleButton extends Button implements ClickHandler {

    public ExampleButton() {
        addClickHandler(this);
    }

From source file net.cbtltd.client.field.WindowButton.java

public class WindowButton extends Button implements ClickHandler, OptionListener {

    private static final Hosts HOSTS = GWT.create(Hosts.class);
    private static final FieldCssResource CSS = FieldBundle.INSTANCE.css();
    private short[] permission;
    private String value;