EchoPoint API - 3.0.0b5
App Webcontainer

Package echopoint

Primary package under which all the public components provided by EchoPoint are organised.

See:
          Description

Class Summary
AbleComponent AbleComponent is an abstract Component that implements a number of the 'able interfaces and serves as the base for other components
Anchor A component that represents a HTML anchor tag.
ApplicationBackground This component sets the background attribute for the body tag.
AutoLookupSelectField  
AutoLookupTextField A text field that attempts to fetch matching entries from the server.
BorderLayout An implementation of BorderLayout using a HTML table with three rows, and three columns.
ComponentEx ComponentEx is an abstract component that offers helper methods for getting and setting properties, beyond what the base nextapp.echo2.app.Component does.
ContainerEx ContainerEx is a component that can be positioned anywhere on the screen with an specified size attributes.
DirectHtml DirectHtml is a very lightweight component that will insert HTML text directly onto the client.
Fckeditor  
HtmlLabel HtmlLabel is a very lightweight component that will insert HTML text directly onto the client.
HtmlLayout A container component that uses user specified XHTML layout to render components.
HttpPane A component that uses a iframe to dislay the contents of a user specified URI.
ImageIcon The ImageIcon class provides an component that displays an ImageReference.
ImageMap The ImageMap class provides a Component that allows a user to click on region(s) within a provided region.
InfoWindow A component that displays a floating information window when hovering over a driver text.
IntegerTextField A simple regex text field that limits input to integer values only.
KeystrokeTextField The KeystrokeTextField allows you to be notified about each keystroke in the text field component.
LightBox The LightBox is a component that covers all visible content with a translucent image.
NumberTextField A simple extension of RegexTextField that allows only numeric characters and one period (.) to be entered.
ProgressBar A simple colour based progress bar component.
PushButton A button component that by default appears like the system and browser default.
RegexTextField A text field that enforces a user supplied regular expression on a key press.
Separator The Separator class is a Component that provides a simple separator within menus or between other Components It consists of a top line and bottom line, that can have width and color values.
Strut Strut is a very simple component that can have a fixed width and height.
TagCloud A tag cloud component based on client-side code contribued by Tod.
TemplatePanel TemplatePanel is a container that uses a TemplateLayoutData to render a template of content.
 

Enum Summary
Anchor.Target The options for specifying the Anchor.PROPERTY_TARGET property.
BorderLayout.Region Enumeration for the regions in a border layout.
 

Package echopoint Description

Primary package under which all the public components provided by EchoPoint are organised.


EchoPoint API - 3.0.0b5
App Webcontainer