Interface TaskLogsPresenter.TaskLogsView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void hideLoadButton​(boolean hidden)  
      void setLogs​(List<org.jbpm.workbench.ht.model.TaskEventSummary> logs)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

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

        getElement
    • Method Detail

      • setLogs

        void setLogs​(List<org.jbpm.workbench.ht.model.TaskEventSummary> logs)
      • hideLoadButton

        void hideLoadButton​(boolean hidden)