Class VTabSheet

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.tabs.TabSheet
org.vaadin.firitin.layouts.VTabSheet
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasTheme, com.vaadin.flow.component.shared.HasPrefix, com.vaadin.flow.component.shared.HasSuffix, com.vaadin.flow.component.shared.HasThemeVariant<com.vaadin.flow.component.tabs.TabSheetVariant>, Serializable

public class VTabSheet extends com.vaadin.flow.component.tabs.TabSheet
A TabSheet component that behaves in the same way as the familiar Vaadin 7,8. It provides a layer on top of Tabs which handles component change on Tab clicks automatically.
Author:
mmerruko
See Also: