@UiController(value="bpm_ProcessVariable.edit") @UiDescriptor(value="process-variable-edit.xml") public class ProcessVariableEdit extends io.jmix.ui.screen.StandardEditor<ProcessVariableModel>
io.jmix.ui.screen.StandardEditor.AfterCommitChangesEvent, io.jmix.ui.screen.StandardEditor.BeforeCommitChangesEvent, io.jmix.ui.screen.StandardEditor.InitEntityEvent<E>, io.jmix.ui.screen.StandardEditor.ValidationEvent
io.jmix.ui.screen.Screen.AfterCloseEvent, io.jmix.ui.screen.Screen.AfterDetachEvent, io.jmix.ui.screen.Screen.AfterInitEvent, io.jmix.ui.screen.Screen.AfterShowEvent, io.jmix.ui.screen.Screen.BeforeCloseEvent, io.jmix.ui.screen.Screen.BeforeShowEvent, io.jmix.ui.screen.Screen.InitEvent
Modifier and Type | Field and Description |
---|---|
protected io.jmix.ui.component.ComboBox<java.lang.String> |
entityNameLookupField |
protected io.jmix.ui.component.ComboBox<java.lang.String> |
enumClassLookupField |
protected io.jmix.core.MessageTools |
messageTools |
protected io.jmix.core.Metadata |
metadata |
protected io.jmix.core.MetadataTools |
metadataTools |
protected ModelerPropsPanelUiHelper |
modelerPropsPanelUiHelper |
protected io.jmix.ui.model.InstanceContainer<ProcessVariableModel> |
processVariableDc |
protected io.jmix.ui.model.CollectionPropertyContainer<ProcessVariablePropertyModel> |
propertiesDc |
protected io.jmix.ui.component.ComboBox<java.lang.String> |
typeLookupField |
commitActionPerformed, showEnableEditingBtn, showSaveNotification
Constructor and Description |
---|
ProcessVariableEdit() |
Modifier and Type | Method and Description |
---|---|
protected java.util.function.Consumer<io.jmix.ui.component.HasValue.ValueChangeEvent<java.lang.String>> |
createProcessVariablePropertyValueChangeListener(java.lang.String propertyName) |
protected java.util.Map<java.lang.String,java.lang.String> |
getProcessVariableTypeOptionsMap() |
protected void |
initEntityNameLookupField(ProcessVariableModel processVariable) |
protected void |
initEnumClassLookupField(ProcessVariableModel processVariable) |
protected void |
initFieldsVisibility(ProcessVariableModel processVariable) |
protected void |
onBeforeShow(io.jmix.ui.screen.Screen.BeforeShowEvent event) |
void |
onProcessVariableDcItemPropertyChange(io.jmix.ui.model.InstanceContainer.ItemPropertyChangeEvent<ProcessVariableModel> event) |
addAfterCommitChangesListener, addBeforeCommitChangesListener, addDefaultCloseAction, addDefaultCommitAction, addDefaultCommitAndCloseAction, addDefaultEnableEditingAction, addInitEntityListener, addValidationEventListener, cancel, closeWithCommit, closeWithDiscard, commit, commitAndClose, commitChanges, disableCommitActions, doNotReloadEditedEntity, editedEntityCommitted, editedEntityModified, enableEditing, getEditedEntity, getEditedEntityContainer, getEditedEntityLoader, getSaveNotificationCaption, getWindowActionOptional, hasUnsavedChanges, initActions, isCrossFieldValidate, isEntityModified, isEntityModifiedInParentContext, isEntityModifiedRecursive, isLocked, isReadOnly, isReadOnlyDueToLock, isShowSaveNotification, preventUnsavedChanges, releaseLock, setCrossFieldValidate, setEntityModified, setEntityToEdit, setReadOnly, setShowSaveNotification, setupEntityToEdit, setupLock, setupModifiedTracking, showSaveNotification, validateAdditionalRules, validateScreen, validateUiComponents
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
@Autowired protected io.jmix.ui.model.InstanceContainer<ProcessVariableModel> processVariableDc
@Autowired protected io.jmix.ui.model.CollectionPropertyContainer<ProcessVariablePropertyModel> propertiesDc
@Autowired protected io.jmix.ui.component.ComboBox<java.lang.String> typeLookupField
@Autowired protected io.jmix.ui.component.ComboBox<java.lang.String> entityNameLookupField
@Autowired protected io.jmix.ui.component.ComboBox<java.lang.String> enumClassLookupField
@Autowired protected ModelerPropsPanelUiHelper modelerPropsPanelUiHelper
@Autowired protected io.jmix.core.Metadata metadata
@Autowired protected io.jmix.core.MetadataTools metadataTools
@Autowired protected io.jmix.core.MessageTools messageTools
@Subscribe protected void onBeforeShow(io.jmix.ui.screen.Screen.BeforeShowEvent event)
protected java.util.Map<java.lang.String,java.lang.String> getProcessVariableTypeOptionsMap()
protected void initFieldsVisibility(ProcessVariableModel processVariable)
protected void initEntityNameLookupField(ProcessVariableModel processVariable)
protected void initEnumClassLookupField(ProcessVariableModel processVariable)
@Subscribe(id="processVariableDc", target=DATA_CONTAINER) public void onProcessVariableDcItemPropertyChange(io.jmix.ui.model.InstanceContainer.ItemPropertyChangeEvent<ProcessVariableModel> event)
protected java.util.function.Consumer<io.jmix.ui.component.HasValue.ValueChangeEvent<java.lang.String>> createProcessVariablePropertyValueChangeListener(java.lang.String propertyName)