Modifier and Type | Interface and Description |
---|---|
interface |
AbstractDivPanel |
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 |
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 |
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 |
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 |
AbstractMediaOutput
The <r:mediaOutput> component is used for generating images, video, sounds, and other resources defined on the fly.
|
class |
UIMediaOutput
The <r:mediaOutput> component is used for generating images, video, sounds, and other resources defined on the fly.
|
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 |
AbstractTooltip
The <r:tooltip> component provides an informational tool-tip.
|
class |
UITooltip
The <r:tooltip> component provides an informational tool-tip.
|
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.