Modifier and Type | Class and Description |
---|---|
class |
AjaxBehavior
The <r:ajax> behavior allows Ajax capability to be added to a non-Ajax component.
|
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 | Class and Description |
---|---|
class |
AbstractAjaxFunction
The <r:jsFunction> component performs Ajax requests directly from JavaScript code and retrieves server-side data.
|
class |
UIAjaxFunction
The <r:jsFunction> component performs Ajax requests directly from JavaScript code and retrieves server-side data.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPoll
The <r:poll> component allows periodical sending of Ajax requests to the server.
|
class |
UIPoll
The <r:poll> component allows periodical sending of Ajax requests to the server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDropTarget
The <r:dropTarget> component can be added to a component so that the component can accept dragged items.
|
class |
UIDropTarget
The <r:dropTarget> component can be added to a component so that the component can accept dragged items.
|
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 |
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 |
AbstractTree
The <r:tree> component provides a hierarchical tree control.
|
class |
UITree
The <r:tree> component provides a hierarchical tree control.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMenuItem
The <r:menuItem> component represents a single item 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 |
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 |
AbstractPanelMenuGroup
The <r:panelMenuGroup> component defines a group of <r:panelMenuItem> components inside a
<r:panelMenu>.
|
class |
AbstractPanelMenuItem
The <r:panelMenuItem> component represents a single item inside a <r:panelMenuGroup> component,
which is in turn part of a <r:panelMenu> component.
|
class |
UIPanelMenuGroup
The <r:panelMenuGroup> component defines a group of <r:panelMenuItem> components inside a
<r:panelMenu>.
|
class |
UIPanelMenuItem
The <r:panelMenuItem> component represents a single item inside a <r:panelMenuGroup> component,
which is in turn part of a <r:panelMenu> component.
|
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 |
UITab
The <r:tab> component represents an individual tab inside a <r:tabPanel> component, including
the tab's content.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientValidatorImpl
The <r:validator> behavior adds client-side validation to a form input control based on registered server-side validators.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.