Class JQueryProducer


  • @JsType(isNative=true)
    public abstract class JQueryProducer
    extends Object
    • Constructor Detail

      • JQueryProducer

        public JQueryProducer()
    • 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.

        JsProperty is used so that GWT translates method calls to property access of the globally-scoped $ symbol.