Hi Isomorphic,
I want to implement a right-click menu for ListGrid using addRowContextClickHandler + HStack with Menu + SomeClickHandler for the menu.
I saw that there is MenuItemClickEvent which sounds like it is the correct event to add a handler for at the menu.
There is also ItemClickEvent, which is also in the same package but does not sound that perfectly right.
The Javadocs don't help here which to use and this sample uses the latter one.
Could you explain what to use and what the difference between those two is?
I'm using current 5.1p.
Thank you & Best regards
Blama
I want to implement a right-click menu for ListGrid using addRowContextClickHandler + HStack with Menu + SomeClickHandler for the menu.
I saw that there is MenuItemClickEvent which sounds like it is the correct event to add a handler for at the menu.
There is also ItemClickEvent, which is also in the same package but does not sound that perfectly right.
The Javadocs don't help here which to use and this sample uses the latter one.
Could you explain what to use and what the difference between those two is?
I'm using current 5.1p.
Thank you & Best regards
Blama
Comment