Example usage for com.google.gwt.user.client.ui MaxScrollPanel MaxScrollPanel

List of usage examples for com.google.gwt.user.client.ui MaxScrollPanel MaxScrollPanel

Introduction

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

Prototype

public MaxScrollPanel() 

Source Link

Usage

From source file:stroom.widget.xsdbrowser.client.view.XSDConstraintDisplay.java

License:Apache License

public XSDConstraintDisplay() {
    layout = new MaxScrollPanel();
    initWidget(layout);
}