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

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

The text is from its open source code.

Subclass

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

Constructor

DockLayoutPanel(Unit unit)
Creates an empty dock panel.

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.
voidaddEast(IsWidget widget, double size)
Overloaded version for IsWidget.
voidaddNorth(Widget widget, double size)
Adds a widget to the north edge of the dock.
voidaddNorth(IsWidget widget, double size)
Overloaded version for IsWidget.
voidaddSouth(Widget widget, double size)
Adds a widget to the south edge of the dock.
voidaddSouth(IsWidget widget, double size)
Overloaded version for IsWidget.
voidaddWest(Widget widget, double size)
Adds a widget to the west edge of the dock.
voidaddWest(IsWidget widget, double size)
Overloaded version for IsWidget.
voidanimate(int duration)
voidforceLayout()
ElementgetWidgetContainerElement(Widget child)
Gets the container element wrapping the given child widget.
DirectiongetWidgetDirection(Widget child)
Gets the layout direction of the given child widget.
Iteratoriterator()
voidsetWidgetSize(Widget widget, double size)
Updates the size of the widget passed in as long as it is not the center widget and updates the layout of the dock.