Interface UberElemental<T>

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

    public interface UberElemental<T>
    extends org.jboss.errai.common.client.api.elemental2.IsElement, HasPresenter<T>
    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.elemental2.IsElement

        getElement