Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dirty flag for model wrapper #232

Closed
sideisra opened this issue May 10, 2015 · 1 comment
Closed

dirty flag for model wrapper #232

sideisra opened this issue May 10, 2015 · 1 comment
Labels
Milestone

Comments

@sideisra
Copy link
Contributor

With the ModelWrapper it is possible to access model data directly, collect changes and write them to the model (e.g. when the user hits "save"). It would be great when this ModelWrapper could tell me when the data have been changed by the user and a save action is necessary. This "dirty flag" should be available as property so I can bind a button state or another indicator to it.

@manuel-mauky
Copy link
Collaborator

Sounds like a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants