spring-faces

Package org.springframework.faces.ui

Spring Faces component library.

See:
          Description

Class Summary
AjaxEventInterceptorRenderer Renderer for the <sf:ajaxEvent> tag.
AjaxViewRoot Customizes the behavior of an existing UIViewRoot with Ajax-aware processing.
BaseComponentRenderer Base Renderer for typical faces components, handling the rendering for common UIComponent attributes.
BaseDojoComponentRenderer Base Renderer for components that require the Dojo implementation of Spring JavaScript to be available on the client.
BaseSpringJavascriptComponentRenderer Base Renderer for components that require the Spring JavaScript library on the client.
BaseSpringJavascriptDecorationRenderer  
DelegatingViewRoot Base class for wrapping an existing UIViewRoot to customize its behavior.
DojoClientCurrencyValidator Component that uses the Dojo implementation of Spring JavaScript to decorate a child input component with client-side currency validation behavior.
DojoClientDateValidator Component that uses the Dojo implementation of Spring JavaScript to decorate a child input component with client-side date validation behavior.
DojoClientNumberValidator Component that uses the Dojo implementation of Spring JavaScript to decorate a child input component with client-side numeric validation behavior.
DojoClientTextValidator Component that uses the Dojo implementation of Spring JavaScript to decorate a child input component with client-side text validation behavior.
DojoElementDecorationRenderer Generic renderer for components that use the Dojo implementation of Spring JavaScript to decorate a child component with enhanced client-side behavior.
DojoScriptRenderer Renderer implementation that renders the JavaScript resources required by the Dojo versions of the Spring Faces components.
DojoStyleRenderer Renderer implementation that renders the CSS resources required by Dojo's widget system.
DojoWidget Base UIComponent for a component that uses the Dojo implementation of Spring JavaScript to decorate a child component with enhanced client-side behavior.
DojoWidgetRenderer  
DynamicComponent A completely dynamic component that is used to back simple Facelets tags.
ProgressiveCommandButtonRenderer Renderer for the <sf:commandButton> tag.
ProgressiveCommandLinkRenderer Renderer for the <sf:commandLink> tag.
ProgressiveUICommand UIComponent implementation that backs the <sf:commandButton> tag.
ResourceGroupRenderer Renderer for the <sf:resourceGroup> tag.
ResourceRenderer Renderer for the <sf:resource> tag.
SpringJavascriptElementDecoration  
ValidateAllRenderer Renderer for the <sf:validateAllOnClick> tag.
 

Package org.springframework.faces.ui Description

Spring Faces component library.


spring-faces