Ajax Action
a4j:ajax
a4j:commandButton
a4j:commandLink
a4j:actionListener
a4j:jsFunction
a4j:poll
a4j:push
a4j:param
Ajax Queue
a4j:queue
a4j:attachQueue
Ajax Output/Containers
a4j:outputPanel
a4j:status
a4j:region
a4j:mediaOutput
a4j:log
Validation
Client Side Validation
rich:graphValidator
rich:message
rich:messages
rich:notify
Data Iteration
a4j:repeat
rich:dataTable
rich:extendedDataTable
rich:collapsibleSubTable
rich:dataScroller
rich:list
rich:dataGrid
Trees
rich:tree
Tree Adaptors
Output/Panels
rich:chart
rich:panel
rich:togglePanel
rich:tabPanel
rich:collapsiblePanel
rich:accordion
rich:popupPanel
rich:progressBar
rich:tooltip
Menus
rich:panelMenu
rich:toolbar
rich:contextMenu
rich:dropDownMenu
Inputs
rich:autocomplete
rich:calendar
rich:editor
rich:inputNumberSlider
rich:inputNumberSpinner
rich:inplaceInput
rich:fileUpload
Selects
rich:inplaceSelect
rich:select
rich:orderingList
rich:pickList
Drag and Drop
Drag and Drop
Miscellaneous
Standard elements skinning
rich:placeholder
RichFaces functions
rich:focus
rich:componentControl
rich:hashParam
rich:hotKey
rich:jQuery

The rich:tooltip component creates a small non-modal pop-up that can be used to display additional information for nearly anything on the page.

Major features:

  • Tool-tip content may be pre-rendered on a page using client mode or loaded dynamically using separate Ajax requests via Ajax mode.
  • In Ajax mode default content can be shown while the request is being executed
  • Tool-tip's look-n-feel is fully customizable using both Richfaces skins and CSS style classes

There are various other options available such as delays, follow modes, and more that are in the example below:

Here you can see a default client-side tool-tip

This tool-tip will not follow the mouse, and has a delay of 1.5 seconds, so be patient!

This tool-tip was rendered on the server using an Ajax request.

This tool-tip will be activated on a mouse click, and has default content defined.