Class CaseStageItemViewImpl
- java.lang.Object
-
- org.jbpm.workbench.cm.client.util.AbstractView<CaseStagesPresenter>
-
- org.jbpm.workbench.cm.client.stages.CaseStageItemViewImpl
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseStageSummary>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.HasPresenter<CaseStagesPresenter>,org.uberfire.client.mvp.UberElement<CaseStagesPresenter>
@Dependent @Templated public class CaseStageItemViewImpl extends AbstractView<CaseStagesPresenter> implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseStageSummary>, org.jboss.errai.common.client.api.IsElement
-
-
Field Summary
-
Fields inherited from class org.jbpm.workbench.cm.client.util.AbstractView
presenter
-
-
Constructor Summary
Constructors Constructor Description CaseStageItemViewImpl()
-
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.CaseStageSummarygetValue()voidinit()voidsetValue(org.jbpm.workbench.cm.model.CaseStageSummary model)-
Methods inherited from class org.jbpm.workbench.cm.client.util.AbstractView
init, tooltip
-
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
getValue
public org.jbpm.workbench.cm.model.CaseStageSummary getValue()
- Specified by:
getValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseStageSummary>
-
setValue
public void setValue(org.jbpm.workbench.cm.model.CaseStageSummary model)
- Specified by:
setValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseStageSummary>
-
-