Class CandidateGroupsEdit
java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.ui.screen.StandardEditor<AssignmentDetailsModel>
io.jmix.bpmui.screen.modeler.properties.candidategroup.CandidateGroupsEdit
- All Implemented Interfaces:
ChangeTracker,EditorScreen<AssignmentDetailsModel>,FrameOwner,ReadOnlyAwareScreen
@UiController("bpm_GroupCandidatesEdit")
@UiDescriptor("candidate-groups-edit.xml")
public class CandidateGroupsEdit
extends StandardEditor<AssignmentDetailsModel>
-
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 List<CandidateGroupsSource>protected BeanMethodModelHelperprotected ComboBox<CandidateGroupsSource>protected ClassPathScannerprotected DataManagerprotected Metadataprotected ComboBox<MethodInfo>protected GroupBoxLayoutprotected CollectionContainer<UserGroup>Fields 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 TypeMethodDescriptionprotected Consumer<HasValue.ValueChangeEvent>getValueChangeEventConsumer(String providerBeanName, String methodName, List<BeanMethodParamModel> beanMethodParamModels) protected voidprotected voidprotected voidonAssignmentDetailsModelDcItemPropertyChange(InstanceContainer.ItemPropertyChangeEvent<AssignmentDetailsModel> event) protected voidprotected voidprotected voidvoidprotected voidvoidvoidsetAvailableCandidateGroupSourceList(List<CandidateGroupsSource> availableCandidateGroupSourceList) voidsetModeler(BpmnModeler modeler) voidsetParentModelElementBusinessId(String parentModelElementBusinessId) protected voidupdateAssignmentDetailsModel(String providerBeanName, String methodName, List<BeanMethodParamModel> beanMethodParamModels) protected voidMethods 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, isUiListComponentsValidationEnabled, 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, isScreenAction, setApplicationContext, setExtensions, setId, setScreenData, setUiEventListeners, setWindow, show
-
Field Details
-
userGroupsDc
-
dataManager
-
classPathScanner
-
beanMethodModelHelper
-
candidateGroupsExpressionField
-
userGroupsTable
-
userGroupListProviderLookup
-
candidateGroupsSourceLookup
-
userGroupListProviderMethodParamsBox
-
userGroupListProviderMethodNameLookup
-
metadata
-
availableCandidateGroupSourceList
-
-
Constructor Details
-
CandidateGroupsEdit
public CandidateGroupsEdit()
-
-
Method Details
-
setParentModelElementBusinessId
-
setModeler
-
onBeforeShow
-
initComponentsVisibility
protected void initComponentsVisibility() -
onAssignmentDetailsModelDcItemPropertyChange
@Subscribe(id="assignmentDetailsModelDc", target=DATA_CONTAINER) protected void onAssignmentDetailsModelDcItemPropertyChange(InstanceContainer.ItemPropertyChangeEvent<AssignmentDetailsModel> event) -
onUserGroupListProviderLookupValueChange
@Subscribe("userGroupListProviderLookup") protected void onUserGroupListProviderLookupValueChange(HasValue.ValueChangeEvent<String> event) -
onCandidateGroupsExpressionFieldValueChange
@Subscribe("candidateGroupsExpressionField") protected void onCandidateGroupsExpressionFieldValueChange(HasValue.ValueChangeEvent<String> event) -
onUserGroupsDcCollectionChange
@Subscribe(id="userGroupsDc", target=DATA_CONTAINER) protected void onUserGroupsDcCollectionChange(CollectionContainer.CollectionChangeEvent<UserGroup> event) -
onUserGroupsTableExclude
@Subscribe("userGroupsTable.exclude") public void onUserGroupsTableExclude(Action.ActionPerformedEvent event) -
updateCandidateGroupsValue
protected void updateCandidateGroupsValue() -
candidateGroupsValueToUserGroupList
-
initUserGroupListProviderLookup
protected void initUserGroupListProviderLookup() -
setAvailableCandidateGroupSourceList
public void setAvailableCandidateGroupSourceList(List<CandidateGroupsSource> availableCandidateGroupSourceList) -
onUserGroupListProviderMethodNameFieldValueChange
@Subscribe("userGroupListProviderMethodNameLookup") public void onUserGroupListProviderMethodNameFieldValueChange(HasValue.ValueChangeEvent<MethodInfo> event) -
getValueChangeEventConsumer
protected Consumer<HasValue.ValueChangeEvent> getValueChangeEventConsumer(String providerBeanName, String methodName, List<BeanMethodParamModel> beanMethodParamModels) -
updateAssignmentDetailsModel
protected void updateAssignmentDetailsModel(String providerBeanName, String methodName, List<BeanMethodParamModel> beanMethodParamModels)
-