Interface CaseStagesPresenter.CaseStagesView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<CaseStagesPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<CaseStagesPresenter>
- All Known Implementing Classes:
CaseStagesViewImpl
- Enclosing class:
- CaseStagesPresenter
public static interface CaseStagesPresenter.CaseStagesView extends org.uberfire.client.mvp.UberElement<CaseStagesPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CaseStageItemViewImpl>getCaseStageComponentList()voidremoveAllStages()voidsetCaseStagesList(List<org.jbpm.workbench.cm.model.CaseStageSummary> caseStagesList)
-
-
-
Method Detail
-
removeAllStages
void removeAllStages()
-
setCaseStagesList
void setCaseStagesList(List<org.jbpm.workbench.cm.model.CaseStageSummary> caseStagesList)
-
getCaseStageComponentList
List<CaseStageItemViewImpl> getCaseStageComponentList()
-
-