Default style (Cherry Eve). Switch styles (Capricorn). Atom Feed Calendar
http://blogs.sun.com/dmitry/date/20071030 Tuesday October 30, 2007

Creating autocomplete entry field with Woodstock

Woodstock components (https://woodstock.dev.java.net/index.html) provide powerful and flexible set of client side Web components. Like living cells, not only components represent complete functional units by themselves, they can also be connected together to create new forms of functionality.

This document shows how a textField and listBox can be connected together to build a so-called autocomplete entry field – the one that presents to the user dynamic set of completing entered data or suggestions based on what information user is typing.


All sources and Netbeans ( NB 6 Beta 2) project are attached at the end of this document.


[Read More]