Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
Modifier and Type | Field and Description |
---|---|
static JQueryAttachType |
JQueryAttachType.DEFAULT |
Modifier and Type | Method and Description |
---|---|
JQueryAttachType |
UIJQuery.getAttachType() |
abstract JQueryAttachType |
AbstractJQuery.getAttachType()
The type of the attachment - decides about how is operation attached to the selected elements: "bind" (default - binds to
the selected elements immediately, elements which could be matched by selector in the future won't be considered - offers
a best performance), "live" (attach an event handler for all elements which match the current selector, now and in the
future - may cause a slow performance), "one" (attach a handler to an event for the elements, the handler is executed at
most once per element)
|
static JQueryAttachType |
JQueryAttachType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JQueryAttachType[] |
JQueryAttachType.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.setAttachType(JQueryAttachType attachType) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.