Class JQueryElementalProducer
- java.lang.Object
-
- org.uberfire.client.views.pfly.widgets.JQueryElementalProducer
-
@JsType(isNative=true) public abstract class JQueryElementalProducer extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJQueryElementalProducer.JQuery<T extends JQueryElementalProducer.JQueryElement>The JQuery function, used to enhance regular elements.static interfaceJQueryElementalProducer.JQueryElementInterface for enhanced JQuery elements.
-
Constructor Summary
Constructors Constructor Description JQueryElementalProducer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JQueryElementalProducer.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 JQueryElementalProducer.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.
-
-