How to add a gwt widget to a gwt Composite already visible at runtime using MVP?
- by mary4pfc
Hi!
I'm building an application whose menus depend on user roles. Once user is logged in and, therefore, her roles are known, I want to create the Hyperlinks related to the user and add them to the menu.
I'm using MVP. Here's my code for the presenter:
public class AdminMenuAreaPresenter extends…