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>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.ui.screen.StandardEditor
StandardEditor.AfterCommitChangesEvent, StandardEditor.BeforeCommitChangesEvent, StandardEditor.InitEntityEvent<E>, StandardEditor.ValidationEventNested classes/interfaces inherited from class io.jmix.ui.screen.Screen
Screen.AfterCloseEvent, Screen.AfterDetachEvent, Screen.AfterInitEvent, Screen.AfterShowEvent, Screen.BeforeCloseEvent, Screen.BeforeShowEvent, Screen.InitEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BpmnXmlParserprotected Messagesprotected Notificationsprotected Stringprotected StringFields inherited from class io.jmix.ui.screen.StandardEditor
commitActionPerformed, showEnableEditingBtn, showSaveNotificationFields inherited from interface io.jmix.ui.screen.EditorScreen
ENABLE_EDITING, WINDOW_CLOSE, WINDOW_COMMIT, WINDOW_COMMIT_AND_CLOSEFields inherited from interface io.jmix.ui.screen.FrameOwner
NO_OPTIONS, WINDOW_CLOSE_ACTION, WINDOW_COMMIT_AND_CLOSE_ACTION, WINDOW_DISCARD_AND_CLOSE_ACTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractProcessFieldsAndVariablesNames(String sourceProcessBpmnXml) voidprotected voidvoidsetSourceProcessBpmnXml(String sourceProcessBpmnXml) voidsetTargetProcessBpmnXml(String targetProcessBpmnXml) voidvoidMethods inherited from class io.jmix.ui.screen.StandardEditor
addAfterCommitChangesListener, addBeforeCommitChangesListener, addDefaultCloseAction, addDefaultCommitAction, addDefaultCommitAndCloseAction, addDefaultEnableEditingAction, addInitEntityListener, addValidationEventListener, cancel, closeWithCommit, closeWithDiscard, commit, commitAndClose, commitChanges, disableCommitActions, doNotReloadEditedEntity, enableEditing, getEditedEntity, getEditedEntityContainer, getEditedEntityLoader, getSaveNotificationCaption, getWindowActionOptional, hasUnsavedChanges, initActions, isCrossFieldValidate, isEntityModifiedInParentContext, isEntityModifiedRecursive, isLocked, isModifiedAfterOpen, isReadOnly, isReadOnlyDueToLock, isShowSaveNotification, onChangeEvent, onPostCommitEvent, preventUnsavedChanges, releaseLock, setCrossFieldValidate, setEntityToEdit, setModifiedAfterOpen, setReadOnly, setShowSaveNotification, setupEntityToEdit, setupLock, setupModifiedTracking, showSaveNotification, validateAdditionalRules, validateScreen, validateUiComponentsMethods inherited from class io.jmix.ui.screen.Screen
addAfterCloseListener, addAfterDetachListener, addAfterInitListener, addAfterShowListener, addBeforeCloseListener, addBeforeShowListener, addInitListener, addUrlParamsChangeListener, close, close, closeWithDefaultAction, fireEvent, getApplicationContext, getEventHub, getExtensions, getId, getScreenData, getUiEventListeners, getWindow, isMultipleOpen, isSameScreen, setApplicationContext, setExtensions, setId, setScreenData, setUiEventListeners, setWindow, show
-
Field Details
-
sourceLookup
-
targetLookup
-
sourceExpressionField
-
bpmnXmlParser
-
notifications
-
messages
-
sourceProcessBpmnXml
-
targetProcessBpmnXml
-
-
Constructor Details
-
InOutBindingModelEdit
public InOutBindingModelEdit()
-
-
Method Details
-
onBeforeShow
-
sourceLookupEnterPressHandler
@Install(to="sourceLookup", subject="enterPressHandler") public void sourceLookupEnterPressHandler(HasEnterPressHandler.EnterPressEvent event) -
targetLookupEnterPressHandler
@Install(to="targetLookup", subject="enterPressHandler") public void targetLookupEnterPressHandler(HasEnterPressHandler.EnterPressEvent event) -
setSourceProcessBpmnXml
-
setTargetProcessBpmnXml
-
extractProcessFieldsAndVariablesNames
-
onBeforeClose
-