www.element4solution.com

Package e4s.html.ajax

The ajax package contains classes required for AJAX support and integration.

See:
          Description

Interface Summary
E4AjaxData_Intf Interface for retrieving data using the E4Ajax mechanism.
E4AjaxElement_Intf Internal usage by E4S.
 

Class Summary
E4Ajax Abstract base class for E4Ajax content elements.
E4AjaxData Empty base implementation for E4AjaxData_Intf.
E4AjaxDataRepository Holds elements for E4Ajax data refreshes.
E4AjaxElementGeneral Ajax element implementation (bridge between HTML elements and E4AjaxData_Intf
E4AjaxElementInputValueChanger Change the value of an input field.
E4AjaxElementSelectOptionsChanger Change the options of a SELECT input element.
E4AjaxScripts Java-Script required to support E4Ajax.
E4AjaxTable Provide an ajax based table that provides paging, change columns and sorting.
E4AjaxTable.E4AjaxTableColumn  
E4SelectValuesAjax Special implementation of E4SelectValues to change dynamically the contents of a SELECT input field based on E4Ajax refresh.
 

Package e4s.html.ajax Description

The ajax package contains classes required for AJAX support and integration.

Structure and nesting of HTML output:

The e4s covers most of the HTML tags as classes within this package.

An example can be found in the tutorial: e4s.tutorial.Example_Ajax_A.html.


www.element4solution.com