RichFaces ( Legacy URL )


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

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

No Description

Tag Library Information
Display NameRichFaces ( Legacy URL )
Version3.3.3
Short Namerichfaces
URIhttp://richfaces.ajax4jsf.org/rich
 

Tag Summary
ajaxValidatorThe <rich:ajaxValidator> is a component designed to provide ajax validation inside for JSF inputs.
beanValidatorValidate Input by the Bean/Hibernate validator annotations
calendarThe <rich:calendar> component is a UI control used for creating graphical monthly calendar on a page.
changeExpandListenerNo Description
colorPickerNo Description
columnThe <rich:column> component for row rendering for a UIData component.
columnGroupThe <rich:columnGroup> component combines columns in one row to organize complex subparts of a table.
columnsThe <rich:columns> is a component that allows to create a dynamic set of columns from your model.
comboBoxThe <rich:comboBox> is a component, that provides editable combo box element on a page.
componentControlThe <rich:componentControl> allows to call JavaScript API functions on components after some defined events.
contextMenuThe <rich:contextMenu> component is used for creating multileveled context menus that are activated after a user defines an event ( "onmouseover" , "onclick" , etc.) on any element on the page.
dataDefinitionListThe <rich:dataDefinitionList> component for definition lists rendering that allows choosing data from a model and obtains built-in support of Ajax updates.
dataFilterSliderA slider-based action component used for filtering table data.
dataGridThe <rich:dataGrid> component to render data as a grid that allows choosing data from a model and obtains built-in support of Ajax updates.
dataListThe <rich:dataList> component for unordered lists rendering that allows choosing data from a model and obtains built-in support of Ajax updates.
dataOrderedListThe <rich:dataOrderedList> component for ordered lists rendering that allows choosing data from a model and obtains built-in support of Ajax updates.
dataTableThe <rich:dataTable> component for tables rendering that allows choosing data from a model and obtains built-in support of Ajax updates.
datascrollerThe <rich:datascroller> component is designed for providing the functionality of tables scrolling using Ajax requests.
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.
dragIndicatorIt's a component appearing under a mouse cursor during Drag'n'Drop operation and containing information on dragged element and elements.
dragListenerNo Description
dragSupportThe <rich:dragSupport> component defines a subtree of the component tree as draggable for drag-and-drop operations. Within such a "drag zone", you can click the mouse button on an item and drag it to any component that supports drop operations (a "drop zone"). It encodes all the necessary JavaScript for supporting drag-and-drop operations.
dropDownMenuThe <rich:dropDownMenu> component is used for creating multilevel drop-down menus.
dropListenerNo Description
dropSupportThe <rich:dropSupport> component transforms a parent component into a target zone for drag-and-drop operations. When a draggable element is moved and dropped onto the area of the parent component, Ajax request processing for this event is started.
editorNo Description
effectThe <rich:effect> utilizes a set of effects provided by the scriptaculous JavaScript library. It allows to attach effects to JSF components and html tags.
extendedDataTableThe <rich:extendedDataTable> component is used for tables extending standard component <rich:dataTable> .
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
graphValidatorThe <rich:graphValidator> component allows to register Hibernate Validators for multiple input components.
hotKeyThe <rich:hotKey> component allows to register hot keys for the page or particular elements and to define client-side processing functions for these keys.
inplaceInputThe <rich:inplaceInput> is an input component used for displaying and editing data inputted.
inplaceSelectThe <rich:inplaceSelect> is used for creation select based inputs: it shows the value as text in one state and enables editing the value, providing a list of options in another state.
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.
insertThe <rich:insert> component is used for highlighting, source code inserting and, optionally, format the file from the application context into the page.
jQueryThe <rich:jQuery> allows to apply styles and behaviour to DOM objects.
layoutNo Description
layoutPanelNo Description
listShuttleThe <rich:listShuttle> component is used for moving chosen items from one list into another with their optional reordering there.
menuGroupThe <rich:menuGroup> component is used to define an expandable group of items inside a pop-up list or another group.
menuItemThe <rich:menuItem> component is used for the definition of a single item inside a pop-up list.
menuSeparatorA horizontal separator to use in the menu.
messageThe <rich:message> component is used for rendering a single message for a specific component.
messagesThe <rich:messages> component is similar to <rich:message> component but used for rendering all messages for the components.
modalPanelThe <rich:modalPanel> component implements a modal dialog window. All operations in the main application window are locked out while this window is active. Opening and closing the window is done through client JavaScript code.
nodeSelectListenerNo Description
orderingListThe <rich:orderingList> is a component for ordering items in a list. This component provides possibilities to reorder a list and sort it on the client side.
pageNo 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.
pickListThe <rich:pickList> component is used for moving selected item(s) from one list into another.
progressBarThe <rich:progressBar> component is designed for displaying a progress bar which shows the current status of the process.
recursiveTreeNodesAdaptorThe <rich:recursiveTreeNodesAdaptor> is an extension of a <rich:treeNodesAdaptor> component that provides the possibility to define data models and process nodes recursively.
scrollableDataTableThe <rich:scrollableDataTable> component is used for the table-like component creation. The component just adds the set of additional features described below in comparison with the standard 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.
subTableThe <rich:subTable> component is used for inserting subtables into tables with opportunity to choose data from a model and built-in Ajax updates support.
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.
tabA tab section within a tab panel
tabPanelA tab panel displaying tabs for grouping content of a panel.
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.
togglePanelA wrapper component with named facets. Every facet is shown after activation corresponding toggleControl(the other is hidden).
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.
treeThe <rich:tree> component is designed for hierarchical data presentation and is applied for building a tree structure with a drag-and-drop capability.
treeNodeThe <rich:treeNode> component is designed for creating sets of tree elements within a <rich:tree> component.
treeNodesAdaptorThe <rich:treeNodesAdaptor> provides the possibility to define data models and create representations for them.
virtualEarthThe <rich:virtualEarth> component presents the Microsoft Virtual Earth map in the JSF applications.
 

Function Summary
java.lang.StringclientId( java.lang.String)No Description
java.lang.Stringcomponent( java.lang.String)No Description
java.lang.Stringelement( java.lang.String)No Description
javax.faces.component.UIComponentfindComponent( java.lang.String)No Description
booleanisUserInRole( java.lang.Object)No Description
 


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.