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

@DependsOnStateOfAllProperties annotation #29

Open
roberttaylor426 opened this issue Dec 8, 2011 · 0 comments
Open

@DependsOnStateOfAllProperties annotation #29

roberttaylor426 opened this issue Dec 8, 2011 · 0 comments
Labels

Comments

@roberttaylor426
Copy link
Contributor

In some cases we might want to update a property whenever any other property in the presentation model changes.

For example, consider an input form with a submit button that should only be enabled when all of the input fields are non-empty. A property that represents the enabled state of the submit button would want to be refreshed every time one of the other properties changed.

This might still be a rare case, so we will wait to see if other use cases come up.

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

1 participant