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

GUI needs extended View/model interface #76

Open
JulesGosnell opened this issue Mar 6, 2011 · 0 comments
Open

GUI needs extended View/model interface #76

JulesGosnell opened this issue Mar 6, 2011 · 0 comments

Comments

@JulesGosnell
Copy link
Owner

I'd like to take a GUI View attach a Model, see the data, then detach that Model and attach another...

However - The GUI View requires Metadata to drive e.g. the number of columns in a Grid.

This needs to be returned by Model.registerView.

The View needs to be responsible for this call, since it needs to take the returning Metadata and Data and update itself. At the moment, View does not encapsulate the making of this call, resulting in lots of ugly update code everywhere...

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

No branches or pull requests

1 participant