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<TaskListenerModel>, ReadOnlyAwareView, Serializable

@ViewController("bpm_TaskListenerModel.edit") @ViewDescriptor("task-listener-edit.xml") public class TaskListenerEdit extends StandardDetailView<TaskListenerModel>
See Also:
  • Field Details

  • Constructor Details

    • TaskListenerEdit

      public TaskListenerEdit()
  • Method Details

    • onBeforeShow

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

      protected void initEventLookup()
    • initTypeLookup

      protected void initTypeLookup()
    • onEventLookupComponentValueChange

      @Subscribe("eventLookup") public void onEventLookupComponentValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixComboBox<String>,String> event)
    • onClassNameLookupComponentValueChange

      @Subscribe("classNameLookup") public void onClassNameLookupComponentValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<JmixComboBox<String>,String> event)
    • onDelegateExpressionFieldCustomValueSet

      @Subscribe("delegateExpressionField") public void onDelegateExpressionFieldCustomValueSet(com.vaadin.flow.component.combobox.ComboBoxBase.CustomValueSetEvent<com.vaadin.flow.component.combobox.ComboBox<String>> event)
    • onDelegateExpressionFieldComponentValueChange

      @Subscribe("delegateExpressionField") public void onDelegateExpressionFieldComponentValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<com.vaadin.flow.component.combobox.ComboBox<String>,String> event)
    • initClassNameLookup

      protected void initClassNameLookup()
    • initDelegateExpressionField

      protected void initDelegateExpressionField()
    • evaluateInitialTypeValue

      protected String evaluateInitialTypeValue()
    • getEventLookupOptionsList

      protected List<String> getEventLookupOptionsList()
    • getTypeLookupOptionsMap

      protected Map<String,String> getTypeLookupOptionsMap()
    • initFieldsVisibility

      protected void initFieldsVisibility(String taskListenerType)
    • onTaskListenerDcItemPropertyChange

      @Subscribe(id="taskListenerDc", target=DATA_CONTAINER) protected void onTaskListenerDcItemPropertyChange(InstanceContainer.ItemPropertyChangeEvent<TaskListenerModel> event)
    • onSaveAction

      @Subscribe("saveAction") public void onSaveAction(ActionPerformedEvent event)