T - The Presenter typepublic interface UberElement<T>
extends org.jboss.errai.common.client.api.IsElement
@Inject
the correct instance of a Presenter into a View.
Developers wishing to implement MVP-based Elements are encouraged to have
their View implement this interface if they require access to the appropriate
Presenter.| Modifier and Type | Method and Description |
|---|---|
void |
init(T presenter) |
void init(T presenter)
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.