Example usage for com.google.gwt.gwtpages.client.widget.ui UiBoundWidget subclass-usage

List of usage examples for com.google.gwt.gwtpages.client.widget.ui UiBoundWidget subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.gwtpages.client.widget.ui UiBoundWidget subclass-usage.

Usage

From source file com.google.gwt.gwtpages.demo.client.pages.MessagesViewImpl.java

public class MessagesViewImpl extends UiBoundWidget<FlowPanel> implements MessagesPage.View {

    @UiField
    SimplePanel sourceRef;
    @UiField
    TextBox successMessage;

From source file com.google.gwt.gwtpages.demo.client.pages.StartPageWidget.java

public class StartPageWidget extends UiBoundWidget<HTMLPanel> {

    @Override
    protected void onConstruct(HTMLPanel widget) {
    }
}