public class PickUser
extends Object
implements com.google.gwt.core.client.EntryPoint
Author:
Massimiliano Assante, ISTI-CNR
Use this widget to display a a dropdown user list you can attach to a textbox to make select portal users typing @
uncomment //sample in the onModuleLoad() to see it working
To get to know which user was selected listen for the PickedUserEvent on the HandlerManager instance you pass to this widget.