@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() |
tooltip
public 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.IsElement
public void removeAllTasks()
removeAllTasks
in interface CaseActionsPresenter.CaseActionsView
public void setAvailableActionsList(List<CaseActionSummary> caseActionList)
setAvailableActionsList
in interface CaseActionsPresenter.CaseActionsView
public void setInProgressActionsList(List<CaseActionSummary> caseActionList)
setInProgressActionsList
in interface CaseActionsPresenter.CaseActionsView
public void setCompletedActionsList(List<CaseActionSummary> caseActionList)
setCompletedActionsList
in interface CaseActionsPresenter.CaseActionsView
public void updateListHeaders()
updateListHeaders
in interface CaseActionsPresenter.CaseActionsView
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.