I have created a custom widget in gwt which extends the composite.I am using focus panel in that.For FocusPanel I added ClickHandler.Then I have added keyboard listner.Now o
Maybe ClickListenerCollection.fireClick() does what you want. I haven't used it though
Sorry, that is deprecated and maybe not even useful. I guess you shoul look at widget.delegateEvent instead.