Class LayoutCommand

java.lang.Object
com.google.gwt.user.client.ui.LayoutCommand
All Implemented Interfaces:
Scheduler.ScheduledCommand

public class LayoutCommand extends Object implements Scheduler.ScheduledCommand
A scheduled command used by animated layouts to ensure that only layout is ever performed for a panel within a given user event.

Note: This class assumes that Layer.getUserObject() will return the widget associated with a given layer.