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

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

The text is from its open source code.

Subclass

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

Method

voidsetCellHeight(IsWidget w, String height)
Overloaded version for IsWidget.
voidsetCellHeight(Widget w, String height)
Sets the height of the cell associated with the given widget, related to the panel as a whole.
voidsetCellHorizontalAlignment(IsWidget w, HorizontalAlignmentConstant align)
Overloaded version for IsWidget.
voidsetCellHorizontalAlignment(Widget w, HorizontalAlignmentConstant align)
Sets the horizontal alignment of the given widget within its cell.
voidsetCellHorizontalAlignment(Element td, HorizontalAlignmentConstant align)
voidsetCellVerticalAlignment(IsWidget w, VerticalAlignmentConstant align)
Overloaded version for IsWidget.
voidsetCellVerticalAlignment(Widget w, HasVerticalAlignment.VerticalAlignmentConstant align)
Sets the vertical alignment of the given widget within its cell.
voidsetCellVerticalAlignment(Element td, VerticalAlignmentConstant align)
voidsetCellWidth(IsWidget w, String width)
Overloaded version for IsWidget.
voidsetCellWidth(Widget w, String width)
Sets the width of the cell associated with the given widget, related to the panel as a whole.
voidsetSpacing(int spacing)
Sets the amount of spacing between this panel's cells.