Class CaseStageItemViewImpl

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

    @Dependent
    @Templated
    public class CaseStageItemViewImpl
    extends AbstractView<CaseStagesPresenter>
    implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseStageSummary>, org.jboss.errai.common.client.api.IsElement
    • Constructor Detail

      • CaseStageItemViewImpl

        public CaseStageItemViewImpl()
    • 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.cm.model.CaseStageSummary getValue()
        Specified by:
        getValue in interface com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseStageSummary>
      • setValue

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