|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Layout.AnimationCallback | |
---|---|
com.google.gwt.layout.client | Classes for laying out container elements. |
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of Layout.AnimationCallback in com.google.gwt.layout.client |
---|
Methods in com.google.gwt.layout.client with parameters of type Layout.AnimationCallback | |
---|---|
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. |
Uses of Layout.AnimationCallback in com.google.gwt.user.client.ui |
---|
Methods in com.google.gwt.user.client.ui with parameters of type Layout.AnimationCallback | |
---|---|
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. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |