T
- The Presenter typepublic interface UberView<T> extends com.google.gwt.user.client.ui.IsWidget, HasPresenter<T>
@Inject
the 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.
init
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.