Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.component.attribute |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAjaxFunction
The <a4j:jsFunction> component performs Ajax requests directly from JavaScript code and retrieves server-side data.
|
class |
AbstractAjaxStatus
The <a4j:status> component displays the status of current Ajax requests.
|
class |
AbstractCommandButton
The <a4j:commandButton> component is similar to the JavaServer Faces (JSF) <h:commandButton> component,
but additionally includes Ajax support.
|
class |
AbstractCommandLink
The <a4j:commandLink> component is similar to the JavaServer Faces (JSF) <h:commandLink> component, except that it
includes plugged-in Ajax behavior.
|
class |
AbstractFileUpload
The <rich:fileUpload> component allows the user to upload files to a server.
|
class |
AbstractPoll
The <a4j:poll> component allows periodical sending of Ajax requests to the server.
|
class |
AbstractPush
The <a4j:push> component performs real-time updates on the client side from events triggered at the server side.
|
class |
AbstractQueue
The <a4j:queue> component manages the JSF queue of Ajax requests.
|
class |
BasicActionComponent |
class |
UICommandButton
The <a4j:commandButton> component is similar to the JavaServer Faces (JSF) <h:commandButton> component,
but additionally includes Ajax support.
|
class |
UICommandLink
The <a4j:commandLink> component is similar to the JavaServer Faces (JSF) <h:commandLink> component, except that it
includes plugged-in Ajax behavior.
|
class |
UIFileUpload
The <rich:fileUpload> component allows the user to upload files to a server.
|
class |
UIFunction
The <a4j:jsFunction> component performs Ajax requests directly from JavaScript code and retrieves server-side data.
|
class |
UIPoll
The <a4j:poll> component allows periodical sending of Ajax requests to the server.
|
class |
UIPush
The <a4j:push> component performs real-time updates on the client side from events triggered at the server side.
|
class |
UIQueue
The <a4j:queue> component manages the JSF queue of Ajax requests.
|
class |
UIStatus
The <a4j:status> component displays the status of current Ajax requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AjaxCommandProps |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.