Class InOutBindingModelEdit

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

@UiController("bpm_InOutBindingModel.edit") @UiDescriptor("in-out-binding-model-edit.xml") public class InOutBindingModelEdit extends StandardEditor<InOutBindingModel>
  • Field Details

    • sourceLookup

      @Autowired protected ComboBox<String> sourceLookup
    • targetLookup

      @Autowired protected ComboBox<String> targetLookup
    • sourceExpressionField

      @Autowired protected TextField<String> sourceExpressionField
    • bpmnXmlParser

      @Autowired protected BpmnXmlParser bpmnXmlParser
    • notifications

      @Autowired protected Notifications notifications
    • messages

      @Autowired protected Messages messages
    • sourceProcessBpmnXml

      protected String sourceProcessBpmnXml
    • targetProcessBpmnXml

      protected String targetProcessBpmnXml
  • Constructor Details

    • InOutBindingModelEdit

      public InOutBindingModelEdit()
  • Method Details