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 |
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 |
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.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.