Data Components
Data components are non-visual elements of views that provide loading of data, binding it to data-aware visual components and saving changed data back to the data store.
Flow UI data components are identical to those of classic UI, with the following differences in DataContext
:
-
The method of saving changes is called
save()
instead ofcommit()
. -
Events sent before and after saving are called
PreSaveEvent
andPostSaveEvent
.
Was this page helpful?
Thank you for your feedback