Interface CaseInstanceListPresenter.CaseInstanceListView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<CaseInstanceListPresenter>,org.jboss.errai.common.client.api.IsElement,com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.util.CaseInstanceSearchRequest>,org.uberfire.client.mvp.UberElement<CaseInstanceListPresenter>
- All Known Implementing Classes:
CaseInstanceListViewImpl
- Enclosing class:
- CaseInstanceListPresenter
public static interface CaseInstanceListPresenter.CaseInstanceListView extends org.uberfire.client.mvp.UberElement<CaseInstanceListPresenter>, com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.util.CaseInstanceSearchRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCaseInstanceList(List<org.jbpm.workbench.cm.model.CaseInstanceSummary> caseInstanceList)
-
-
-
Method Detail
-
setCaseInstanceList
void setCaseInstanceList(List<org.jbpm.workbench.cm.model.CaseInstanceSummary> caseInstanceList)
-
-