@Dependent @Templated public class CaseActionsViewImpl extends AbstractView<CaseActionsPresenter> implements CaseActionsPresenter.CaseActionsView
Modifier and Type | Field and Description |
---|---|
static String |
AVAILABLE_ACTIONS |
static String |
COMPLETED_ACTIONS |
static String |
INPROGRESS_ACTIONS |
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 static final String AVAILABLE_ACTIONS
public static final String INPROGRESS_ACTIONS
public static final String COMPLETED_ACTIONS
public void init(CaseActionsPresenter presenter)
init
in interface org.uberfire.client.mvp.UberElement<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–2017 JBoss by Red Hat. All rights reserved.