org.gcube.portlets.widgets.pickuser.client
Class PickUser
java.lang.Object
org.gcube.portlets.widgets.pickuser.client.PickUser
- All Implemented Interfaces:
- com.google.gwt.core.client.EntryPoint
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.
Method Summary |
void |
onModuleLoad()
This is the entry point method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PickUser
public PickUser()
onModuleLoad
public void onModuleLoad()
- This is the entry point method.
- Specified by:
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
Copyright © 2014. All Rights Reserved.