I have a menu which contains MenuItem's and I am a bit confused with the two different EventHandler's
- ClickHandler
- ItemClickHandler
Originally I thought the latter would be the sub-class of the former, but that is not true. Instead both are sub-class of EventHandler (Note: EventHandler is Google GWT concept not a SmartGWT concept)
Is general, is there some general guidelines / documents on how these different SmartGWT handlers are organized or used?
Thanks!
- ClickHandler
- ItemClickHandler
Originally I thought the latter would be the sub-class of the former, but that is not true. Instead both are sub-class of EventHandler (Note: EventHandler is Google GWT concept not a SmartGWT concept)
Is general, is there some general guidelines / documents on how these different SmartGWT handlers are organized or used?
Thanks!
Comment