Class 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 PickedItemEvent on the HandlerManager instance you pass to this widget.
    • Constructor Detail

      • PickItem

        public PickItem()
    • Method Detail

      • onModuleLoad

        public void onModuleLoad()
        This is the entry point method.
        Specified by:
        onModuleLoad in interface com.google.gwt.core.client.EntryPoint