Interface ProcessInstanceLogPresenter.ProcessInstanceLogView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void hideLoadButton​(boolean hidden)  
      void setLogsList​(List<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary> processInstanceLogSummaries)  
      • Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator

        hideBusyIndicator, showBusyIndicator
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
      • Methods inherited from interface org.jbpm.workbench.common.client.list.ListView

        clearBlockingError, displayBlockingError, displayNotification, getListGrid
      • Methods inherited from interface org.jbpm.workbench.common.client.list.MultiGridView

        addActiveFilter, getSortColumn, isSortAscending, loadListTable, removeActiveFilter, removeAllActiveFilters, setSaveFilterCallback
    • Method Detail

      • setLogsList

        void setLogsList​(List<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary> processInstanceLogSummaries)
      • hideLoadButton

        void hideLoadButton​(boolean hidden)