PeteGashek / puzzlebazar

Automatically exported from code.google.com/p/puzzlebazar
0 stars 0 forks source link

Allow presenter to add/remove themselve to a slot using a message #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now, firing a RevealContentEvent() will always end up calling 
PresenterWidget#setContent(). It would be cool if this event was augmented to 
allow a presenter to add itself as content (via #addContent()) or event to 
remove itself from the slot. This would require a new method, 
PresenterWidget#removeContent().

In this case, the RevealContentEvent() would probably be better named 
ModifyContentEvent().

Original issue reported on code.google.com by philippe.beaudoin on 25 Mar 2010 at 11:22

GoogleCodeExporter commented 8 years ago
Moved to GWTP:
http://code.google.com/p/gwt-platform/issues/detail?id=14

Original comment by philippe.beaudoin on 27 Mar 2010 at 6:08