@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) |
tooltippublic 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.CaseActionsListViewpublic void removeAllTasks()
removeAllTasks in interface CaseActionsPresenter.CaseActionsListViewpublic void updateActionsHeader(String heatherText, String... stylesClass)
updateActionsHeader in interface CaseActionsPresenter.CaseActionsListViewpublic 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.IsElementCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.