org.kie.workbench.common.widgets.client.callbacks
Class CommandBuilder
java.lang.Object
org.kie.workbench.common.widgets.client.callbacks.CommandBuilder
public class CommandBuilder
- extends Object
Utility class to build the Commands for CommandDrivenErrorCallback.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandBuilder
public CommandBuilder()
add
public CommandBuilder add(Class<? extends Throwable> throwable,
org.uberfire.mvp.Command command)
addNoSuchFileException
public CommandBuilder addNoSuchFileException(HasBusyIndicator view,
org.uberfire.client.common.MultiPageEditor editor)
addNoSuchFileException
public CommandBuilder addNoSuchFileException(HasBusyIndicator view,
org.uberfire.client.common.MultiPageEditor editor,
org.uberfire.workbench.model.menu.Menus menus)
build
public Map<Class<? extends Throwable>,org.uberfire.mvp.Command> build()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.