Class HumanTaskFormDisplayProviderImpl
- java.lang.Object
-
- org.jbpm.workbench.forms.client.display.providers.HumanTaskFormDisplayProviderImpl
-
- All Implemented Interfaces:
HumanTaskFormDisplayProvider
@ApplicationScoped public class HumanTaskFormDisplayProviderImpl extends Object implements HumanTaskFormDisplayProvider
-
-
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 HumanTaskFormDisplayProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
display(org.jbpm.workbench.forms.display.api.HumanTaskDisplayerConfig config, FormDisplayerView view)
void
init()
void
setup(org.jbpm.workbench.forms.display.api.HumanTaskDisplayerConfig 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.HumanTaskDisplayerConfig config, FormDisplayerView view)
- Specified by:
setup
in interfaceHumanTaskFormDisplayProvider
-
display
protected void display(org.jbpm.workbench.forms.display.api.HumanTaskDisplayerConfig config, FormDisplayerView view)
-
-