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

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

Introduction

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

Usage

From source file com.alkacon.geranium.client.ui.PushButton.java

/**
 * Push button class.<p>
 * 
 * Uses CSS classes cmsState and dependent from 'button.css', make sure it is injected.<p>
 */
public class PushButton extends com.google.gwt.user.client.ui.PushButton implements HasHorizontalAlignment {

From source file com.google.appinventor.client.widgets.TextButton.java

/**
 * A PushButton that has a specific style.
 *
 * @author lizlooney@google.com (Liz Looney)
 */
public class TextButton extends PushButton {

From source file com.qut.gwtuilib.client.input.StyledButton.java

public class StyledButton extends PushButton implements EventListener {
    private final String name;

    public StyledButton(String name, AbstractImagePrototype img) {
        super(img.createImage());

From source file com.xclinical.mdr.client.ui.ArrowButton.java

public class ArrowButton extends PushButton {

    private static final String STYLENAME_DEFAULT = "mdr-ArrowButton";

    private static final StandardImageBundle images = (StandardImageBundle) GWT.create(StandardImageBundle.class);

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

public class EucaImageButton extends com.google.gwt.user.client.ui.PushButton {

    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 org.freemedsoftware.gwt.client.widget.CustomButton.java

public class CustomButton extends PushButton {

    protected String imagesDirectory = "resources/images/";

    protected String title = null;

From source file org.onesocialweb.gwt.client.ui.widget.TooltipPushButton.java

public class TooltipPushButton extends PushButton {

    public TooltipPushButton(Image icon, String tooltip) {
        super(icon);
        this.setTitle(tooltip);
    }

From source file org.opencms.gwt.client.ui.CmsPushButton.java

/**
 * Push button class.<p>
 * 
 * Uses CSS classes cmsState and dependent from 'button.css', make sure it is injected.<p>
 * 
 * @since 8.0.0

From source file org.openremote.app.client.widget.PushButton.java

public class PushButton extends com.google.gwt.user.client.ui.PushButton {

    protected String icon;
    protected Label iconLabel = new Label();

    public PushButton() {

From source file org.openremote.manager.client.widget.PushButton.java

public class PushButton extends com.google.gwt.user.client.ui.PushButton {

    protected String icon;
    protected Label iconLabel = new Label();

    public PushButton() {