Class Summary |
AutoCompleteComponent |
Completion-capable JSF text field. |
AutoCompleteHandler |
AJAX event handler(s) for AutoCompleteComponent . |
AutoCompletePhaseListener |
Phase listener which handles two types of requests:
Responds to requests for the JavaScript file referenced by the rendered textfield component markup
Responds to autocompletion requests
|
AutoCompleteRenderer |
This renderer generates HTML (including JavaScript) for AutoCompleteComponents,
emitting the necessary markup to provide auto completion for the textfield. |
AutoCompleteTag |
This class is the tag handler class for a AutoCompleteComponent
component associated with a AjaxTextFieldRenderer renderer. |
AutoCompleteUtilities |
Utility methods for the AJAX Text component (and possibly other components
we'll develop next) |
CompletionResult |
Class which gathers completion results from event handlers |