Firing click event from code in gwt

后端 未结 8 667
甜味超标
甜味超标 2020-12-03 10:27

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

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 10:50

    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.

提交回复
热议问题