@JsType(isNative=true) public abstract class JQueryProducer extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
JQueryProducer.JQuery<T extends JQueryProducer.JQueryElement>
The JQuery function, used to enhance regular elements.
|
static interface |
JQueryProducer.JQueryArray
Interface for an element array returned by some
JQueryProducer.JQueryElement methods. |
static interface |
JQueryProducer.JQueryElement
Interface for enhanced JQuery elements, exposing API for some convenient methods for getting children or inserting
sibling elements.
|
Constructor and Description |
---|
JQueryProducer() |
Modifier and Type | Method and Description |
---|---|
static JQueryProducer.JQuery |
get()
Declares a producer for the JQuery function, allowing it to be injected via Errai IoC.
|
@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.
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.