Uses of Interface
org.jbpm.workbench.forms.client.display.views.FormDisplayerView
-
-
Uses of FormDisplayerView in org.jbpm.workbench.forms.client.display.api
Methods in org.jbpm.workbench.forms.client.display.api with parameters of type FormDisplayerView Modifier and Type Method Description voidHumanTaskFormDisplayProvider. setup(org.jbpm.workbench.forms.display.api.HumanTaskDisplayerConfig config, FormDisplayerView view)voidStartProcessFormDisplayProvider. setup(org.jbpm.workbench.forms.display.api.ProcessDisplayerConfig config, FormDisplayerView view) -
Uses of FormDisplayerView in org.jbpm.workbench.forms.client.display.process
Classes in org.jbpm.workbench.forms.client.display.process that implement FormDisplayerView Modifier and Type Class Description classQuickNewProcessInstancePopup -
Uses of FormDisplayerView in org.jbpm.workbench.forms.client.display.providers
Methods in org.jbpm.workbench.forms.client.display.providers with parameters of type FormDisplayerView Modifier and Type Method Description protected voidHumanTaskFormDisplayProviderImpl. display(org.jbpm.workbench.forms.display.api.HumanTaskDisplayerConfig config, FormDisplayerView view)protected voidStartProcessFormDisplayProviderImpl. display(org.jbpm.workbench.forms.display.api.ProcessDisplayerConfig config, FormDisplayerView view)voidHumanTaskFormDisplayProviderImpl. setup(org.jbpm.workbench.forms.display.api.HumanTaskDisplayerConfig config, FormDisplayerView view)voidStartProcessFormDisplayProviderImpl. setup(org.jbpm.workbench.forms.display.api.ProcessDisplayerConfig config, FormDisplayerView view) -
Uses of FormDisplayerView in org.jbpm.workbench.forms.client.display.views
Classes in org.jbpm.workbench.forms.client.display.views that implement FormDisplayerView Modifier and Type Class Description classPopupFormDisplayerViewMethods in org.jbpm.workbench.forms.client.display.views that return FormDisplayerView Modifier and Type Method Description FormDisplayerViewGenericFormDisplayPresenter.GenericFormDisplayView. getDisplayerView()FormDisplayerViewGenericFormDisplayView. getDisplayerView() -
Uses of FormDisplayerView in org.jbpm.workbench.forms.client.display.views.display
Classes in org.jbpm.workbench.forms.client.display.views.display that implement FormDisplayerView Modifier and Type Class Description classEmbeddedFormDisplayer
-