Protected
Optional
_Protected
Readonly
onProtected
Readonly
onProtected
toThis event is fired when the content of the dirty
variable changes.
Optional
applyApplies the given snapshot to the dirty state.
Optional
createCreates a snapshot of the dirty state. See also Saveable.Snapshot.
Optional
revertOptional
savePerforms the save operation with a new file name.
Optional
serializeSerializes the full state of the saveable item to a binary buffer.
This event is fired when the content of the saveable changes. While
onDirtyChanged
is fired to notify the UI that the widget is dirty,onContentChanged
is used for the auto save throttling.