Uses of Interface
com.google.gwt.layout.client.Layout.AnimationCallback
-
Packages that use Layout.AnimationCallback 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. -
-
Uses of Layout.AnimationCallback in com.google.gwt.layout.client
Methods in com.google.gwt.layout.client with parameters of type Layout.AnimationCallback Modifier and Type Method Description voidLayout. 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 Modifier and Type Method Description voidAnimatedLayout. 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.
-