presenter
How to pass argument to delegate method in Rails
I would like to have a Dashboard to display summary of multiple models, and I implemented it using Presenter without its own data. I use an ActiveModel class (without data table):[详细]
2023-04-08 15:42 分类:问答Can Ninject inject a class and make it reference the target class as a back reference?
I want to inject a presenter into my webform class. While doing so I would like the injected presenter to contain a reference to the view it is being injected into. Inject a class with a reference to[详细]
2023-03-29 23:30 分类:问答Model View Presenter - how to implement complex Properties in an IView interace
I am finding it difficult understanding how best to implement \'IView\' interface properties which are not simple types, and was wondering how others approach this in a Model View Presenter applicatio[详细]
2023-03-27 18:42 分类:问答Benefits of Presenter pattern for controller testing
I\'m participating in a project, which extersively uses Presenter pattern. I don\'t see a benefits of it, because all the methods of Presenter class are trivial, like this:[详细]
2023-03-16 18:24 分类:问答In a unit test perspective: should the view specify presenter or the other way around in GWT MVP?
In tutorials on GWT Google uses to different approaches to do MVP, ei开发者_如何转开发ther the View specifies the Presenter or the Presenter specifies the View. The first one is used when using Activi[详细]
2023-03-02 00:34 分类:问答How many presenters should be used in Model View Presenter with Winforms with tabs?
I have a form with tabs related to a business entity - e.g. a Person has biographical data, address data, etc.Each tab handles input/editing of a category of Person data, and each tab can be saved ind[详细]
2023-02-04 17:26 分类:问答Make the Stage transparent with Actionscript 2?
I have been given a build struct开发者_StackOverflowure that is essentially a shell swf, which I have full access to, and it loads in swf content from Articulate, Presenter, Quizmaker and Engage.[详细]
2023-02-04 05:32 分类:问答C# Where to put view specific information?
I\'m trying to reduce the code duplication that exists throughout my asp.net web forms. This is what an example object loaded from the database looks like.[详细]
2023-01-04 04:43 分类:问答