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

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

The text is from its open source code.

Subclass

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

Constructor

HorizontalPanel()
Creates an empty horizontal panel.

Method

voidadd(Widget w)
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.