Package org.uberfire.client.mvp
Interface UberView<T>
-
- Type Parameters:
T- The Presenter type
- All Superinterfaces:
HasPresenter<T>,com.google.gwt.user.client.ui.IsWidget
public interface UberView<T> extends com.google.gwt.user.client.ui.IsWidget, HasPresenter<T>
Interface to inject a Presenter into a View for MVP-based Widget implementations. Due to limitations with CDI it is not possible to@Injectthe correct instance of a Presenter into a View.Developers wishing to implement MVP-based Widgets are encouraged to have their View implement this interface if they require access to the appropriate Presenter.
-
-
Method Summary
-
Methods inherited from interface org.uberfire.client.mvp.HasPresenter
init
-
-