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.google.gerrit.client.actions.ActionButton.java

public class ActionButton extends Button implements ClickHandler {
    private final Project.NameKey project;
    private final BranchInfo branch;
    private final ChangeInfo change;
    private final EditInfo edit;
    private final RevisionInfo revision;

From source file com.google.gerrit.client.change.QuickApprove.java

/** Applies a label with one mouse click. */
class QuickApprove extends Button implements ClickHandler {
    private Change.Id changeId;
    private String revision;
    private ReviewInput input;
    private ReplyAction replyAction;

From source file com.google.gwt.phono.test.client.widget.CallButton.java

public class CallButton extends Button {

    private final static EventBus EVENT_BUS = EventBusHelper.getEventBus();

    private Conversation conversation;

From source file com.googlecode.simplegwt.command.client.ui.CommandButton.java

/**
 * A {@link Button} that executes a {@link Command} when clicked.<br />
 * <h3>CSS Style Rules</h3>
 * <ul>
 * <li>.simpleGwt-CommandButton { }</li>
 * </ul>

From source file com.googlesource.gerrit.plugins.cookbook.client.HighlightButton.java

/**
 * Highlight button for header line in change screen.
 *
 * This class can *only* be used within a panel that extends the header line of
 * the change screen, but will not work standalone.
 */

From source file com.googlesource.gerrit.plugins.cookbook.client.PopDownButton.java

/**
 * Pop down button for header line in change screen.
 *
 * This class implements a button that on click opens a pop down panel with the
 * provided widget, similar to the "Patch Sets", "Download" or "Included In" pop
 * down panels on the change screen.

From source file com.googlesource.gerrit.plugins.examples.wuichangescreenheaderrightofbuttons.client.HighlightButton.java

/**
 * Highlight button for header line in change screen.
 *
 * <p>This class can *only* be used within a panel that extends the header line of the change
 * screen, but will not work standalone.
 */

From source file com.googlesource.gerrit.plugins.examples.wuichangescreenheaderrightofpopdowns.client.PopDownButton.java

/**
 * Pop down button for header line in change screen.
 *
 * <p>This class implements a button that on click opens a pop down panel with the provided widget,
 * similar to the "Patch Sets", "Download" or "Included In" pop down panels on the change screen.
 *

From source file com.googlesource.gerrit.plugins.verifystatus.client.PopDownButton.java

/**
 * Pop down button for header line in change screen.
 *
 * <p>This class implements a button that on click opens a pop down panel with the provided widget,
 * similar to the "Patch Sets", "Download" or "Included In" pop down panels on the change screen.
 *

From source file com.gwtmobile.ui.client.widgets.Button.java

/**
 *  kevindeem:  Modified this class to use the GWT button as a base because of
 *  issue with android 5.0.1 where it doesn't wanna work with click events.
 *
 */
public class Button extends com.google.gwt.user.client.ui.Button implements DragEventsHandler, IsGwtMobileWidget {