-
TabSheet.add(com.vaadin.flow.component.Component tabContent,
com.vaadin.flow.component.Component content)
Adds a tab created from the given tab content and content.
TabSheet.add(Tab tab,
com.vaadin.flow.component.Component content)
Adds a tab with the given content.
TabSheet.add(Tab tab,
com.vaadin.flow.component.Component content,
int position)
Adds a tab with the given content to the given position.
TabSheet.add(String tabText,
com.vaadin.flow.component.Component content)
Adds a tab created from the given text and content.
Get previous selected tab for this event.
Get previous selected tab for this event.
Gets the currently selected tab.
Get selected tab for this event.
Gets the currently selected tab.
Get selected tab for this event.
TabSheet.getTab(com.vaadin.flow.component.Component content)
Returns the
Tab associated with the given component.
Returns the tab at the given position.
Returns the tab at the given position.
void
Adds the given tabs to the component.
TabSheet.add(Tab tab,
com.vaadin.flow.component.Component content)
Adds a tab with the given content.
TabSheet.add(Tab tab,
com.vaadin.flow.component.Component content,
int position)
Adds a tab with the given content to the given position.
void
Adds the given tab as the first child of this component.
void
Adds the given tab as child of this tab at the specific index.
com.vaadin.flow.component.Component
Returns the Component instance associated with the given tab.
int
Returns the index of the given tab.
int
Returns the index of the given tab.
void
Removes the given child tabs from this component.
void
void
Replaces the tab in the container with another one without changing
position.
void
void
Creates a new selected change event.
Creates a new selected change event.
Tabs(boolean autoselect,
Tab... tabs)
Constructs a new object enclosing the given autoselect option and tabs,
with
HORIZONTAL orientation.
Constructs a new object enclosing the given tabs, with
HORIZONTAL orientation.