|
Class Summary |
| AbstractContainer |
|
| AbstractFormElement |
|
| AbstractFormListElement |
|
| AbstractRemoteBean |
AbstractRemoteCallUIBean is superclass for all components dealing with remote
calls. |
| AbstractTopicsBean |
|
| Accordion |
Renders a accordion from a given list or map
|
| AccordionItem |
Renders a accordion item
|
| Anchor |
A tag that creates an HTML <a/> element, that when clicked makes an
asynchronous request(XMLHttpRequest). |
| Autocompleter |
A tag that creates an Autocompleter. |
| CheckboxList |
A tag that creates an Button Set from a Checkbox List. |
| DatePicker |
A tag that creates an Datepicker. |
| Dialog |
Renders a Dialog with local or remote content
|
| Div |
This tag generates an HTML div that loads its content using an XMLHttpRequest
call, via the jQuery framework. |
| Head |
The "head" tag renders required JavaScript
code to configure jQuery and is required in order to use any of the tags
included in the jQuery plugin. |
| Progressbar |
Renders a progressbar
|
| Radio |
A tag that creates an Button Set from a Radio Button Map. |
| Select |
Render HTML select box providing content from remote call via AJAX
|
| Slider |
A tag that creates an Slider. |
| Spinner |
A tag that creates an Spinner. |
| Submit |
Renders a submit button that can submit a form asynchronously. |
| Tab |
Renders a local or an remote tab for tabbedPanel
|
| TabbedPanel |
The tabbedpanel widget is primarily an AJAX component, where each tab can
either be local content or remote content. |
| Textarea |
Render HTML textarea providing content from remote call via AJAX
|
| Textfield |
Render HTML textfield providing content from remote call via AJAX
|