Search code examples
gwtsmartgwt

how I create rightClickHandler in smartGWT?


I want to use rightClickHandler in smartGWT Calender widget. Can anybody help me?


Solution

  •   Menu mainMenu = new Menu();
    
    //menu items
    
     widget.setContextMenu(mainMenu);
    

    http://www.java2s.com/Code/Java/GWT/ContextMenuSampleSmartGWT.htm

    How to handle right mouse click on the specific Event in SmartGWT Calendar?