Class GenericFormDisplayPresenter
- java.lang.Object
-
- org.jbpm.workbench.forms.client.display.views.GenericFormDisplayPresenter
-
@ApplicationScoped public class GenericFormDisplayPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GenericFormDisplayPresenter.GenericFormDisplayView
-
Constructor Summary
Constructors Constructor Description GenericFormDisplayPresenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.IsWidget
getView()
void
init()
void
setup(long currentTaskId, String currentProcessId, String currentDeploymentId, String opener, org.uberfire.mvp.Command onClose)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
setup
public void setup(long currentTaskId, String currentProcessId, String currentDeploymentId, String opener, org.uberfire.mvp.Command onClose)
-
getView
public com.google.gwt.user.client.ui.IsWidget getView()
-
-