Class ExecutionErrorBasicDetailsViewImpl
- java.lang.Object
-
- org.jbpm.workbench.es.client.editors.errordetails.ExecutionErrorBasicDetailsViewImpl
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<org.jbpm.workbench.es.model.ExecutionErrorSummary>,org.jboss.errai.common.client.api.IsElement
@Dependent @Templated("ExecutionErrorBasicDetailsViewImpl.html") public class ExecutionErrorBasicDetailsViewImpl extends Object implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.es.model.ExecutionErrorSummary>, org.jboss.errai.common.client.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description ExecutionErrorBasicDetailsViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()org.jbpm.workbench.es.model.ExecutionErrorSummarygetValue()voidsetValue(org.jbpm.workbench.es.model.ExecutionErrorSummary errorSummary)
-
-
-
Method Detail
-
getValue
public org.jbpm.workbench.es.model.ExecutionErrorSummary getValue()
- Specified by:
getValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.es.model.ExecutionErrorSummary>
-
setValue
public void setValue(org.jbpm.workbench.es.model.ExecutionErrorSummary errorSummary)
- Specified by:
setValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.es.model.ExecutionErrorSummary>
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
-