Uses of Interface
com.vaadin.ui.TabSheet.CloseHandler
-
Packages that use TabSheet.CloseHandler Package Description com.vaadin.ui -
-
Uses of TabSheet.CloseHandler in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type TabSheet.CloseHandler Modifier and Type Method Description voidTabSheet. setCloseHandler(TabSheet.CloseHandler handler)Provide a customTabSheet.CloseHandlerfor this TabSheet if you wish to perform some additional tasks when a user clicks on a tabs close button, e.g.
-