Uses of Interface
com.google.gwt.layout.client.Layout.AnimationCallback
Packages that use 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
Methods in com.google.gwt.layout.client with parameters of type Layout.AnimationCallbackModifier and TypeMethodDescriptionvoidLayout.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.AnimationCallbackModifier and TypeMethodDescriptionvoidAnimatedLayout.animate(int duration, Layout.AnimationCallback callback) Layout children, animating over the specified period of time.voidDeckLayoutPanel.animate(int duration, Layout.AnimationCallback callback) voidDockLayoutPanel.animate(int duration, Layout.AnimationCallback callback) voidLayoutPanel.animate(int duration, Layout.AnimationCallback callback) voidStackLayoutPanel.animate(int duration, Layout.AnimationCallback callback) voidTabLayoutPanel.animate(int duration, Layout.AnimationCallback callback) voidLayoutCommand.schedule(int duration, Layout.AnimationCallback callback) Schedules a layout.