Class CaseStagesViewImpl
- java.lang.Object
-
- org.jbpm.workbench.cm.client.util.AbstractView<CaseStagesPresenter>
-
- org.jbpm.workbench.cm.client.stages.CaseStagesViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,CaseStagesPresenter.CaseStagesView,org.uberfire.client.mvp.HasPresenter<CaseStagesPresenter>,org.uberfire.client.mvp.UberElement<CaseStagesPresenter>
@Dependent @Templated public class CaseStagesViewImpl extends AbstractView<CaseStagesPresenter> implements CaseStagesPresenter.CaseStagesView
-
-
Field Summary
-
Fields inherited from class org.jbpm.workbench.cm.client.util.AbstractView
presenter
-
-
Constructor Summary
Constructors Constructor Description CaseStagesViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CaseStageItemViewImpl>getCaseStageComponentList()org.jboss.errai.common.client.dom.HTMLElementgetElement()voidinit(CaseStagesPresenter presenter)voidremoveAllStages()voidsetCaseStagesList(List<org.jbpm.workbench.cm.model.CaseStageSummary> caseStageList)-
Methods inherited from class org.jbpm.workbench.cm.client.util.AbstractView
tooltip
-
-
-
-
Method Detail
-
init
public void init(CaseStagesPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<CaseStagesPresenter>- Overrides:
initin classAbstractView<CaseStagesPresenter>
-
setCaseStagesList
public void setCaseStagesList(List<org.jbpm.workbench.cm.model.CaseStageSummary> caseStageList)
- Specified by:
setCaseStagesListin interfaceCaseStagesPresenter.CaseStagesView
-
removeAllStages
public void removeAllStages()
- Specified by:
removeAllStagesin interfaceCaseStagesPresenter.CaseStagesView
-
getCaseStageComponentList
public List<CaseStageItemViewImpl> getCaseStageComponentList()
- Specified by:
getCaseStageComponentListin interfaceCaseStagesPresenter.CaseStagesView
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
-