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

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

The text is from its open source code.

Subclass

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

Field

Layoutlayout

Constructor

LayoutPanel()
Creates an empty layout panel.

Method

voidadd(Widget widget)
Adds a widget to this panel.
voidadd(Widget child, Element container)
Adds a new child widget to the panel, attaching its Element to the specified container Element.
voidforceLayout()
WidgetgetWidget(int index)
Iteratoriterator()
booleanremove(Widget w)
voidsetWidgetBottomHeight(Widget child, double bottom, Unit bottomUnit, double height, Unit heightUnit)
Sets the child widget's bottom and height values.
voidsetWidgetBottomHeight(IsWidget child, double bottom, Unit bottomUnit, double height, Unit heightUnit)
Overloaded version for IsWidget.
voidsetWidgetHorizontalPosition(Widget child, Alignment position)
Sets the child widget's horizontal position within its layer.
voidsetWidgetLeftRight(Widget child, double left, Unit leftUnit, double right, Unit rightUnit)
Sets the child widget's left and right values.
voidsetWidgetLeftRight(IsWidget child, double left, Unit leftUnit, double right, Unit rightUnit)
Overloaded version for IsWidget.
voidsetWidgetLeftWidth(Widget child, double left, Unit leftUnit, double width, Unit widthUnit)
Sets the child widget's left and width values.
voidsetWidgetLeftWidth(IsWidget child, double left, Unit leftUnit, double width, Unit widthUnit)
Overloaded version for IsWidget.
voidsetWidgetRightWidth(Widget child, double right, Unit rightUnit, double width, Unit widthUnit)
Sets the child widget's right and width values.
voidsetWidgetRightWidth(IsWidget child, double right, Unit rightUnit, double width, Unit widthUnit)
Overloaded version for IsWidget.
voidsetWidgetTopBottom(Widget child, double top, Unit topUnit, double bottom, Unit bottomUnit)
Sets the child widget's top and bottom values.
voidsetWidgetTopBottom(IsWidget child, double top, Unit topUnit, double bottom, Unit bottomUnit)
Overloaded version for IsWidget.
voidsetWidgetTopHeight(Widget child, double top, Unit topUnit, double height, Unit heightUnit)
Sets the child widget's top and height values.
voidsetWidgetTopHeight(IsWidget child, double top, Unit topUnit, double height, Unit heightUnit)
Overloaded version for IsWidget.
voidsetWidgetVerticalPosition(Widget child, Alignment position)
Sets the child widget's vertical position within its layer.
voidsetWidgetVisible(Widget child, boolean visible)
Shows or hides the given widget and its layer.