Hi, Is there any best approache and/or interface that can be used to expose the GXT Grid to Activity from a View in GWT MVP without leaking the UI code in Activity. For example, I would expose Button/TextBox to Activity as like below from View:
I am trying to mean the similar thing - ? http://stackoverflow.com/questions/6...ttern-with-gwtCode:public interface UsersView extends isWidget { HasClickHandler getButton(); HasText getUserText(); }