Relative Content

Tag Archive for mvp

Where and how to reference composite MVP components?

I am learning about the MVP (Model-View-Presenter) Passive View flavour of MVC. I intend to expose events from view interfaces rather than using the observer pattern to remove explicit coupling with presenter.

Is selection in Taligent MVP assumed to be a Selection Model?

By reading the traditional Taligent paper, I can’t find a definite answer to what they mean by Selection. The selection could be just a set of indices referring to entries in the Model, so that a Command can act on the proper Model subset, but what is not clear from the Paper is how they represent this selection in the View.

Is selection in Taligent MVP assumed to be a Selection Model?

By reading the traditional Taligent paper, I can’t find a definite answer to what they mean by Selection. The selection could be just a set of indices referring to entries in the Model, so that a Command can act on the proper Model subset, but what is not clear from the Paper is how they represent this selection in the View.

Is selection in Taligent MVP assumed to be a Selection Model?

By reading the traditional Taligent paper, I can’t find a definite answer to what they mean by Selection. The selection could be just a set of indices referring to entries in the Model, so that a Command can act on the proper Model subset, but what is not clear from the Paper is how they represent this selection in the View.