Java com.google.gwt.user.client.ui VerticalSplitPanel fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui VerticalSplitPanel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui VerticalSplitPanel.

The text is from its open source code.

Constructor

Method

WidgetgetBottomWidget()
Gets the widget in the bottom of the panel.
WidgetgetTopWidget()
Gets the widget in the top of the panel.
voidsetBottomWidget(Widget w)
Sets the widget in the bottom of the panel.
voidsetSplitPosition(String pos)
voidsetTopWidget(Widget w)
Sets the widget in the top of the panel.