Interface CaseInstanceListPresenter.CaseInstanceListView

  • All Superinterfaces:
    org.uberfire.client.mvp.HasPresenter<CaseInstanceListPresenter>, org.jboss.errai.common.client.api.IsElement, com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.util.CaseInstanceSearchRequest>, org.uberfire.client.mvp.UberElement<CaseInstanceListPresenter>
    All Known Implementing Classes:
    CaseInstanceListViewImpl
    Enclosing class:
    CaseInstanceListPresenter

    public static interface CaseInstanceListPresenter.CaseInstanceListView
    extends org.uberfire.client.mvp.UberElement<CaseInstanceListPresenter>, com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.util.CaseInstanceSearchRequest>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setCaseInstanceList​(List<org.jbpm.workbench.cm.model.CaseInstanceSummary> caseInstanceList)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface org.jboss.errai.common.client.api.IsElement

        getElement
      • Methods inherited from interface com.google.gwt.user.client.TakesValue

        getValue, setValue
    • Method Detail

      • setCaseInstanceList

        void setCaseInstanceList​(List<org.jbpm.workbench.cm.model.CaseInstanceSummary> caseInstanceList)