How to add popup window in vaadin 7.6.5 using window.

can any one help me :
1.How to add popup window in vaadin 7.6.5 using window.
2. How to add radio Button in grid , for examle gender(M,F) or checkbox (M,F) or combobox (M,F)

  1. Check
    https://vaadin.com/docs7/-/part7/framework/layout/layout-sub-window.html
    for documentation and examples
  2. Depends! You’ll need a Renderer, though, see
    https://vaadin.com/docs7/-/part7/framework/components/components-grid.html#components.grid.renderer
    for more information. There are a bunch of Renderers you might want to check out in the
    Directory
    :
    https://vaadin.com/directory#!browse/search=renderer

-Olli

Thanks @Olli