@Generated(value={"RichFaces CDK","4.3.0.20121214-M3"}) public class UIJQuery extends AbstractJQuery
The <rich:jQuery> component applies styles and custom behavior to both JSF (JavaServer Faces) objects and regular DOM (Document Object Model) objects. It uses the jQuery JavaScript framework to add functionality to web applications.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UIJQuery.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIJQuery() |
| Modifier and Type | Method and Description |
|---|---|
JQueryAttachType |
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)
|
String |
getEvent()
The DOM event which should be the query bound to.
|
String |
getFamily() |
String |
getName()
The name of a function that will be generated to execute a query.
|
String |
getQuery()
The query string that is executed for a given selector.
|
String |
getSelector()
Selector for query.
|
JQueryTiming |
getTiming()
The timing of the jQuery attachment: "domready" (when DOM is ready), "immediate" (immediately after component client-side
code is processed).
|
void |
setAttachType(JQueryAttachType attachType) |
void |
setEvent(String event) |
void |
setName(String name) |
void |
setQuery(String query) |
void |
setSelector(String selector) |
void |
setTiming(JQueryTiming timing) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic JQueryAttachType getAttachType()
AbstractJQuerygetAttachType in class AbstractJQuerypublic void setAttachType(JQueryAttachType attachType)
public String getEvent()
AbstractJQuerygetEvent in class AbstractJQuerypublic void setEvent(String event)
public String getName()
AbstractJQuerygetName in class AbstractJQuerypublic void setName(String name)
public String getQuery()
AbstractJQuerygetQuery in class AbstractJQuerypublic void setQuery(String query)
public String getSelector()
AbstractJQuerygetSelector in class AbstractJQuerypublic void setSelector(String selector)
public JQueryTiming getTiming()
AbstractJQuerygetTiming in class AbstractJQuerypublic void setTiming(JQueryTiming timing)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.