Class ProcessInstanceLogItemView

  • All Implemented Interfaces:
    com.google.gwt.user.client.TakesValue<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary>, org.jboss.errai.common.client.api.IsElement, org.uberfire.client.mvp.HasPresenter<ProcessInstanceLogPresenter>, org.uberfire.client.mvp.UberElement<ProcessInstanceLogPresenter>

    @Dependent
    @Templated
    public class ProcessInstanceLogItemView
    extends org.jbpm.workbench.common.client.logs.AbstractLogItemView<ProcessInstanceLogPresenter>
    implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary>, org.jboss.errai.common.client.api.IsElement
    • Field Summary

      • Fields inherited from class org.jbpm.workbench.common.client.logs.AbstractLogItemView

        logIcon, logInfo, logTypeDesc
      • Fields inherited from class org.jbpm.workbench.common.client.util.AbstractView

        presenter
    • Constructor Detail

      • ProcessInstanceLogItemView

        public ProcessInstanceLogItemView()
    • Method Detail

      • getValue

        public org.jbpm.workbench.pr.model.ProcessInstanceLogSummary getValue()
        Specified by:
        getValue in interface com.google.gwt.user.client.TakesValue<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary>
      • setValue

        public void setValue​(org.jbpm.workbench.pr.model.ProcessInstanceLogSummary model)
        Specified by:
        setValue in interface com.google.gwt.user.client.TakesValue<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary>
      • loadProcessInstanceLogsDetails

        @EventHandler("detailsLink")
        public void loadProcessInstanceLogsDetails​(@ForEvent("click")
                                                   org.jboss.errai.common.client.dom.MouseEvent event)