What is the best way to do "context aware" menu for table in Eclipse scout.
For example, lets assume that table has boolean row "Additional
", and we want :
if Additional is true show menu :
Edit
Add
Additional
if false
Edit
Add
Delete
How to do this ?