Class StartProcessFormDisplayProviderImpl
- java.lang.Object
-
- org.jbpm.workbench.forms.client.display.providers.StartProcessFormDisplayProviderImpl
-
- All Implemented Interfaces:
StartProcessFormDisplayProvider
@ApplicationScoped public class StartProcessFormDisplayProviderImpl extends Object implements StartProcessFormDisplayProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected Constants
constants
protected org.jboss.errai.ioc.client.container.SyncBeanManager
iocManager
-
Constructor Summary
Constructors Constructor Description StartProcessFormDisplayProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
display(org.jbpm.workbench.forms.display.api.ProcessDisplayerConfig config, FormDisplayerView view)
com.google.gwt.user.client.ui.IsWidget
getView()
void
init()
void
setup(org.jbpm.workbench.forms.display.api.ProcessDisplayerConfig config, FormDisplayerView view)
-
-
-
Field Detail
-
constants
protected Constants constants
-
iocManager
@Inject protected org.jboss.errai.ioc.client.container.SyncBeanManager iocManager
-
-
Method Detail
-
init
@PostConstruct public void init()
-
setup
public void setup(org.jbpm.workbench.forms.display.api.ProcessDisplayerConfig config, FormDisplayerView view)
- Specified by:
setup
in interfaceStartProcessFormDisplayProvider
-
display
protected void display(org.jbpm.workbench.forms.display.api.ProcessDisplayerConfig config, FormDisplayerView view)
-
getView
public com.google.gwt.user.client.ui.IsWidget getView()
-
-