Class JQueryProducer
- java.lang.Object
-
- org.uberfire.client.views.pfly.widgets.JQueryProducer
-
@JsType(isNative=true) public abstract class JQueryProducer extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJQueryProducer.JQuery<T extends JQueryProducer.JQueryElement>The JQuery function, used to enhance regular elements.static interfaceJQueryProducer.JQueryArrayInterface for an element array returned by someJQueryProducer.JQueryElementmethods.static interfaceJQueryProducer.JQueryElementInterface for enhanced JQuery elements, exposing API for some convenient methods for getting children or inserting sibling elements.
-
Constructor Summary
Constructors Constructor Description JQueryProducer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JQueryProducer.JQueryget()Declares a producer for the JQuery function, allowing it to be injected via Errai IoC.
-
-
-
Method Detail
-
get
@Produces @JsProperty(name="$", namespace="<global>") public static JQueryProducer.JQuery get()Declares a producer for the JQuery function, allowing it to be injected via Errai IoC.
JsPropertyis used so that GWT translates method calls to property access of the globally-scoped$symbol.
-
-