Class NodeInstanceItemView

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

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

      • NodeInstanceItemView

        public NodeInstanceItemView()
    • Method Detail

      • getElement

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

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

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

        public void addAction​(org.jboss.errai.common.client.dom.EventListener<org.jboss.errai.common.client.dom.MouseEvent> onclick,
                              String label)