Tabsheet component.
3.0
Inheritance Path. java.lang.Object-> com.itmill.toolkit.ui.AbstractComponent -> com.itmill.toolkit.ui.AbstractComponentContainer -> com.itmill.toolkit.ui.TabSheet
Parameters
c
The component to be added.
Add a component into this container. The component is added as a tab where its default tab-caption is the caption of the component.
Parameters
listener
Listener to be added.
Add selected tab change listener
Parameters
c
The component to be added onto tab.
caption
The caption of the tab.
icon
Set the icon of the tab.
Add a new tab into TabSheet.
Parameters
event
Variable change event containing the information about the changed variable.
Invoked when the value of a variable has changed.
Parameters
Iterator of the components inside the container.
Get component container iterator for going trough all the components in the container.
Parameters
tabsHidden
True if the tabs should be hidden.
Setter for property tabsHidden.
Parameters
source
The container components are removed from.
Move all components from another container to this container. The components are removed from the other container.
Parameters
event
PaintEvent.
Exceptions
PaintException
The paint operation failed.
Paint the content of this component.
Parameters
c
The component to be removed.
Remove a component from this container.
Parameters
listener
Listener to be removed.
Remove selected tab change listener