time | Calls | line |
|---|
| | 680 | function commitPropertyChanges(this)
|
| | 681 | % It's possible that PeerModelInfo has not been set yet. If
|
| | 682 | % that's the case, then there is no synchronizer, and therefore
|
| | 683 | % no coalescer to flush.
|
0.004 | 333 | 684 | if ~isempty(this.PeerModelInfo)
|
0.022 | 333 | 685 | if matlab.ui.internal.componentframework.services.core.eventhandling.WebEventHandlingService.isPeerModel(this.PeerModelInfo.PeerModelManager)
|
| | 686 | this.PeerModelInfo.Synchronizer.flushCoalescer;
|
< 0.001 | 333 | 687 | else
|
0.011 | 333 | 688 | this.PeerModelInfo.PeerModelManager.manualCommit;
|
< 0.001 | 333 | 689 | end
|
< 0.001 | 333 | 690 | end
|
< 0.001 | 333 | 691 | end
|
Other subfunctions in this file are not included in this listing.