Interface TabVisibilityListener
- All Known Implementing Classes:
TabPanel
public interface TabVisibilityListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetTabVisible(Component component, boolean visible) Set the component visible or invisible.
-
Method Details
-
setTabVisible
Set the component visible or invisible.- Parameters:
component- the componentvisible- the visible flag
-