Uses of Interface
com.vaadin.ui.TabSheet.CloseHandler

Packages that use TabSheet.CloseHandler
com.vaadin.ui   
 

Uses of TabSheet.CloseHandler in com.vaadin.ui
 

Methods in com.vaadin.ui with parameters of type TabSheet.CloseHandler
 void TabSheet.setCloseHandler(TabSheet.CloseHandler handler)
          Provide a custom TabSheet.CloseHandler for this TabSheet if you wish to perform some additional tasks when a user clicks on a tabs close button, e.g.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.