Questions tagged [presenter]

In MVP pattern the presenter acts upon the model and the view. It retrieves data from repositories (the model), and formats it for display in the view.

143 questions
0
votes
1 answer

What kind of trouble if using _global in swf for presenter

I have to transform a lot of swf to using them in Presenter. They are old (AS1) and was developed with a lot of "_root" everywhere ("_root" don't work in Presener). So my idea was to set a global variable like this : _global.myUniqueVariable =…
0
votes
2 answers

GWTP - Clear PopoupSlot

I'm new in programming gwtp and have a problem using the popupslot: I have several nested presenters. One presenter reveals a popup dialog. Every time, when this presenter is revealed, the popup dialog is shown - incl. the last field values. How can…
stoi
  • 61
  • 1
  • 6
0
votes
0 answers

Trigger if the ItemsPresenter is the first item

I create a new template. I wish that the ItemsPresenter will not be displayed if it is the first element. I would solve this with a trigger. But i don't know what I specify as the condition?
David
  • 4,027
  • 10
  • 50
  • 102
0
votes
1 answer

Apotomo alternative

The information on the home page of the project I'm working has been piling up that now we are looking for something to create a dashboard-like interface. That's how I found Apotomo, but I'm wondering what would be some alternatives worth looking…
Marius Butuc
  • 17,781
  • 22
  • 77
  • 111
0
votes
2 answers

Dynamically Adding Different Views Using MVP

First off let me say this is my first attempt into trying MVP. I am going for the Passive View approach as I want to completely decouple the Views from the Model. I have read up on MVP by reading the following articles among others Derek…
jpino
  • 11
  • 2
-1
votes
0 answers

Multipresenter for kali linux

want to connect my laptop to presenter for presentation but multi presenter software is not available for Kali Linux any alternative to do this? i tried to install it using wine but it did not installed i cannot do it in virtual machine
-1
votes
1 answer

using one form to show all form C#

So a few weeks ago I asked how to show all the forms in one screen and I got a great answer. The code that I use is in the link. And then I discovered that it doesn't show the datebase and the buttons won't work and it's because I'm using a…
hen shalom
  • 127
  • 1
  • 1
  • 9
-3
votes
2 answers

How to pass List data from Activity to presenter(MVP) in android

How to pass list data from activity to presenter.I have tried activityname.listname but its getting NULL . Could I know how to call? MainActivity.java public List arraylist = new ArrayList(); …
Android
  • 3
  • 5
1 2 3
9
10