GWT 2.6.1

Package com.google.gwt.layout.client

Classes for laying out container elements.

See:
          Description

Interface Summary
Layout.AnimationCallback Callback interface used by Layout.layout(int, AnimationCallback) to provide updates on animation progress.
 

Class Summary
Layout Helper class for laying out a container element and its children.
LayoutImpl Default implementation, which works with all browsers except for IE6.
LayoutImplIE6 IE6-specific implementation, which uses the "onresize" event, along with a series of measurement tools, to deal with several IE6 bugs.
LayoutImplIE8 This implementation is used on IE8.
 

Enum Summary
Layout.Alignment Used to specify the alignment of child elements within a layer.
 

Package com.google.gwt.layout.client Description

Classes for laying out container elements.


GWT 2.6.1