@Dependent @Templated public class CaseActionsListViewImpl extends AbstractView<CaseActionsPresenter> implements CaseActionsPresenter.CaseActionsListView, PaginationViewImpl.PageList
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 visibleItems) |
void |
updateActionsHeader(String heatherText,
String... stylesClass) |
tooltip
public void init(CaseActionsPresenter presenter)
init
in interface org.uberfire.client.mvp.UberElement<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 visibleItems)
setVisibleItems
in interface PaginationViewImpl.PageList
public org.jboss.errai.common.client.dom.Div getScrollBox()
getScrollBox
in interface PaginationViewImpl.PageList
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.