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

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

The text is from its open source code.

Subclass

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

Constructor

VerticalPanel()
Creates an empty vertical panel.

Method

voidadd(Widget w)
WidgetgetWidget(int index)
Gets the child widget at the specified index.
intgetWidgetCount()
Gets the number of child widgets in this panel.
intgetWidgetIndex(Widget child)
Gets the index of the specified child widget.
voidinsert(IsWidget w, int beforeIndex)
voidinsert(Widget w, int beforeIndex)
booleanremove(Widget w)
voidsetBorderWidth(int width)
Sets the width of the border to be applied to all cells in this panel.
voidsetCellHeight(IsWidget w, String height)
Overloaded version for IsWidget.
voidsetCellHorizontalAlignment(IsWidget w, HorizontalAlignmentConstant align)
Overloaded version for IsWidget.
voidsetCellVerticalAlignment(IsWidget w, VerticalAlignmentConstant align)
Overloaded version for IsWidget.
voidsetCellWidth(IsWidget w, String width)
Overloaded version for IsWidget.
voidsetHorizontalAlignment(HorizontalAlignmentConstant align)
Sets the default horizontal alignment to be used for widgets added to this panel.
voidsetSpacing(int spacing)
Sets the amount of spacing between this panel's cells.
voidsetVerticalAlignment(VerticalAlignmentConstant align)
Sets the default vertical alignment to be used for widgets added to this panel.