Class PickItem
- java.lang.Object
-
- org.gcube.portlets.widgets.pickitem.client.PickItem
-
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
public class PickItem 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
PickedItemEventon theHandlerManagerinstance you pass to this widget.
-
-
Constructor Summary
Constructors Constructor Description PickItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonModuleLoad()This is the entry point method.
-