Class CaseInstanceViewImpl

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

    @Dependent
    @Templated(stylesheet="CaseInstanceViewImpl.css")
    public class CaseInstanceViewImpl
    extends AbstractView<CaseInstanceListPresenter>
    implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseInstanceSummary>, org.jboss.errai.common.client.api.IsElement
    • Constructor Detail

      • CaseInstanceViewImpl

        public CaseInstanceViewImpl()
    • Method Detail

      • getValue

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

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

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

        @EventHandler("cancel")
        public void onCancelClick​(@ForEvent("click")
                                  org.jboss.errai.common.client.dom.MouseEvent event)
      • onCloseClick

        @EventHandler("close")
        public void onCloseClick​(@ForEvent("click")
                                 org.jboss.errai.common.client.dom.MouseEvent event)
      • onCaseInstanceClick

        @EventHandler("case-details")
        public void onCaseInstanceClick​(@ForEvent("click")
                                        org.jboss.errai.common.client.dom.MouseEvent event)