@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) |
tooltippublic 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.CaseActionsListViewpublic void removeAllTasks()
removeAllTasks in interface CaseActionsPresenter.CaseActionsListViewpublic void updateActionsHeader(String heatherText, String... stylesClass)
updateActionsHeader in interface CaseActionsPresenter.CaseActionsListViewpublic void setVisibleItems(List visibleItems)
setVisibleItems in interface PaginationViewImpl.PageListpublic org.jboss.errai.common.client.dom.Div getScrollBox()
getScrollBox in interface PaginationViewImpl.PageListpublic org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.