rich


XML Syntax:
     <anyxmlelement xmlns:rich="http://richfaces.org/rich" />

Represents self-contained and advanced UI components with out-of-the-box Ajax functionality.
            

Tag Library Information
Display Name RichFaces
Short Name rich
URI http://richfaces.org/rich
 

Tag Summary
accordion @author akolonitsky @since 2010-08-05
accordionItem @author akolonitsky @since 2010-08-13
autocomplete @author Nick Belaevski
calendar @author amarkhel
collapsiblePanel @author akolonitsky @since 2010-08-27
collapsibleSubTable @author Anton Belevich
collapsibleSubTableToggler @author Anton Belevich
column @author Anton Belevich
columnGroup No Description
componentControl @author Anton Belevich
contextMenu @author Brian Leathem
dataGrid @author Anton Belevich
dataScroller No Description
dataTable @author Anton Belevich
dragIndicator @author abelevich
dragSource @author abelevich
dropDownMenu No Description
dropTarget @author abelevich
editor @author Lukas Fryc
extendedDataTable @author Konstantin Mishin
fileUpload @author Konstantin Mishin
graphValidator JSF component class
hashParam @author Anton Belevich
hotKey The HotKey component triggers press event handler for all key events which corresponds to given key sequence.
inplaceInput @author Anton Belevich
inplaceSelect @author Anton Belevich
inputNumberSlider No Description
inputNumberSpinner No Description
itemChangeListener No Description
jQuery @author nick
list JSF component class
menuGroup No Description
menuItem No Description
menuSeparator No Description
message No Description
messages No Description
notify @author Lukas Fryc
notifyMessage No Description
notifyMessages No Description
notifyStack @author Bernard Labno @author Lukas Fryc
orderingList @author Brian Leathem
panel JSF component class
panelMenu @author akolonitsky @since 2010-10-25
panelMenuGroup @author akolonitsky @since 2010-10-25
panelMenuItem @author akolonitsky @since 2010-10-25
panelToggleListener No Description
pickList @author Brian Leathem
popupPanel JSF component class
progressBar Class provides base component class for progress bar @author "Andrey Markavtsov"
select @author abelevich
tab @author akolonitsky @since 2010-10-19
tabPanel @author akolonitsky @since 2010-08-24
toggleControl @author akolonitsky
togglePanel @author akolonitsky @version 1.0
togglePanelItem @author akolonitsky @version 1.0
toolbar No Description
toolbarGroup No Description
tooltip @author amarkhel @since 2010-10-24
tree @author Nick Belaevski
treeModelAdaptor @author Nick Belaevski
treeModelRecursiveAdaptor @author Nick Belaevski
treeNode @author Nick Belaevski
treeSelectionChangeListener No Description
treeToggleListener No Description
validator

@author asmirnov@exadel.com
 

Function Summary
java.lang.String clientId ( java.lang.String) The rich:clientId('id') function returns the client identifier related to the passed component identifier ('id'). If the specified component identifier is not found, null is returned instead.
java.lang.String component ( java.lang.String) The rich:component('id') function is equivalent to the RichFaces.$('clientId') code. It returns the client object instance based on the passed server-side component identifier ('id'). If the specified component identifier is not found, null is returned instead. The function can be used to get an object from a component to call a JavaScript API function without using the component.
java.lang.String element ( java.lang.String) The rich:element('id') function is a shortcut for the equivalent document.getElementById(#{rich:clientId('id')}) code. It returns the element from the client, based on the passed server-side component identifier. If the specified component identifier is not found, null is returned instead.
javax.faces.component.UIComponent findComponent ( java.lang.String) The rich:findComponent('id') function returns the a UIComponent instance of the passed component identifier. If the specified component identifier is not found, null is returned instead.
boolean isUserInRole ( java.lang.Object)

The rich:isUserInRole(Object) function checks whether the logged-in user belongs to a certain user role, such as being an administrator. User roles are defined in the web.xml settings file.

@since 3.3.1
java.lang.String toScript ( java.lang.Object) Convert any Java Object to JavaScript representation ( as possible ).
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.