public static interface CaseActionsPresenter.CaseActionsView extends org.uberfire.client.mvp.UberElement<CaseActionsPresenter>
Modifier and Type | Method and Description |
---|---|
void |
removeAllTasks() |
void |
setAvailableActionsList(List<CaseActionSummary> caseActionList) |
void |
setCompletedActionsList(List<CaseActionSummary> caseActionList) |
void |
setInProgressActionsList(List<CaseActionSummary> caseActionList) |
void |
updateListHeaders() |
void removeAllTasks()
void setAvailableActionsList(List<CaseActionSummary> caseActionList)
void setInProgressActionsList(List<CaseActionSummary> caseActionList)
void setCompletedActionsList(List<CaseActionSummary> caseActionList)
void updateListHeaders()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.