Package com.sun.j2ee.blueprints.ui.selectvalue

Interface Summary
SelectValueUtil Interface implemented by classes that look up a service and return an array an array of SelectItem based on the result.
 

Class Summary
SelectValueComponent SelectValue Component is a TextField that asynchronously displays a drop down with valid values (such as addresses) that match what you typed based on a method look up on the server side.
SelectValueHandler AJAX event handler(s) for SelectValueComponent.
SelectValuePhaseListener  
SelectValueRenderer This renderer generates the necessary markup (including JavaScript) for SelectValueComponent.
SelectValueTag