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

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

The text is from its open source code.

Subclass

com.google.gwt.user.client.ui.SplitLayoutPanel has subclasses.
Click this link to see all its subclasses.

Constructor

SplitLayoutPanel(int splitterSize)
Construct a new SplitLayoutPanel with the specified splitter size in pixels.
SplitLayoutPanel()
Construct a new SplitLayoutPanel with the default splitter size of 8px.

Method

voidadd(Widget widget)
Adds a widget at the center of the dock.
voidaddEast(Widget widget, double size)
Adds a widget to the east edge of the dock.
voidaddNorth(Widget widget, double size)
Adds a widget to the north edge of the dock.
voidaddSouth(Widget widget, double size)
Adds a widget to the south edge of the dock.
voidaddWest(Widget widget, double size)
Adds a widget to the west edge of the dock.
voidforceLayout()
WidgetgetWidget(int index)
ElementgetWidgetContainerElement(Widget child)
Gets the container element wrapping the given child widget.
intgetWidgetCount()