Class Tabs

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div>
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.HasStyle, Serializable
Direct Known Subclasses:
ObjectLinkField.Tabs

public class Tabs extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div>
This class wraps Vaadin's Tabs with a Div. Components can be added under each Tab and will go in the Div when the respective Tab is selected.
Author:
Syam
See Also: