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(final Widget widget) 

Source Link

Usage

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

License:Apache License

public XSDDisplay() {
    contentPanel.setStyleName("content");

    final ScrollPanel scrollPanel = new MaxScrollPanel(contentPanel);
    scrollPanel.setStyleName("container");

    initWidget(scrollPanel);//from   ww  w  .j  a  v  a 2 s .  c o  m
}