Class VTab

    • Constructor Summary

      Constructors 
      Constructor Description
      VTab()  
      VTab​(com.vaadin.flow.component.Component... components)  
      VTab​(String label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VTab withFlexGrow​(double flexGrow)  
      VTab withLabel​(String label)  
      VTab withSelected​(boolean selected)  
      VTab withThemeVariants​(com.vaadin.flow.component.tabs.TabVariant... variants)  
      • Methods inherited from class com.vaadin.flow.component.tabs.Tab

        addThemeVariants, getFlexGrow, getLabel, isSelected, removeThemeVariants, setFlexGrow, setLabel, setSelected, toString
      • Methods inherited from class com.vaadin.flow.component.tabs.GeneratedVaadinTab

        getValueString, isDisabledBoolean, isSelectedBoolean, setDisabled, setValue
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, scrollIntoView, set, setElement, setId, setVisible
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
      • Methods inherited from interface com.vaadin.flow.component.HasComponents

        add, add, add, addComponentAsFirst, addComponentAtIndex, remove, remove, removeAll
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasEnabled

        isEnabled, setEnabled
      • Methods inherited from interface com.vaadin.flow.component.HasStyle

        addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
      • Methods inherited from interface com.vaadin.flow.component.HasTheme

        addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeName
      • Methods inherited from interface com.vaadin.flow.component.shared.HasTooltip

        getTooltip, setTooltipText
    • Constructor Detail

      • VTab

        public VTab()
      • VTab

        public VTab​(String label)
      • VTab

        public VTab​(com.vaadin.flow.component.Component... components)
    • Method Detail

      • withLabel

        public VTab withLabel​(String label)
      • withFlexGrow

        public VTab withFlexGrow​(double flexGrow)
      • withThemeVariants

        public VTab withThemeVariants​(com.vaadin.flow.component.tabs.TabVariant... variants)
      • withSelected

        public VTab withSelected​(boolean selected)