@JsType(isNative=true) public abstract class JQueryElementalProducer extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
JQueryElementalProducer.JQuery<T extends JQueryElementalProducer.JQueryElement>
The JQuery function, used to enhance regular elements.
|
static interface |
JQueryElementalProducer.JQueryElement
Interface for enhanced JQuery elements.
|
Constructor and Description |
---|
JQueryElementalProducer() |
Modifier and Type | Method and Description |
---|---|
static JQueryElementalProducer.JQuery |
get()
Declares a producer for the JQuery function, allowing it to be injected via Errai IoC.
|
@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.
JsProperty
is used so that GWT translates method calls to property access of the globally-scoped $
symbol.
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.