@Dependent @Templated(stylesheet="CaseInstanceListViewImpl.css") public class CaseInstanceListViewImpl extends AbstractView<CaseInstanceListPresenter> implements CaseInstanceListPresenter.CaseInstanceListView
presenter
Constructor and Description |
---|
CaseInstanceListViewImpl() |
Modifier and Type | Method and Description |
---|---|
CaseInstanceSearchRequest |
getCaseInstanceSearchRequest() |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
init(CaseInstanceListPresenter presenter) |
void |
setCaseInstanceList(List<CaseInstanceSummary> caseInstanceList) |
tooltip
public void init(CaseInstanceListPresenter presenter)
init
in interface org.uberfire.client.mvp.UberElement<CaseInstanceListPresenter>
init
in class AbstractView<CaseInstanceListPresenter>
public CaseInstanceSearchRequest getCaseInstanceSearchRequest()
getCaseInstanceSearchRequest
in interface CaseInstanceListPresenter.CaseInstanceListView
public void setCaseInstanceList(List<CaseInstanceSummary> caseInstanceList)
setCaseInstanceList
in interface CaseInstanceListPresenter.CaseInstanceListView
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.