Class CaseDetailsViewImpl
- java.lang.Object
-
- org.jbpm.workbench.cm.client.details.CaseDetailsViewImpl
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseInstanceSummary>,org.jboss.errai.common.client.api.IsElement,CaseDetailsPresenter.CaseDetailsView,org.uberfire.client.mvp.HasPresenter<CaseDetailsPresenter>,org.uberfire.client.mvp.UberElement<CaseDetailsPresenter>
@Dependent @Templated public class CaseDetailsViewImpl extends Object implements CaseDetailsPresenter.CaseDetailsView
-
-
Constructor Summary
Constructors Constructor Description CaseDetailsViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()org.jbpm.workbench.cm.model.CaseInstanceSummarygetValue()voidinit(CaseDetailsPresenter presenter)voidsetValue(org.jbpm.workbench.cm.model.CaseInstanceSummary caseInstanceSummary)
-
-
-
Method Detail
-
getValue
public org.jbpm.workbench.cm.model.CaseInstanceSummary getValue()
- Specified by:
getValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseInstanceSummary>
-
setValue
public void setValue(org.jbpm.workbench.cm.model.CaseInstanceSummary caseInstanceSummary)
- Specified by:
setValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseInstanceSummary>
-
init
public void init(CaseDetailsPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<CaseDetailsPresenter>
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
-