Interface UberElement<T>

  • Type Parameters:
    T - The Presenter type
    All Superinterfaces:
    HasPresenter<T>, org.jboss.errai.common.client.api.IsElement

    @Deprecated
    public interface UberElement<T>
    extends org.jboss.errai.common.client.api.IsElement, HasPresenter<T>
    Deprecated.
    Use UberElemental and elemental2 instead.
    Interface to inject a Presenter into a View for MVP-based Element implementations. Due to limitations with CDI it is not possible to @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.

    • Method Summary

      • Methods inherited from interface org.jboss.errai.common.client.api.IsElement

        getElement