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

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

Introduction

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

Usage

From source file org.geomajas.gwt2.plugin.corewidget.example.client.sample.dialog.caption.CloseableDialogBoxCaption.java

/**
 * Caption implementation for the CloseableDialogBoxWidget.
 *
 * @author David Debuck
 */
public class CloseableDialogBoxCaption extends FocusPanel implements DialogBox.Caption {

From source file org.nightcode.gwt.selectio.client.SelectorHeader.java

/**
 * Implementation of DialogBox.Caption.
 */
public class SelectorHeader extends HTML implements DialogBox.Caption {

    public SelectorHeader() {