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

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

The text is from its open source code.

Constructor

Method

voidadd(Widget widget)
Adds a widget at the center of the dock.
voidaddNorth(Widget widget, double size)
Adds a widget to the north edge of the dock.
voidaddWest(Widget widget, double size)
Adds a widget to the west edge of the dock.
voidsetHSplits(final String str)
voidsetVSplits(final String str)