Uses of Interface
com.google.gwt.layout.client.Layout.AnimationCallback
Package
Description
Classes for laying out container elements.
Widgets, Panels, and other user-interface classes.
-
Uses of Layout.AnimationCallback in com.google.gwt.layout.client
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
AnimatedLayout.animate
(int duration, Layout.AnimationCallback callback) Layout children, animating over the specified period of time.void
DeckLayoutPanel.animate
(int duration, Layout.AnimationCallback callback) void
DockLayoutPanel.animate
(int duration, Layout.AnimationCallback callback) void
LayoutPanel.animate
(int duration, Layout.AnimationCallback callback) void
StackLayoutPanel.animate
(int duration, Layout.AnimationCallback callback) void
TabLayoutPanel.animate
(int duration, Layout.AnimationCallback callback) void
LayoutCommand.schedule
(int duration, Layout.AnimationCallback callback) Schedules a layout.