List of usage examples for com.google.gwt.user.client.ui MaxScrollPanel MaxScrollPanel
public MaxScrollPanel(final Widget widget)
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 }