Class CaseActionsListViewImpl
- java.lang.Object
-
- org.jbpm.workbench.cm.client.util.AbstractView<CaseActionsPresenter>
-
- org.jbpm.workbench.cm.client.actions.CaseActionsListViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,CaseActionsPresenter.CaseActionsListView,PaginationViewImpl.PageList<org.jbpm.workbench.cm.model.CaseActionSummary>,org.uberfire.client.mvp.HasPresenter<CaseActionsPresenter>,org.uberfire.client.mvp.UberElement<CaseActionsPresenter>
@Dependent @Templated public class CaseActionsListViewImpl extends AbstractView<CaseActionsPresenter> implements CaseActionsPresenter.CaseActionsListView, PaginationViewImpl.PageList<org.jbpm.workbench.cm.model.CaseActionSummary>
-
-
Field Summary
-
Fields inherited from class org.jbpm.workbench.cm.client.util.AbstractView
presenter
-
-
Constructor Summary
Constructors Constructor Description CaseActionsListViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()org.jboss.errai.common.client.dom.DivgetScrollBox()voidinit(CaseActionsPresenter presenter)voidremoveAllTasks()voidsetCaseActionList(List<org.jbpm.workbench.cm.model.CaseActionSummary> caseActionList)voidsetVisibleItems(List<org.jbpm.workbench.cm.model.CaseActionSummary> visibleItems)voidupdateActionsHeader(String heatherText, String... stylesClass)-
Methods inherited from class org.jbpm.workbench.cm.client.util.AbstractView
tooltip
-
-
-
-
Method Detail
-
init
public void init(CaseActionsPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<CaseActionsPresenter>- Overrides:
initin classAbstractView<CaseActionsPresenter>
-
setCaseActionList
public void setCaseActionList(List<org.jbpm.workbench.cm.model.CaseActionSummary> caseActionList)
- Specified by:
setCaseActionListin interfaceCaseActionsPresenter.CaseActionsListView
-
removeAllTasks
public void removeAllTasks()
- Specified by:
removeAllTasksin interfaceCaseActionsPresenter.CaseActionsListView
-
updateActionsHeader
public void updateActionsHeader(String heatherText, String... stylesClass)
- Specified by:
updateActionsHeaderin interfaceCaseActionsPresenter.CaseActionsListView
-
setVisibleItems
public void setVisibleItems(List<org.jbpm.workbench.cm.model.CaseActionSummary> visibleItems)
- Specified by:
setVisibleItemsin interfacePaginationViewImpl.PageList<org.jbpm.workbench.cm.model.CaseActionSummary>
-
getScrollBox
public org.jboss.errai.common.client.dom.Div getScrollBox()
- Specified by:
getScrollBoxin interfacePaginationViewImpl.PageList<org.jbpm.workbench.cm.model.CaseActionSummary>
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
-