Class Tabs

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.tabs.TabSheet
com.storedobject.vaadin.Tabs
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 Tabs extends com.vaadin.flow.component.tabs.TabSheet
Deprecated.
Use Vaadin's TabSheet instead.
This was providing functionality similar to the new TabsSheet component in Vaadin. Now, this is deprecated and the implementation is extended from Vaadin's TabSheet.
Author:
Syam
See Also: