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

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

Introduction

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

Usage

From source file stroom.widget.button.client.ImageButton.java

public class ImageButton extends MyCustomButton implements ImageButtonView {
    private static final String DEFAULT_STYLE = "imageButton";

    public ImageButton() {
        setStyleName(DEFAULT_STYLE);
    }