List of usage examples for com.google.gwt.gwtpages.client.widget.ui UiBoundWidget subclass-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) { } }