Class ExecutionErrorDetailsViewImpl
- java.lang.Object
-
- org.jbpm.workbench.es.client.editors.errordetails.ExecutionErrorDetailsViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,ExecutionErrorDetailsPresenter.ExecErrorDetailsView,org.uberfire.client.mvp.HasPresenter<ExecutionErrorDetailsPresenter>,org.uberfire.client.mvp.UberElement<ExecutionErrorDetailsPresenter>
@Dependent @Templated @Bundle("/org/jbpm/workbench/es/client/i18n/Constants.properties") public class ExecutionErrorDetailsViewImpl extends Object implements ExecutionErrorDetailsPresenter.ExecErrorDetailsView
-
-
Constructor Summary
Constructors Constructor Description ExecutionErrorDetailsViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()voidinit(ExecutionErrorDetailsPresenter presenter)voidsetValue(org.jbpm.workbench.es.model.ExecutionErrorSummary errorSummary)
-
-
-
Method Detail
-
init
public void init(ExecutionErrorDetailsPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ExecutionErrorDetailsPresenter>
-
setValue
public void setValue(org.jbpm.workbench.es.model.ExecutionErrorSummary errorSummary)
- Specified by:
setValuein interfaceExecutionErrorDetailsPresenter.ExecErrorDetailsView
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
-