NextApp Echo3
v3.0.2

Echo Application Framework
API Specification

This document is the API specification for the Echo Application Framework.

See: Description

Packages 
Package Description
nextapp.echo.app
Provides the core classes and components for creating Echo applications.
nextapp.echo.app.button
Provides supporting classes for button components including Button, CheckBox, and RadioButton.
nextapp.echo.app.event
Provides core events, listener interfaces, and event management classes.
nextapp.echo.app.layout
Provides LayoutData implementations which serve to describe the interface between a Component and its parent.
nextapp.echo.app.list
Provides supporting classes for selection list components including SelectField and ListBox.
nextapp.echo.app.reflect
Provides utilities for performing introspection on Echo component and object classes.
nextapp.echo.app.serial
Provides classes for serializing component states to and from XML.
nextapp.echo.app.serial.property
Provides peers to serialize various property types to and from XML.
nextapp.echo.app.table
Provides supporting classes for Table components.
nextapp.echo.app.text
Provides supporting classes for text extry components, such as TextField and TextArea.
nextapp.echo.app.update
Provides support for synchronizing the state of the server-side application with the client environment.
nextapp.echo.app.util
Provides utility classes.
NextApp Echo3
v3.0.2