Class JobDataDetailView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<ViewLayout>
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, FacetOwner, FragmentOwner, ChangeTracker, DetailView<JobData>, HasEditedEntity<JobData>, ReadOnlyAwareView, ReadOnlyTracker, SupportEntityLock<JobData>, Serializable

@RouteAlias(value="bpm/jobdata/:id", layout=DefaultMainViewParent.class) @Route(value="bpm/job-data/: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

  • 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)
    • onDeleteFailedJobAction

      @Subscribe("deleteFailedJobAction") public void onDeleteFailedJobAction(ActionPerformedEvent event)