Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandButton
The <r:commandButton> component is similar to the JavaServer Faces (JSF) <h:commandButton> component,
but additionally includes Ajax support.
|
class |
AbstractCommandLink
The <r:commandLink> component is similar to the JavaServer Faces (JSF) <h:commandLink> component, except that it
includes plugged-in Ajax behavior.
|
class |
UICommandButton
The <r:commandButton> component is similar to the JavaServer Faces (JSF) <h:commandButton> component,
but additionally includes Ajax support.
|
class |
UICommandLink
The <r:commandLink> component is similar to the JavaServer Faces (JSF) <h:commandLink> component, except that it
includes plugged-in Ajax behavior.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractDivPanel |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEditor
The <r:editor> component is used for creating a WYSIWYG editor on a page.
|
class |
UIEditor
The <r:editor> component is used for creating a WYSIWYG editor on a page.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileUpload
The <r:fileUpload> component allows the user to upload files to a server.
|
class |
UIFileUpload
The <r:fileUpload> component allows the user to upload files to a server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInplaceInput
The <r:inplaceInput> component allows information to be entered in-line in blocks of text, improving
readability of the text.
|
class |
UIInplaceInput
The <r:inplaceInput> component allows information to be entered in-line in blocks of text, improving
readability of the text.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputNumberSlider
The <r:inputNumberSlider> component provides a slider for changing numerical values.
|
class |
UIInputNumberSlider
The <r:inputNumberSlider> component provides a slider for changing numerical values.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputNumberSpinner
The <r:inputNumberSpinner> component is a single-line input field with buttons to increase and decrease a numerical value.
|
class |
UIInputNumberSpinner
The <r:inputNumberSpinner> component is a single-line input field with buttons to increase and decrease a numerical value.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataGrid
The <r:dataGrid> component is used to arrange data objects in a grid.
|
class |
UIDataGrid
The <r:dataGrid> component is used to arrange data objects in a grid.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataScroller
The <r:dataScroller> component is used for navigating through multiple pages of tables or grids.
|
class |
UIDataScroller
The <r:dataScroller> component is used for navigating through multiple pages of tables or grids.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractList
The <r:list> component renders a list of items.
|
class |
UIList
The <r:list> component renders a list of items.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTree
The <r:tree> component provides a hierarchical tree control.
|
class |
AbstractTreeNode
The
|
class |
UITree
The <r:tree> component provides a hierarchical tree control.
|
class |
UITreeNode
The
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextMenu
The <r:contextMenu> component is used for creating a hierarchical context menu that are activated on
events like onmouseover, onclick etc.
|
class |
UIContextMenu
The <r:contextMenu> component is used for creating a hierarchical context menu that are activated on
events like onmouseover, onclick etc.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDropDownMenu
The <r:dropDownMenu> component is used for creating a drop-down, hierarchical menu.
|
class |
UIDropDownMenu
The <r:dropDownMenu> component is used for creating a drop-down, hierarchical menu.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMenuGroup
The <r:menuGroup> component represents an expandable sub-menu in a menu control.
|
class |
AbstractMenuItem
The <r:menuItem> component represents a single item in a menu control.
|
class |
UIMenuGroup
The <r:menuGroup> component represents an expandable sub-menu in a menu control.
|
class |
UIMenuItem
The <r:menuItem> component represents a single item in a menu control.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractToolbar
The <r:toolbar> component is a horizontal toolbar.
|
class |
UIToolbar
The <r:toolbar> component is a horizontal toolbar.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessage
The <r:message> component renders a single FacesMessage message instance added for the component.
|
class |
UIMessage
The <r:message> component renders a single FacesMessage message instance added for the component.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessages
The <r:messages> components works similarly to the <r:message> component, but can display all
the validation messages added for the current view instead of just a single message.
|
class |
UIMessages
The <r:messages> components works similarly to the <r:message> component, but can display all
the validation messages added for the current view instead of just a single message.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotifyMessage
The <r:notifyMessage> component is built on top of <r:notify>, the difference is in usage.
|
class |
UINotifyMessage
The <r:notifyMessage> component is built on top of <r:notify>, the difference is in usage.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotifyMessages
The <r:notifyMessages> component is the same as the <r:notifyMessage> component, but each of
the available messages generates one notification.
|
class |
UINotifyMessages
The <r:notifyMessages> component is the same as the <r:notifyMessage> component, but each of
the available messages generates one notification.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOutputPanel
The <r:outputPanel> component is used to group together components in to update them as a whole, rather than having
to specify the components individually.
|
class |
UIOutputPanel
The <r:outputPanel> component is used to group together components in to update them as a whole, rather than having
to specify the components individually.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPanel
The <r:panel> component is a bordered panel with an optional header.
|
class |
UIPanel
The <r:panel> component is a bordered panel with an optional header.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTooltip
The <r:tooltip> component provides an informational tool-tip.
|
class |
UITooltip
The <r:tooltip> component provides an informational tool-tip.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInplaceSelect
The <r:inplaceSelect> component is similar to the <r:inplaceInput> component, except that the
<r:inplaceSelect> component uses a drop-down selection box to enter text instead of a regular text field.
|
class |
UIInplaceSelect
The <r:inplaceSelect> component is similar to the <r:inplaceInput> component, except that the
<r:inplaceSelect> component uses a drop-down selection box to enter text instead of a regular text field.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelect
The <r:select> component provides a drop-down list box for selecting a single value from multiple options.
|
class |
UISelect
The <r:select> component provides a drop-down list box for selecting a single value from multiple options.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractTogglePanelItemInterface |
interface |
AbstractTogglePanelTitledItem |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAccordion
The <r:accordion> is a series of panels stacked on top of each other, each collapsed such that only the
header of the panel is showing.
|
class |
AbstractAccordionItem
The <r:accordionItem> component is a panel for use with the <r:accordion> component.
|
class |
UIAccordion
The <r:accordion> is a series of panels stacked on top of each other, each collapsed such that only the
header of the panel is showing.
|
class |
UIAccordionItem
The <r:accordionItem> component is a panel for use with the <r:accordion> component.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollapsiblePanel
The <r:collapsiblePanel> component is a collapsible panel that shows or hides content when the header bar is activated.
|
class |
UICollapsiblePanel
The <r:collapsiblePanel> component is a collapsible panel that shows or hides content when the header bar is activated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTab
The <r:tab> component represents an individual tab inside a <r:tabPanel> component, including
the tab's content.
|
class |
AbstractTabPanel
The <r:tabPanel> component provides a set of tabbed panels for displaying one panel of content at a time.
|
class |
UITab
The <r:tab> component represents an individual tab inside a <r:tabPanel> component, including
the tab's content.
|
class |
UITabPanel
The <r:tabPanel> component provides a set of tabbed panels for displaying one panel of content at a time.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTogglePanel
The <r:togglePanel> component is used as a base for the other switchable components, the
<r:accordion> component and the <r:tabPanel> component.
|
class |
AbstractTogglePanelItem
The <r:togglePanelItem> component is a switchable panel for use with the <r:togglePanel>
component.
|
class |
UITogglePanel
The <r:togglePanel> component is used as a base for the other switchable components, the
<r:accordion> component and the <r:tabPanel> component.
|
class |
UITogglePanelItem
The <r:togglePanelItem> component is a switchable panel for use with the <r:togglePanel>
component.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.