org.jbpm.console.ng.ht.forms.client.editors.taskform.displayers
Class AbstractStartProcessFormDisplayer
java.lang.Object
org.jbpm.console.ng.ht.forms.client.editors.taskform.displayers.AbstractStartProcessFormDisplayer
- All Implemented Interfaces:
- GenericFormDisplayer<org.jbpm.console.ng.pr.model.ProcessDefinitionKey>, StartProcessFormDisplayer
- Direct Known Subclasses:
- FormModellerStartProcessDisplayerImpl, FTLStartProcessDisplayerImpl, PlaceManagerStartProcessDisplayerImpl
public abstract class AbstractStartProcessFormDisplayer
- extends Object
- implements StartProcessFormDisplayer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_START_PROCESS
public static final String ACTION_START_PROCESS
- See Also:
- Constant Field Values
constants
protected Constants constants
container
protected final com.google.gwt.user.client.ui.FlowPanel container
buttonsContainer
protected final com.google.gwt.user.client.ui.FlowPanel buttonsContainer
formContainer
protected final com.google.gwt.user.client.ui.VerticalPanel formContainer
formContent
protected String formContent
deploymentId
protected String deploymentId
processDefId
protected String processDefId
processName
protected String processName
opener
protected String opener
newProcessInstanceEvent
@Inject
protected javax.enterprise.event.Event<org.jbpm.console.ng.pr.model.events.NewProcessInstanceEvent> newProcessInstanceEvent
jsniHelper
@Inject
protected JSNIHelper jsniHelper
AbstractStartProcessFormDisplayer
public AbstractStartProcessFormDisplayer()
init
public void init(org.jbpm.console.ng.pr.model.ProcessDefinitionKey key,
String formContent,
String openerUrl)
- Specified by:
init in interface GenericFormDisplayer<org.jbpm.console.ng.pr.model.ProcessDefinitionKey>
startProcessFromDisplayer
protected abstract void startProcessFromDisplayer()
initDisplayer
protected abstract void initDisplayer()
getUnexpectedErrorCallback
protected org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message> getUnexpectedErrorCallback()
getContainer
public com.google.gwt.user.client.ui.FlowPanel getContainer()
- Specified by:
getContainer in interface GenericFormDisplayer<org.jbpm.console.ng.pr.model.ProcessDefinitionKey>
startProcess
public void startProcess(Map<String,Object> params)
- Specified by:
startProcess in interface StartProcessFormDisplayer
getStartProcessRemoteCallback
protected org.jboss.errai.common.client.api.RemoteCallback<Long> getStartProcessRemoteCallback()
addOnCloseCallback
public void addOnCloseCallback(org.uberfire.mvp.Command callback)
- Specified by:
addOnCloseCallback in interface GenericFormDisplayer<org.jbpm.console.ng.pr.model.ProcessDefinitionKey>
addOnRefreshCallback
public void addOnRefreshCallback(org.uberfire.mvp.Command callback)
- Specified by:
addOnRefreshCallback in interface GenericFormDisplayer<org.jbpm.console.ng.pr.model.ProcessDefinitionKey>
close
public void close()
- Specified by:
close in interface GenericFormDisplayer<org.jbpm.console.ng.pr.model.ProcessDefinitionKey>
eventListener
protected void eventListener(String origin,
String request)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.