EchoPoint is now hosted on
java.net. You can follow the project progress by monitoring
news.
The current plan is to not port all EPNG components, but to start out with implementing those components that have to complement in either Echo3 or Echo3 Extras projects. At present there are no plans to implement extension components (ButtonEx, TextFieldEx, TableEx, etc).
|
Currently available components (As of Version 3.0.0 Beta 4) |
||
|
Anchor |
A component that represents a HTML anchor tag |
|
|
Sets the background attribute for the body tag |
||
|
java.awt.BorderLayout type container |
||
|
Carousel |
Carousel component |
|
|
Clock |
Presents the current time (based on jClock) |
|
|
Some parts from the EchopointNg equivalent has not been ported: scrollBarBaseColor, scrollBarProperties, horizontalScroll and verticalScroll |
||
|
This is both a date- and time picker (based on DynDateTime) |
||
|
DirectHtml is a very lightweight component that will insert HTML text directly onto the client. |
||
|
|
||
|
Can be used to monitor external events that comes in via web request URIs |
||
|
Fckeditor |
Integration of the Fckeditor in echo3 |
|
|
Google Chart API |
|
|
|
HtmlLabel is a very lightweight component that will insert HTML text directly onto the client. |
||
|
A simple TemplatePanel type container. Use HTML file/content for layout and plug in Echo components as appropriate |
||
|
A component that uses a iframe to dislay the contents of a user specified URI. |
||
|
The ImageIcon class provides an component that displays an ImageReference. |
||
|
The ImageMap class provides a Component that allows a user to click on region(s) within a provided region. |
||
|
A component that displays a floating information window when hovering over a driver text. |
||
|
can be used to run some arbitrary JavaScript on the client |
||
|
jQuery |
This component allows us to use jQuery features |
|
|
|
||
|
The LightBox is a component that covers all visible content with a translucent image. |
||
|
A simple extension of RegexTextField that allows only numeric characters and one period (.) to be entered. |
||
|
A simple colour based progress bar component. |
||
|
A button component that by default appears like the system and browser default. |
||
|
A text field that enforces a user supplied regular expression on a key press. |
||
|
Separator |
Provides a simple separator within menus or between other components |
|
|
Strut |
Strut is a very simple component that can have a fixed width and height. |
|
|
|
||
|
A tag cloud component based on client-side code contributed by Tod. |
||
|
A container that uses a TemplateLayoutData to render a template of content. In EchopointNG it was possible to set style and css properties. This feature is not implemented yet |
||
|
A pane container that can have an associated tooltip (based on qTip) |
||
|
|
||
|
Another file download component. |
||
|
Another file upload component. |
||
A simple example of the components can be found here
example application
The api can be found here
Server side API
Subversion repository can be viewed
here.
The component list and
developer guide are available under the trunk/docs directory.