Interface CaseActionsPresenter.CaseActionsListView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<CaseActionsPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<CaseActionsPresenter>
- All Known Implementing Classes:
CaseActionsListViewImpl
- Enclosing class:
- CaseActionsPresenter
public static interface CaseActionsPresenter.CaseActionsListView extends org.uberfire.client.mvp.UberElement<CaseActionsPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveAllTasks()voidsetCaseActionList(List<org.jbpm.workbench.cm.model.CaseActionSummary> caseActionList)voidupdateActionsHeader(String heatherText, String... stylesClass)
-