RichFaces


Standard Syntax:
     <%@ taglib prefix="rich" uri="http://richfaces.org/rich" %>

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

No Description

Tag Library Information
Display NameRichFaces
Version1.2
Short Namerich
URIhttp://richfaces.org/rich
 

Tag Summary
calendarNo Description
columnsNo Description
comboBoxNo Description
componentControlNo Description
contextMenuNo Description
dataFilterSliderA slider-based action component used for filtering table data.
subTableNo Description
columnNo Description
dataListNo Description
dataOrderedListNo Description
dataDefinitionListNo Description
dataGridNo Description
dataTableNo Description
columnGroupNo Description
datascrollerNo Description
dndParamA component is used for parameters transmission in Drag and Drop operations. It's also used for dragIndicator elements definition with transmitting some values for rendering in it.
dropSupportNo Description
dragIndicatorIt's a component appearing under a mouse cursor during Drag'n'Drop operation and containing information on dragged element and elements.
dragSupportNo Description
dropListenerNo Description
dragListenerNo Description
dropDownMenuNo Description
effectIt presents the google map in JSF applications
fileUploadRenders a file upload control. The following configuration options for ajax4jsf filter may be configured in web.xml: * createTempFiles - if this option is set to true, uploaded files are streamed to a temporary file instead of in memory. * maxRequestSize - the maximum size of a file upload request, in bytes. Here's an example: <filter> <display-name>Ajax4jsf Filter</display-name> <filter-name>ajax4jsf</filter-name> <filter-class>org.ajax4jsf.Filter</filter-class> <init-param> <param-name>createTempFiles</param-name> <param-value>false</param-value> </init-param> <init-param> <param-name>maxRequestSize</param-name> <param-value>20000000</param-value> </init-param> </filter>
gmapIt presents the google map in JSF applications
inplaceInputNo Description
inplaceSelectNo Description
inputNumberSliderA component that lets selecting a number from a numeric region. It is a horizontal aligned scroll-like control with its own input field (optional) present. The keyboard input in a field is possible (optional. Also it is possible to see the current value in the tool tip above a dragged handle control.
inputNumberSpinnerSpinner component - A single line input field that lets the user select a number using the controls near the text field. User can change value using Up/Down keyboard keys. The keyboard Input in field if it isn't locked by manualInput attribute is possible. After arrow controls pressed - cursor can be moved in any way without loosing draged state.
insertNo Description
jQueryIt presents the google map in JSF applications
listShuttleNo Description
menuGroupDefines expandable group of items inside popup list or another group. Should accept only "menuItem", "menuGroup" and "menuSeparator" components as children.
menuItemNo Description
menuSeparatorA horizontal separator to use in the menu.
messagerichfaces Message Component
messagesrichfaces Messages Component
modalPanelNo Description
orderingListNo Description
paint2DCreate an image by paint in a managed bean, same as paint (Graphics g) in SWING components. It can be used as a cacheable or non-cacheable resource. With a cache support, a key is created in URI with a mix of size (width/height), paint method, format and data attributes.
panelA skinnable panel that is rendered as a bordered rectangle. The header is added using a facet with the attribute, name="header".
panelBarA component with categories sliding up and down to reveal and hide items under selected categories (as used in Microsoft Outlook).
panelBarItemA child component of a slide panel component
panelMenuDefines the menu on the page and the set of the child elements properties in layout.
panelMenuGroupDefines expandable group of items inside the panel menu or other group.
panelMenuItemDefines single Item inside popup list.
pickListNo Description
progressBarNo Description
scrollableDataTableScrollable Data Table
separatorA horizontal line to use as a separator in a layout. The line type can be customized with the lineType parameter.
simpleTogglePanelWrapper component with named facets. Every facet will be shown after activation corresponding toggleControl(the other will be hidden).
spacerA spacer to use in layout. It is rendered as a transparent image. The size is set up with width and height attributes. By default it is displayed as an inline element (i.e. word spacer). By using style='display:block' can be used as a line spacer.
suggestionboxThis element adds "on-keypress" suggestions capabilites to any input text component (like <h:inputText>). It creates a pop-up window for a input field component pointed to by the "for" attribute. For an ordinary request, render a hidden HTML <div> element and the necessary JavaScript code. When input to the target field exceeds the "minChars" property (default is 1), perform an AJAX request with the value current entered. If the AJAX request is detected and the request parameters map contains the client ID of this component, call a method defined by suggestionAction, and use it to return a value as data for render table, same as <h:dataTable>. In this case, the component then works the same as an ordinary dataTable. The rendered table is inserted in the pop-up area and is used for suggestion prompts for input element. If a user clicks on such a table row, its text (or value defined by fetchValue) is inserted as the value of the input field.
tabPanelA tab panel displaying tabs for grouping content of a panel.
tabA tab section within a tab panel
togglePanelA wrapper component with named facets. Every facet is shown after activation corresponding toggleControl(the other is hidden).
toggleControlA link type control for switching betwen togglePanel's facets. The Target Panel is specified with the "for" attribute. It can be located even inside or outside the togglePanel. As the result of switching between facets, the previous facet is hidden and the next is shown.
toolBarA horizontal bar with items on it. If you want to use it as a standard top tool bar, point to each item with a ch:menu "for" attribute to link the appropriate drop-down menu with the item id on a tool bar. "toolBar" accepts any JSF components as children. They appear from left to right in the definition order. The children are separated from each other basing on the value of the "itemSeparator" attribute. If you want to put the items along the right side for a menu bar, you can use the "toolBarGroup" component as a wrapper and define the "location" attribute there. The items inside the group can have their own separator. See the "toolBarGroup" component description for details.
toolBarGroupA group of items inside a tool bar. The group item is separated basing on the "itemSeparator" attribute. Location of a group on a tool bar is set up with the "location" attribute.
toolTipDefines tooltip for parent component.
treeNo Description
treeNodeNo Description
changeExpandListenerNo Description
nodeSelectListenerNo Description
treeNodesAdaptorNo Description
recursiveTreeNodesAdaptorNo Description
virtualEarthIt presents the google map in JSF applications
 


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.