| Package | Description | 
|---|---|
| com.google.gwt.layout.client | Classes for laying out container elements. | 
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Layout. layout(int duration,
      Layout.AnimationCallback callback)Updates the layout by animating it over time, with a callback on each frame
 of the animation, and upon completion. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TabLayoutPanel. animate(int duration,
       Layout.AnimationCallback callback) | 
| void | StackLayoutPanel. animate(int duration,
       Layout.AnimationCallback callback) | 
| void | LayoutPanel. animate(int duration,
       Layout.AnimationCallback callback) | 
| void | DockLayoutPanel. animate(int duration,
       Layout.AnimationCallback callback) | 
| void | DeckLayoutPanel. animate(int duration,
       Layout.AnimationCallback callback) | 
| void | AnimatedLayout. animate(int duration,
       Layout.AnimationCallback callback)Layout children, animating over the specified period of time. | 
| void | LayoutCommand. schedule(int duration,
        Layout.AnimationCallback callback)Schedules a layout. |