|
RichFaces UI Components UI 4.3.3.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JQueryAttachType | |
---|---|
org.richfaces.component |
Uses of JQueryAttachType in org.richfaces.component |
---|
Fields in org.richfaces.component declared as JQueryAttachType | |
---|---|
static JQueryAttachType |
JQueryAttachType.DEFAULT
|
Methods in org.richfaces.component that return JQueryAttachType | |
---|---|
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) |
JQueryAttachType |
UIJQuery.getAttachType()
|
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. |
Methods in org.richfaces.component with parameters of type JQueryAttachType | |
---|---|
void |
UIJQuery.setAttachType(JQueryAttachType attachType)
|
|
RichFaces UI Components UI 4.3.3.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |