Class JobDataDetailView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.router.AfterNavigationObserver, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.BeforeLeaveObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.AfterNavigationHandler, com.vaadin.flow.router.internal.BeforeEnterHandler, com.vaadin.flow.router.internal.BeforeLeaveHandler, FragmentOwner, ChangeTracker, DetailView<JobData>, ReadOnlyAwareView, Serializable

@Route(value="bpm/jobdata/:id", layout=DefaultMainViewParent.class) @ViewController("bpm_JobData.detail") @ViewDescriptor("job-data-detail-view.xml") @DialogMode(width="50em", height="37.5em", resizable=true) public class JobDataDetailView extends StandardDetailView<JobData>
See Also:
  • Field Details

    • managementService

      @Autowired protected org.flowable.engine.ManagementService managementService
    • dialogs

      @Autowired protected Dialogs dialogs
    • messageBundle

      @Autowired protected MessageBundle messageBundle
    • stackTraceField

      @ViewComponent protected CodeEditor stackTraceField
  • Constructor Details

    • JobDataDetailView

      public JobDataDetailView()
  • Method Details

    • onBeforeShow

      @Subscribe protected void onBeforeShow(View.BeforeShowEvent event)
    • onRestoreFailedJobBtnClick

      @Subscribe("restoreFailedJobBtn") protected void onRestoreFailedJobBtnClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> event)
    • onDeleteFailedJobBtnClick

      @Subscribe("deleteFailedJobBtn") protected void onDeleteFailedJobBtnClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> event)