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 |
CommandButtonProps
Interface defining the methods for command-button-props.xml
|
interface |
LinkProps
Interface defining the methods for link-props.xml
|
interface |
OutputFormatProps
Interface defining the methods for output-format-props.xml
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAutocomplete
The <r:autocomplete> component is an auto-completing input-box with built-in Ajax capabilities.
|
class |
UIAutocomplete
The <r:autocomplete> component is an auto-completing input-box with built-in Ajax capabilities.
|
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 |
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 |
AbstractNotify
The <r:notify> component serves for advanced user interaction, using notification boxes to give the user instant
feedback on what's happening within the application.
|
class |
UINotify
The <r:notify> component serves for advanced user interaction, using notification boxes to give the user instant
feedback on what's happening within the application.
|
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 |
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 |
AbstractOrderingComponent |
class |
AbstractSelectComponent |
class |
AbstractSelectManyComponent |
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 |
AbstractOrderingList
The <r:orderingList> is a component for ordering items in a list (client-side).
|
class |
UIOrderingList
The <r:orderingList> is a component for ordering items in a list (client-side).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPickList
The <r:pickList> is a component for pick items in a list (client-side).
|
class |
UIPickList
The <r:pickList> is a component for pick items in a list (client-side).
|
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.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.