Package org.apache.click.ajax

Provides Ajax support for controls, allowing them to handle and respond to Ajax requests.

See:
          Description

Interface Summary
AjaxBehavior AjaxBehavior extends the basic Behavior functionality to allow Controls to handle and process incoming Ajax requests.
 

Class Summary
DefaultAjaxBehavior Provides a default implementation of the AjaxBehavior interface.
 

Package org.apache.click.ajax Description

Provides Ajax support for controls, allowing them to handle and respond to Ajax requests. This is achieved through the AjaxBehavior interface which extends Behavior and adds the AjaxBehavior.onAction(org.apache.click.Control) method for handling Ajax requests.

A default AjaxBehavior implementation is provided by the DefaultAjaxBehavior class.