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 void
TabSheet. setCloseHandler(TabSheet.CloseHandler handler)
Provide a customTabSheet.CloseHandler
for this TabSheet if you wish to perform some additional tasks when a user clicks on a tabs close button, e.g.
-