@Dependent @Templated public class CaseActionsListViewImpl extends AbstractView<CaseActionsPresenter> implements CaseActionsPresenter.CaseActionsListView, PaginationViewImpl.PageList<CaseActionSummary>
presenter
Constructor and Description |
---|
CaseActionsListViewImpl() |
Modifier and Type | Method and Description |
---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
org.jboss.errai.common.client.dom.Div |
getScrollBox() |
void |
init(CaseActionsPresenter presenter) |
void |
removeAllTasks() |
void |
setCaseActionList(List<CaseActionSummary> caseActionList) |
void |
setVisibleItems(List<CaseActionSummary> visibleItems) |
void |
updateActionsHeader(String heatherText,
String... stylesClass) |
tooltip
public void init(CaseActionsPresenter presenter)
init
in interface org.uberfire.client.mvp.HasPresenter<CaseActionsPresenter>
init
in class AbstractView<CaseActionsPresenter>
public void setCaseActionList(List<CaseActionSummary> caseActionList)
setCaseActionList
in interface CaseActionsPresenter.CaseActionsListView
public void removeAllTasks()
removeAllTasks
in interface CaseActionsPresenter.CaseActionsListView
public void updateActionsHeader(String heatherText, String... stylesClass)
updateActionsHeader
in interface CaseActionsPresenter.CaseActionsListView
public void setVisibleItems(List<CaseActionSummary> visibleItems)
setVisibleItems
in interface PaginationViewImpl.PageList<CaseActionSummary>
public org.jboss.errai.common.client.dom.Div getScrollBox()
getScrollBox
in interface PaginationViewImpl.PageList<CaseActionSummary>
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.