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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Twrap(org.jboss.errai.common.client.dom.Element element)
-
-
-
Method Detail
-
wrap
T wrap(org.jboss.errai.common.client.dom.Element element)
-
-