Class ModelerPropsPanelUiHelper
java.lang.Object
io.jmix.bpmui.screen.modeler.properties.ModelerPropsPanelUiHelper
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
ModelerPropsPanelUiHelper
public ModelerPropsPanelUiHelper() 
 - 
 - 
Method Details
- 
handleCommonPropertiesChanged
public void handleCommonPropertiesChanged(InstanceContainer.ItemPropertyChangeEvent<? extends HasBusinessId> event, BpmnModeler modeler) Handles a modification of the following common properties:- businessId
 - name
 - async
 - documentation
 
 - 
moveTableItemUp
public <T> void moveTableItemUp(CollectionContainer<T> collectionContainer, ListComponent<T> table, Runnable afterMoveCommand)  - 
moveTableItemDown
public <T> void moveTableItemDown(CollectionContainer<T> collectionContainer, ListComponent<T> table, Runnable afterMoveCommand)  - 
generateCandidateGroupFieldCaption
public String generateCandidateGroupFieldCaption(String candidateGroupsValue, CandidateGroupsSource candidateGroupsSource)  - 
getFormFieldTypesOptionsMap
 - 
getProcessVariableTypesOptionsMap
 
 -