Interface | Description |
---|---|
AbstractDivPanel | |
AbstractTogglePanelItemInterface | |
AbstractTogglePanelTitledItem | |
ClientSideMessage | |
Column |
Marker interface for all components used as column in UIDataTable
|
Expandable | |
InplaceComponent | |
NotifyAttributes | |
Row |
Marker interface for table columns, rendered as entire row.
|
TogglePanelVisitCallback | |
TreeModelAdaptor | |
TreeModelRecursiveAdaptor |
Class | Description |
---|---|
AbstractAccordion |
The <rich:accordion> is a series of panels stacked on top of each other, each collapsed such that only the
header of the panel is showing.
|
AbstractAccordionItem |
The <rich:accordionItem> component is a panel for use with the <rich:accordion> component.
|
AbstractAutocomplete |
The <rich:autocomplete> component is an auto-completing input-box with built-in Ajax capabilities.
|
AbstractCalendar |
The <rich:calendar> component allows the user to enter a date and time through an in-line or pop-up
calendar.
|
AbstractCollapsiblePanel |
The <rich:collapsiblePanel> component is a collapsible panel that shows or hides content when the header bar is activated.
|
AbstractCollapsibleSubTable |
The <rich:collapsibleSubTable> component acts as a child element to a <rich:dataTable> component.
|
AbstractCollapsibleSubTableToggler |
The <rich:collapsibleSubTableToggler> component provides a toggle control for the user to expand and
collapse sub-tables.
|
AbstractColumn |
The <rich:column> component facilitates columns in a table.
|
AbstractColumnGroup |
The <rich:columnGroup> component combines multiple columns in a single row to organize complex parts of a
table.
|
AbstractContextMenu |
The <rich:contextMenu> component is used for creating a hierarchical context menu that are activated on
events like onmouseover, onclick etc.
|
AbstractDataGrid |
The <rich:dataGrid> component is used to arrange data objects in a grid.
|
AbstractDataScroller |
The <rich:dataScroller> component is used for navigating through multiple pages of tables or grids.
|
AbstractDataTable |
The <rich:dataTable> component is used to render a table, including the table's caption.
|
AbstractDragIndicator |
The <rich:dragIndicator> component defines a graphical element to display under the mouse cursor during a
drag-and-drop operation.
|
AbstractDragSource |
The <rich:dragSource> component can be added to a component to indicate it is capable of being dragged by the user.
|
AbstractDropDownMenu |
The <rich:dropDownMenu> component is used for creating a drop-down, hierarchical menu.
|
AbstractDropTarget |
The <rich:dropTarget> component can be added to a component so that the component can accept dragged items.
|
AbstractEditor |
The <rich:editor> component is used for creating a WYSIWYG editor on a page.
|
AbstractExtendedDataTable |
The <rich:extendedDataTable> component builds on the functionality of the <rich:dataTable> component,
adding features such as scrolling for the table body (both horizontal and vertical), Ajax loading for vertical
scrolling, frozen columns, row selection, and rearranging of columns.
|
AbstractFileUpload |
The <rich:fileUpload> component allows the user to upload files to a server.
|
AbstractFocus |
Focus component allows to set focus based on validation of components or alternatively it can preserve focus on currently
focused form input.
|
AbstractGraphValidator |
The <rich:graphValidator> component is used to wrap a set of input components related to one object.
|
AbstractHotKey |
The <rich:hotKey> component allows registering hot keys on the page or particular elements and defining
client side processing functions for these keys.
|
AbstractInplaceInput |
The <rich:inplaceInput> component allows information to be entered in-line in blocks of text, improving
readability of the text.
|
AbstractInplaceSelect |
The <rich:inplaceSelect> component is similar to the <rich:inplaceInput> component, except that the
<rich:inplaceSelect> component uses a drop-down selection box to enter text instead of a regular text field.
|
AbstractJQuery |
The <rich:jQuery> component applies styles and custom behavior to both JSF (JavaServer Faces) objects and
regular DOM (Document Object Model) objects.
|
AbstractList |
The <rich:list> component renders a list of items.
|
AbstractMenuContainer | |
AbstractMenuGroup |
The <rich:menuGroup> component represents an expandable sub-menu in a menu control.
|
AbstractMenuItem |
The <rich:menuItem> component represents a single item in a menu control.
|
AbstractMenuSeparator |
The <rich:menuSeparator> component represents a separating divider in a menu control.
|
AbstractMessage |
The <rich:message> component renders a single FacesMessage message instance added for the component.
|
AbstractMessages |
The <rich:messages> components works similarly to the <rich:message> component, but can display all
the validation messages added for the current view instead of just a single message.
|
AbstractNotify |
The <rich:notify> component serves for advanced user interaction, using notification boxes to give the user instant
feedback on what's happening within the application.
|
AbstractNotifyMessage |
The <rich:notifyMessage> component is built on top of <rich:notify>, the difference is in usage.
|
AbstractNotifyMessages |
The <rich:notifyMessages> component is the same as the <rich:notifyMessage> component, but each of
the available messages generates one notification.
|
AbstractNotifyStack |
Notifications emited by <rich:notify>, <rich:notifyMessage> and <rich:notifyMessages> are
displayed in top-right corner of the screen by default.
|
AbstractOrderingComponent | |
AbstractOrderingList |
The <rich:orderingList> is a component for ordering items in a list (client-side).
|
AbstractPanel |
The <rich:panel> component is a bordered panel with an optional header.
|
AbstractPanelMenu |
The <rich:panelMenu> component is used in conjunction with <rich:panelMenuItem> and
<rich:panelMenuGroup> to create an expanding, hierarchical menu.
|
AbstractPanelMenuGroup |
The <rich:panelMenuGroup> component defines a group of <rich:panelMenuItem> components inside a
<rich:panelMenu>.
|
AbstractPanelMenuItem |
The <rich:panelMenuItem> component represents a single item inside a <rich:panelMenuGroup> component,
which is in turn part of a <rich:panelMenu> component.
|
AbstractPickList |
The <rich:pickList> is a component for selecting items from a list.
|
AbstractPlaceholder |
Adds placeholder capability to HTML input and textarea elements.
|
AbstractPopupPanel |
The <rich:popupPanel> component provides a pop-up panel or window that appears in front of the rest of the
application.
|
AbstractProgressBar |
The <rich:progressBar> component displays a progress bar to indicate the status of a process to the user.
|
AbstractSelect |
The <rich:select> component provides a drop-down list box for selecting a single value from multiple options.
|
AbstractSelectComponent | |
AbstractSelectManyComponent | |
AbstractTab |
The <rich:tab> component represents an individual tab inside a <rich:tabPanel> component, including
the tab's content.
|
AbstractTabPanel |
The <rich:tabPanel> component provides a set of tabbed panels for displaying one panel of content at a time.
|
AbstractTogglePanel |
The <rich:togglePanel> component is used as a base for the other switchable components, the
<rich:accordion> component and the <rich:tabPanel> component.
|
AbstractTogglePanelItem |
The <rich:togglePanelItem> component is a switchable panel for use with the <rich:togglePanel>
component.
|
AbstractToolbar |
The <rich:toolbar> component is a horizontal toolbar.
|
AbstractToolbarGroup |
The <rich:toolbarGroup> component is a child component of the <rich:toolbar> component.
|
AbstractTooltip |
The <rich:tooltip> component provides an informational tool-tip.
|
AbstractTree |
The <rich:tree> component provides a hierarchical tree control.
|
AbstractTreeModelAdaptor |
The <rich:treeModelAdaptor> component takes an object which implements the Map or Iterable interfaces.
|
AbstractTreeNode |
The
|
DeclarativeTreeDataModelWalker | |
ExtendedDataTableState | |
NumberUtils | |
SubTableFixedChildrenIterator | |
TogglePanelVisitState | |
TreeRange | |
UIAccordion |
The <rich:accordion> is a series of panels stacked on top of each other, each collapsed such that only the
header of the panel is showing.
|
UIAccordionItem |
The <rich:accordionItem> component is a panel for use with the <rich:accordion> component.
|
UIAutocomplete |
The <rich:autocomplete> component is an auto-completing input-box with built-in Ajax capabilities.
|
UICalendar |
The <rich:calendar> component allows the user to enter a date and time through an in-line or pop-up
calendar.
|
UICollapsiblePanel |
The <rich:collapsiblePanel> component is a collapsible panel that shows or hides content when the header bar is activated.
|
UICollapsibleSubTable |
The <rich:collapsibleSubTable> component acts as a child element to a <rich:dataTable> component.
|
UICollapsibleSubTableToggleControl |
The <rich:collapsibleSubTableToggler> component provides a toggle control for the user to expand and
collapse sub-tables.
|
UIColumn |
The <rich:column> component facilitates columns in a table.
|
UIColumnGroup |
The <rich:columnGroup> component combines multiple columns in a single row to organize complex parts of a
table.
|
UIContextMenu |
The <rich:contextMenu> component is used for creating a hierarchical context menu that are activated on
events like onmouseover, onclick etc.
|
UIDataGrid |
The <rich:dataGrid> component is used to arrange data objects in a grid.
|
UIDataScroller |
The <rich:dataScroller> component is used for navigating through multiple pages of tables or grids.
|
UIDataTable |
The <rich:dataTable> component is used to render a table, including the table's caption.
|
UIDataTableBase | |
UIDragIndicator |
The <rich:dragIndicator> component defines a graphical element to display under the mouse cursor during a
drag-and-drop operation.
|
UIDragSource |
The <rich:dragSource> component can be added to a component to indicate it is capable of being dragged by the user.
|
UIDropDownMenu |
The <rich:dropDownMenu> component is used for creating a drop-down, hierarchical menu.
|
UIDropTarget |
The <rich:dropTarget> component can be added to a component so that the component can accept dragged items.
|
UIEditor |
The <rich:editor> component is used for creating a WYSIWYG editor on a page.
|
UIExtendedDataTable |
The <rich:extendedDataTable> component builds on the functionality of the <rich:dataTable> component,
adding features such as scrolling for the table body (both horizontal and vertical), Ajax loading for vertical
scrolling, frozen columns, row selection, and rearranging of columns.
|
UIFileUpload |
The <rich:fileUpload> component allows the user to upload files to a server.
|
UIFocus |
Focus component allows to set focus based on validation of components or alternatively it can preserve focus on currently
focused form input.
|
UIGraphValidator |
The <rich:graphValidator> component is used to wrap a set of input components related to one object.
|
UIHashParameter |
The <rich:hashParam> component allows client-side parameters to be grouped into a hash map.
|
UIHotKey |
The <rich:hotKey> component allows registering hot keys on the page or particular elements and defining
client side processing functions for these keys.
|
UIInplaceInput |
The <rich:inplaceInput> component allows information to be entered in-line in blocks of text, improving
readability of the text.
|
UIInplaceSelect |
The <rich:inplaceSelect> component is similar to the <rich:inplaceInput> component, except that the
<rich:inplaceSelect> component uses a drop-down selection box to enter text instead of a regular text field.
|
UIInputNumber | |
UIJQuery |
The <rich:jQuery> component applies styles and custom behavior to both JSF (JavaServer Faces) objects and
regular DOM (Document Object Model) objects.
|
UIList |
The <rich:list> component renders a list of items.
|
UIMenuGroup |
The <rich:menuGroup> component represents an expandable sub-menu in a menu control.
|
UIMenuItem |
The <rich:menuItem> component represents a single item in a menu control.
|
UIMenuSeparator |
The <rich:menuSeparator> component represents a separating divider in a menu control.
|
UINotify |
The <rich:notify> component serves for advanced user interaction, using notification boxes to give the user instant
feedback on what's happening within the application.
|
UINotifyMessage |
The <rich:notifyMessage> component is built on top of <rich:notify>, the difference is in usage.
|
UINotifyMessages |
The <rich:notifyMessages> component is the same as the <rich:notifyMessage> component, but each of
the available messages generates one notification.
|
UINotifyStack |
Notifications emited by <rich:notify>, <rich:notifyMessage> and <rich:notifyMessages> are
displayed in top-right corner of the screen by default.
|
UIOrderingList |
The <rich:orderingList> is a component for ordering items in a list (client-side).
|
UIPanel |
The <rich:panel> component is a bordered panel with an optional header.
|
UIPanelMenu |
The <rich:panelMenu> component is used in conjunction with <rich:panelMenuItem> and
<rich:panelMenuGroup> to create an expanding, hierarchical menu.
|
UIPanelMenuGroup |
The <rich:panelMenuGroup> component defines a group of <rich:panelMenuItem> components inside a
<rich:panelMenu>.
|
UIPanelMenuItem |
The <rich:panelMenuItem> component represents a single item inside a <rich:panelMenuGroup> component,
which is in turn part of a <rich:panelMenu> component.
|
UIPickList |
The <rich:pickList> is a component for selecting items from a list.
|
UIPlaceholder |
Adds placeholder capability to HTML input and textarea elements.
|
UIPopupPanel |
The <rich:popupPanel> component provides a pop-up panel or window that appears in front of the rest of the
application.
|
UIProgressBar |
The <rich:progressBar> component displays a progress bar to indicate the status of a process to the user.
|
UIRichMessage |
The <rich:message> component renders a single FacesMessage message instance added for the component.
|
UIRichMessages |
The <rich:messages> components works similarly to the <rich:message> component, but can display all
the validation messages added for the current view instead of just a single message.
|
UISelect |
The <rich:select> component provides a drop-down list box for selecting a single value from multiple options.
|
UITab |
The <rich:tab> component represents an individual tab inside a <rich:tabPanel> component, including
the tab's content.
|
UITabPanel |
The <rich:tabPanel> component provides a set of tabbed panels for displaying one panel of content at a time.
|
UITogglePanel |
The <rich:togglePanel> component is used as a base for the other switchable components, the
<rich:accordion> component and the <rich:tabPanel> component.
|
UITogglePanelItem |
The <rich:togglePanelItem> component is a switchable panel for use with the <rich:togglePanel>
component.
|
UIToolbar |
The <rich:toolbar> component is a horizontal toolbar.
|
UIToolbarGroup |
The <rich:toolbarGroup> component is a child component of the <rich:toolbar> component.
|
UITooltip |
The <rich:tooltip> component provides an informational tool-tip.
|
UITree |
The <rich:tree> component provides a hierarchical tree control.
|
UITreeModelAdaptor |
The
|
UITreeModelRecursiveAdaptor |
The
|
UITreeNode |
The
|
Exception | Description |
---|---|
TogglePanelVisitException |
Copyright © 2014 JBoss by Red Hat. All rights reserved.