Package | Description |
---|---|
org.richfaces.ui.ajax.command | |
org.richfaces.ui.attribute |
Interfaces used to define common sets of component attributes, and their taglib documentation.
|
org.richfaces.ui.input.inputNumberSlider | |
org.richfaces.ui.input.inputNumberSpinner | |
org.richfaces.ui.message.message | |
org.richfaces.ui.message.messages | |
org.richfaces.ui.select |
RichFaces select components
|
org.richfaces.ui.select.orderingList | |
org.richfaces.ui.select.pickList |
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 |
InputProps
Interface defining the methods for input-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 |
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 |
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 |
AbstractOrderingComponent |
class |
AbstractSelectManyComponent |
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).
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.