Class ASettingsViewViewModel
java.lang.Object
de.xima.fc.workflow.designer.bpmn.model.settings.ASettingsViewViewModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssociationSettingsViewModel, BpmnExportSettingsViewModel, DataObjectSettingsViewModel, DataStoreSettingsViewModel, EventSettingsViewModel, GatewaySettingsViewModel, GeneralSettingsViewModel, InteroperabilitySettingsViewModel, LaneSettingsViewModel, ParticipantSettingsViewModel, SequenceFlowSettingsViewModel, SubProcessSettingsViewModel, TaskExportSettingsViewModel, TextAnnotationSettingsViewModel
View model for layout settings related to various
BPMN elements in BPMN diagrams.- Since:
- 8.4.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidapplyFromSettings(IWorkflowBpmnLayoutSettings settings) Applies the settings from the givenIWorkflowBpmnLayoutSettingsinstance to this view model.abstract voidApplies the settings from the givenFlowchartToBpmnConverterSettingsinstance to this view model.abstract voidApplies the settings from this view model to the givenWorkflowBpmnLayoutSettings.Builderinstance.abstract voidApplies the settings from this view model to the givenFlowchartToBpmnConverterSettings.Builderinstance.
-
Constructor Details
-
ASettingsViewViewModel
public ASettingsViewViewModel()
-
-
Method Details
-
applyFromSettings
Applies the settings from the givenIWorkflowBpmnLayoutSettingsinstance to this view model.- Parameters:
settings- The settings to apply.
-
applyFromSettings
Applies the settings from the givenFlowchartToBpmnConverterSettingsinstance to this view model.- Parameters:
settings- The settings to apply.
-
applyToBuilder
Applies the settings from this view model to the givenWorkflowBpmnLayoutSettings.Builderinstance.- Parameters:
builder- The builder to apply settings to.
-
applyToBuilder
Applies the settings from this view model to the givenFlowchartToBpmnConverterSettings.Builderinstance.- Parameters:
builder- The builder to apply settings to.
-