Class ReplaceAction

All Implemented Interfaces:
ButtonDockAction, DockAction, DropDownItemAction, ListeningDockAction, StandardDockAction, StandardDropDownItemAction

@ClientOnly public class ReplaceAction extends GroupedButtonDockAction<Boolean> implements ListeningDockAction
A DockAction that can replace a DockStation by it's only child. This action is only enabled, if the associated DockStation has exactly one or zero children. This action can handle only the one station that was provided through the constructor.
Author:
Benjamin Sigg