Java com.google.gwt.layout.client Layout fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.layout.client Layout fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.layout.client Layout.

The text is from its open source code.

Constructor

Layout(Element parent)
Constructs a new layout associated with the given parent element.

Method

LayerattachChild(Element child)
Attaches a child element to this layout.
doublegetUnitSize(Unit unit, boolean vertical)
Returns the size of one unit, in pixels, in the context of this layout.
voidonAttach()
This method must be called when the parent element becomes attached to the document.