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

Example usage for Java com.google.gwt.user.client.ui HorizontalSplitPanel 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 HorizontalSplitPanel.

The text is from its open source code.

Constructor

Method

voidadd(Widget w)
Adds a widget to a pane in the HorizontalSplitPanel.
WidgetgetLeftWidget()
Gets the widget in the left side of the panel.
WidgetgetRightWidget()
Gets the widget in the right side of the panel.
voidsetLeftWidget(Widget w)
Sets the widget in the left side of the panel.
voidsetRightWidget(Widget w)
Sets the widget in the right side of the panel.
voidsetSplitPosition(String pos)
Moves the position of the splitter.