Package io.jmix.bpmflowui.util
Class ModelerPropsPanelUiHelper
java.lang.Object
io.jmix.bpmflowui.util.ModelerPropsPanelUiHelper
- 
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, com.vaadin.flow.component.grid.Grid<T> table, Runnable afterMoveCommand) <T> voidmoveTableItemUp(CollectionContainer<T> collectionContainer, com.vaadin.flow.component.grid.Grid<T> table, Runnable afterMoveCommand) 
- 
Constructor Details- 
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, com.vaadin.flow.component.grid.Grid<T> table, Runnable afterMoveCommand) 
- 
moveTableItemDownpublic <T> void moveTableItemDown(CollectionContainer<T> collectionContainer, com.vaadin.flow.component.grid.Grid<T> table, Runnable afterMoveCommand) 
- 
generateCandidateGroupFieldCaptionpublic String generateCandidateGroupFieldCaption(String candidateGroupsValue, CandidateGroupsSource candidateGroupsSource) 
- 
getFormFieldTypesOptionsMap
- 
getProcessVariableTypesOptionsMap
 
-