Class ModelerPropsPanelUiHelper
java.lang.Object
io.jmix.bpmui.screen.modeler.properties.ModelerPropsPanelUiHelper
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongenerateCandidateGroupFieldCaption(String candidateGroupsValue, CandidateGroupsSource candidateGroupsSource) voidhandleCommonPropertiesChanged(InstanceContainer.ItemPropertyChangeEvent<? extends HasBusinessId> event, BpmnModeler modeler) Handles a modification of the following common properties: businessId name async documentation<T> voidmoveTableItemDown(CollectionContainer<T> collectionContainer, ListComponent<T> table, Runnable afterMoveCommand) <T> voidmoveTableItemUp(CollectionContainer<T> collectionContainer, ListComponent<T> table, Runnable afterMoveCommand) 
- 
Field Details- 
dataManager
- 
messages
 
- 
- 
Constructor Details- 
ModelerPropsPanelUiHelperpublic ModelerPropsPanelUiHelper()
 
- 
- 
Method Details- 
handleCommonPropertiesChangedpublic void handleCommonPropertiesChanged(InstanceContainer.ItemPropertyChangeEvent<? extends HasBusinessId> event, BpmnModeler modeler) Handles a modification of the following common properties:- businessId
- name
- async
- documentation
 
- 
moveTableItemUppublic <T> void moveTableItemUp(CollectionContainer<T> collectionContainer, ListComponent<T> table, Runnable afterMoveCommand) 
- 
moveTableItemDownpublic <T> void moveTableItemDown(CollectionContainer<T> collectionContainer, ListComponent<T> table, Runnable afterMoveCommand) 
- 
generateCandidateGroupFieldCaptionpublic String generateCandidateGroupFieldCaption(String candidateGroupsValue, CandidateGroupsSource candidateGroupsSource) 
- 
getFormFieldTypesOptionsMap
- 
getProcessVariableTypesOptionsMap
 
-