Package | Description |
---|---|
org.richfaces.ui.misc.jquery |
Modifier and Type | Field and Description |
---|---|
static JQueryTiming |
JQueryTiming.DEFAULT |
Modifier and Type | Method and Description |
---|---|
JQueryTiming |
UIJQuery.getTiming() |
abstract JQueryTiming |
AbstractJQuery.getTiming()
The timing of the jQuery attachment: "domready" (when DOM is ready), "immediate" (immediately after component client-side
code is processed).
|
static JQueryTiming |
JQueryTiming.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JQueryTiming[] |
JQueryTiming.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UIJQuery.setTiming(JQueryTiming timing) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.