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