Class SubProcessInstanceItemView

  • All Implemented Interfaces:
    com.google.gwt.user.client.TakesValue<org.jbpm.workbench.pr.model.ProcessInstanceSummary>, org.jboss.errai.common.client.api.IsElement

    @Dependent
    @Templated(stylesheet="ProcessInstanceDiagram.css")
    public class SubProcessInstanceItemView
    extends Object
    implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.pr.model.ProcessInstanceSummary>, org.jboss.errai.common.client.api.IsElement
    • Field Detail

      • subProcessNameAnchor

        @Inject
        @DataField("sub-process-name-text")
        public org.gwtbootstrap3.client.ui.Anchor subProcessNameAnchor
    • Constructor Detail

      • SubProcessInstanceItemView

        public SubProcessInstanceItemView()
    • Method Detail

      • setValue

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

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

        public org.jboss.errai.common.client.dom.HTMLElement getElement()
        Specified by:
        getElement in interface org.jboss.errai.common.client.api.IsElement
      • onClickSubProcessInstanceId

        @EventHandler("sub-process-name-text")
        protected void onClickSubProcessInstanceId​(com.google.gwt.event.dom.client.ClickEvent event)