@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 |
---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
CaseInstanceSearchRequest |
getValue() |
void |
init(CaseInstanceListPresenter presenter) |
void |
setCaseInstanceList(List<CaseInstanceSummary> caseInstanceList) |
void |
setValue(CaseInstanceSearchRequest value) |
tooltip
public void init(CaseInstanceListPresenter presenter)
init
in interface org.uberfire.client.mvp.HasPresenter<CaseInstanceListPresenter>
init
in class AbstractView<CaseInstanceListPresenter>
public void setValue(CaseInstanceSearchRequest value)
setValue
in interface com.google.gwt.user.client.TakesValue<CaseInstanceSearchRequest>
public CaseInstanceSearchRequest getValue()
getValue
in interface com.google.gwt.user.client.TakesValue<CaseInstanceSearchRequest>
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–2020 JBoss by Red Hat. All rights reserved.