@Dependent @Templated public class CaseActionsViewImpl extends AbstractView<CaseActionsPresenter> implements CaseActionsPresenter.CaseActionsView
presenter| Constructor and Description |
|---|
CaseActionsViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
init(CaseActionsPresenter presenter) |
void |
removeAllTasks() |
void |
setAvailableActionsList(List<CaseActionSummary> caseActionList) |
void |
setCompletedActionsList(List<CaseActionSummary> caseActionList) |
void |
setInProgressActionsList(List<CaseActionSummary> caseActionList) |
void |
updateListHeaders() |
tooltippublic void init(CaseActionsPresenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<CaseActionsPresenter>init in class AbstractView<CaseActionsPresenter>public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void removeAllTasks()
removeAllTasks in interface CaseActionsPresenter.CaseActionsViewpublic void setAvailableActionsList(List<CaseActionSummary> caseActionList)
setAvailableActionsList in interface CaseActionsPresenter.CaseActionsViewpublic void setInProgressActionsList(List<CaseActionSummary> caseActionList)
setInProgressActionsList in interface CaseActionsPresenter.CaseActionsViewpublic void setCompletedActionsList(List<CaseActionSummary> caseActionList)
setCompletedActionsList in interface CaseActionsPresenter.CaseActionsViewpublic void updateListHeaders()
updateListHeaders in interface CaseActionsPresenter.CaseActionsViewCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.