Class ExecutionListenerEdit

java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.ui.screen.StandardEditor<ExecutionListenerModel>
io.jmix.bpmui.screen.modeler.properties.executionlistener.ExecutionListenerEdit
All Implemented Interfaces:
ChangeTracker, EditorScreen<ExecutionListenerModel>, FrameOwner, ReadOnlyAwareScreen

@UiController("ExecutionListenerModel.edit") @UiDescriptor("execution-listener-edit.xml") public class ExecutionListenerEdit extends StandardEditor<ExecutionListenerModel>
  • Field Details

  • Constructor Details

    • ExecutionListenerEdit

      public ExecutionListenerEdit()
  • Method Details

    • onBeforeShow

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

      protected void initEventLookup()
    • initTypeLookup

      protected void initTypeLookup()
    • 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 type)
    • onExecutionListenerDcItemPropertyChange

      @Subscribe(id="executionListenerDc", target=DATA_CONTAINER) protected void onExecutionListenerDcItemPropertyChange(InstanceContainer.ItemPropertyChangeEvent<ExecutionListenerModel> event)