org.jboss.errai.ui.shared.chain
Class Chain
java.lang.Object
org.jboss.errai.ui.shared.chain.Chain
- All Implemented Interfaces:
- Command
public class Chain
- extends Object
- implements Command
- Author:
- edewit@redhat.com
Constructor Summary |
Chain()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Chain
public Chain()
addCommand
public void addCommand(Command command)
execute
public void execute(Element element)
- Specified by:
execute
in interface Command
getCommands
public List<Command> getCommands()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.