Interface JQueryProducer.JQuery<T extends JQueryProducer.JQueryElement>

  • Enclosing class:
    JQueryProducer
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @JsFunction
    @FunctionalInterface
    public static interface JQueryProducer.JQuery<T extends JQueryProducer.JQueryElement>

    The JQuery function, used to enhance regular elements.

    • Method Detail

      • wrap

        T wrap​(org.jboss.errai.common.client.dom.Element element)