Class CaseInstanceListViewImpl
- java.lang.Object
-
- org.jbpm.workbench.cm.client.util.AbstractView<CaseInstanceListPresenter>
-
- org.jbpm.workbench.cm.client.list.CaseInstanceListViewImpl
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.util.CaseInstanceSearchRequest>,org.jboss.errai.common.client.api.IsElement,CaseInstanceListPresenter.CaseInstanceListView,org.uberfire.client.mvp.HasPresenter<CaseInstanceListPresenter>,org.uberfire.client.mvp.UberElement<CaseInstanceListPresenter>
@Dependent @Templated(stylesheet="CaseInstanceListViewImpl.css") public class CaseInstanceListViewImpl extends AbstractView<CaseInstanceListPresenter> implements CaseInstanceListPresenter.CaseInstanceListView
-
-
Field Summary
-
Fields inherited from class org.jbpm.workbench.cm.client.util.AbstractView
presenter
-
-
Constructor Summary
Constructors Constructor Description CaseInstanceListViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()org.jbpm.workbench.cm.util.CaseInstanceSearchRequestgetValue()voidinit(CaseInstanceListPresenter presenter)voidsetCaseInstanceList(List<org.jbpm.workbench.cm.model.CaseInstanceSummary> caseInstanceList)voidsetValue(org.jbpm.workbench.cm.util.CaseInstanceSearchRequest value)-
Methods inherited from class org.jbpm.workbench.cm.client.util.AbstractView
tooltip
-
-
-
-
Method Detail
-
init
public void init(CaseInstanceListPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<CaseInstanceListPresenter>- Overrides:
initin classAbstractView<CaseInstanceListPresenter>
-
setValue
public void setValue(org.jbpm.workbench.cm.util.CaseInstanceSearchRequest value)
- Specified by:
setValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.util.CaseInstanceSearchRequest>
-
getValue
public org.jbpm.workbench.cm.util.CaseInstanceSearchRequest getValue()
- Specified by:
getValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.util.CaseInstanceSearchRequest>
-
setCaseInstanceList
public void setCaseInstanceList(List<org.jbpm.workbench.cm.model.CaseInstanceSummary> caseInstanceList)
- Specified by:
setCaseInstanceListin interfaceCaseInstanceListPresenter.CaseInstanceListView
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
-