RichFaces UI Components: Miscellanous UI 4.2.2.Final
A B C D E F G H I J O R S T U V

A

AbstractHotKey - Class in org.richfaces.component
The <rich:hotKey> component allows registering hot keys on the page or particular elements and defining client side processing functions for these keys.
AbstractHotKey() - Constructor for class org.richfaces.component.AbstractHotKey
 
AbstractJQuery - Class in org.richfaces.component
The <rich:jQuery> component applies styles and custom behavior to both JSF (JavaServer Faces) objects and regular DOM (Document Object Model) objects.
AbstractJQuery() - Constructor for class org.richfaces.component.AbstractJQuery
 
apply(FaceletContext, UIComponent) - Method in class org.richfaces.taglib.ComponentControlHandler
 

B

BEHAVIOR_ID - Static variable in class org.richfaces.component.behavior.ComponentControlBehavior
 

C

clientId(String) - Static method in class org.richfaces.function.RichFunction
The rich:clientId('id') function returns the client identifier related to the passed component identifier ('id').
component(String) - Static method in class org.richfaces.function.RichFunction
The rich:component('id') function is equivalent to the RichFaces.$('clientId') code.
COMPONENT_FAMILY - Static variable in class org.richfaces.component.AbstractHotKey
 
COMPONENT_FAMILY - Static variable in class org.richfaces.component.AbstractJQuery
 
COMPONENT_FAMILY - Static variable in class org.richfaces.component.UIHashParameter
 
COMPONENT_FAMILY - Static variable in class org.richfaces.component.UIHotKey
 
COMPONENT_FAMILY - Static variable in class org.richfaces.component.UIJQuery
 
COMPONENT_TYPE - Static variable in class org.richfaces.component.AbstractHotKey
 
COMPONENT_TYPE - Static variable in class org.richfaces.component.AbstractJQuery
 
COMPONENT_TYPE - Static variable in class org.richfaces.component.UIHashParameter
 
COMPONENT_TYPE - Static variable in class org.richfaces.component.UIHotKey
 
COMPONENT_TYPE - Static variable in class org.richfaces.component.UIJQuery
 
ComponentControlBehavior - Class in org.richfaces.component.behavior
The <rich:componentControl> behavior allows JavaScript API functions to be called on target components.
ComponentControlBehavior() - Constructor for class org.richfaces.component.behavior.ComponentControlBehavior
 
ComponentControlBehaviorRenderer - Class in org.richfaces.renderkit
 
ComponentControlBehaviorRenderer() - Constructor for class org.richfaces.renderkit.ComponentControlBehaviorRenderer
 
ComponentControlHandler - Class in org.richfaces.taglib
 
ComponentControlHandler(BehaviorConfig) - Constructor for class org.richfaces.taglib.ComponentControlHandler
 
createSignature(ComponentControlBehavior) - Method in class org.richfaces.renderkit.ComponentControlBehaviorRenderer
 

D

DEFAULT - Static variable in enum org.richfaces.component.JQueryAttachType
 
DEFAULT - Static variable in enum org.richfaces.component.JQueryTiming
 

E

element(String) - Static method in class org.richfaces.function.RichFunction
The rich:element('id') function is a shortcut for the equivalent document.getElementById(#{rich:clientId('id')}) code.
encodeEnd(FacesContext, UIComponent) - Method in class org.richfaces.renderkit.html.HotKeyRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class org.richfaces.renderkit.html.JQueryRenderer
 

F

findComponent(FacesContext, UIComponent, String) - Method in interface org.richfaces.function.RichFunction.ComponentLocator
 
findComponent(String) - Static method in class org.richfaces.function.RichFunction
The rich:findComponent('id') function returns the a UIComponent instance of the passed component identifier.

G

getAttachType() - Method in class org.richfaces.component.AbstractJQuery
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)
getAttachType() - Method in class org.richfaces.component.UIJQuery
 
getChildren() - Method in class org.richfaces.component.behavior.ComponentControlBehavior
 
getDefaultEventName() - Method in class org.richfaces.component.UIHotKey
 
getEscapedSelector(FacesContext, UIComponent) - Method in class org.richfaces.renderkit.HotKeyRendererBase
 
getEscapedSelector(FacesContext, UIComponent) - Method in class org.richfaces.renderkit.JQueryRendererBase
 
getEvent() - Method in class org.richfaces.component.AbstractJQuery
The DOM event which should be the query bound to.
getEvent() - Method in class org.richfaces.component.behavior.ComponentControlBehavior
Name of JavaScript event property (click, change, etc.) of parent component that triggers the behavior.
getEvent() - Method in class org.richfaces.component.UIJQuery
 
getEventNames() - Method in class org.richfaces.component.UIHotKey
 
getFamily() - Method in class org.richfaces.component.UIHashParameter
 
getFamily() - Method in class org.richfaces.component.UIHotKey
 
getFamily() - Method in class org.richfaces.component.UIJQuery
 
getKey() - Method in class org.richfaces.component.AbstractHotKey
 
getKey() - Method in class org.richfaces.component.UIHotKey
 
getName() - Method in class org.richfaces.component.AbstractJQuery
The name of a function that will be generated to execute a query.
getName() - Method in class org.richfaces.component.UIHashParameter
The name of the javascript hash property which this hash should be assigned to (can be used as nested hashParameter) or null if no property should be used (can be used simply as function parameter).
getName() - Method in class org.richfaces.component.UIJQuery
 
getOnbeforeoperation() - Method in class org.richfaces.component.behavior.ComponentControlBehavior
Javascript invoked just before the operation will be invoked on target component.
getOnkeydown() - Method in class org.richfaces.component.AbstractHotKey
 
getOnkeydown() - Method in class org.richfaces.component.UIHotKey
 
getOnkeyup() - Method in class org.richfaces.component.AbstractHotKey
 
getOnkeyup() - Method in class org.richfaces.component.UIHotKey
 
getOperation() - Method in class org.richfaces.component.behavior.ComponentControlBehavior
The function of JavaScript API that will be invoked on the target components (selected with target or selector attributes).
getQuery() - Method in class org.richfaces.component.AbstractJQuery
The query string that is executed for a given selector.
getQuery() - Method in class org.richfaces.component.UIJQuery
 
getRendererType() - Method in class org.richfaces.component.behavior.ComponentControlBehavior
 
getRendersChildren() - Method in class org.richfaces.renderkit.html.JQueryRenderer
 
getScript(ClientBehaviorContext, ClientBehavior) - Method in class org.richfaces.renderkit.ComponentControlBehaviorRenderer
 
getSelector() - Method in class org.richfaces.component.AbstractHotKey
 
getSelector() - Method in class org.richfaces.component.AbstractJQuery
Selector for query.
getSelector() - Method in class org.richfaces.component.behavior.ComponentControlBehavior
jQuery selector (CSS selector with jQuery extensions) which finds target component which will be the operation fired on.
getSelector() - Method in class org.richfaces.component.UIHotKey
 
getSelector() - Method in class org.richfaces.component.UIJQuery
 
getTarget() - Method in class org.richfaces.component.behavior.ComponentControlBehavior
Comma-separated list of component IDs of components which will be the operation fired on.
getTiming() - Method in class org.richfaces.component.AbstractJQuery
The timing of the jQuery attachment: "domready" (when DOM is ready), "immediate" (immediately after component client-side code is processed).
getTiming() - Method in class org.richfaces.component.UIJQuery
 
getValue() - Method in class org.richfaces.component.UIHashParameter
Not used, it is computed automatically

H

HotKeyRenderer - Class in org.richfaces.renderkit.html
 
HotKeyRenderer() - Constructor for class org.richfaces.renderkit.html.HotKeyRenderer
 
HotKeyRendererBase - Class in org.richfaces.renderkit
 
HotKeyRendererBase() - Constructor for class org.richfaces.renderkit.HotKeyRendererBase
 

I

isEnabledInInput() - Method in class org.richfaces.component.AbstractHotKey
 
isEnabledInInput() - Method in class org.richfaces.component.UIHotKey
 
isPreventDefault() - Method in class org.richfaces.component.AbstractHotKey
 
isPreventDefault() - Method in class org.richfaces.component.UIHotKey
 
isUserInRole(Object) - Static method in class org.richfaces.function.RichFunction
The rich:isUserInRole(Object) function checks whether the logged-in user belongs to a certain user role, such as being an administrator.
isWrapping() - Method in class org.richfaces.taglib.ComponentControlHandler
 

J

JQueryAttachType - Enum in org.richfaces.component
 
JQueryRenderer - Class in org.richfaces.renderkit.html
 
JQueryRenderer() - Constructor for class org.richfaces.renderkit.html.JQueryRenderer
 
JQueryRendererBase - Class in org.richfaces.renderkit
 
JQueryRendererBase() - Constructor for class org.richfaces.renderkit.JQueryRendererBase
 
JQueryTiming - Enum in org.richfaces.component
 

O

org.richfaces.component - package org.richfaces.component
 
org.richfaces.component.behavior - package org.richfaces.component.behavior
 
org.richfaces.function - package org.richfaces.function
Implementation of RichFaces functions library
org.richfaces.renderkit - package org.richfaces.renderkit
 
org.richfaces.renderkit.html - package org.richfaces.renderkit.html
 
org.richfaces.taglib - package org.richfaces.taglib
 

R

resolveTargets(FacesContext, String) - Method in class org.richfaces.renderkit.ComponentControlBehaviorRenderer
 
RichFunction - Class in org.richfaces.function
Created 20.03.2008
RichFunction.ComponentLocator - Interface in org.richfaces.function
 

S

setAttachType(JQueryAttachType) - Method in class org.richfaces.component.UIJQuery
 
setEnabledInInput(boolean) - Method in class org.richfaces.component.UIHotKey
 
setEvent(String) - Method in class org.richfaces.component.behavior.ComponentControlBehavior
 
setEvent(String) - Method in class org.richfaces.component.UIJQuery
 
setKey(String) - Method in class org.richfaces.component.UIHotKey
 
setLiteralAttribute(String, Object) - Method in class org.richfaces.component.behavior.ComponentControlBehavior
 
setName(String) - Method in class org.richfaces.component.UIHashParameter
 
setName(String) - Method in class org.richfaces.component.UIJQuery
 
setOnbeforeoperation(String) - Method in class org.richfaces.component.behavior.ComponentControlBehavior
 
setOnkeydown(String) - Method in class org.richfaces.component.UIHotKey
 
setOnkeyup(String) - Method in class org.richfaces.component.UIHotKey
 
setOperation(String) - Method in class org.richfaces.component.behavior.ComponentControlBehavior
 
setPreventDefault(boolean) - Method in class org.richfaces.component.UIHotKey
 
setQuery(String) - Method in class org.richfaces.component.UIJQuery
 
setSelector(String) - Method in class org.richfaces.component.behavior.ComponentControlBehavior
 
setSelector(String) - Method in class org.richfaces.component.UIHotKey
 
setSelector(String) - Method in class org.richfaces.component.UIJQuery
 
setTarget(String) - Method in class org.richfaces.component.behavior.ComponentControlBehavior
 
setTiming(JQueryTiming) - Method in class org.richfaces.component.UIJQuery
 

T

toScript(Object) - Static method in class org.richfaces.function.RichFunction
Convert any Java Object to JavaScript representation ( as possible ).

U

UIHashParameter - Class in org.richfaces.component
The <rich:hashParam> component allows client-side parameters to be grouped into a hash map.
UIHashParameter() - Constructor for class org.richfaces.component.UIHashParameter
 
UIHotKey - Class in org.richfaces.component
The <rich:hotKey> component allows registering hot keys on the page or particular elements and defining client side processing functions for these keys.
UIHotKey() - Constructor for class org.richfaces.component.UIHotKey
 
UIHotKey.Properties - Enum in org.richfaces.component
 
UIJQuery - Class in org.richfaces.component
The <rich:jQuery> component applies styles and custom behavior to both JSF (JavaServer Faces) objects and regular DOM (Document Object Model) objects.
UIJQuery() - Constructor for class org.richfaces.component.UIJQuery
 
UIJQuery.Properties - Enum in org.richfaces.component
 

V

valueOf(String) - Static method in enum org.richfaces.component.JQueryAttachType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.component.JQueryTiming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.component.UIHotKey.Properties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.component.UIJQuery.Properties
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.richfaces.component.JQueryAttachType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.component.JQueryTiming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.component.UIHotKey.Properties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.component.UIJQuery.Properties
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I J O R S T U V
RichFaces UI Components: Miscellanous UI 4.2.2.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.