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

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

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

        addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, 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, addComponentAsFirst, addComponentAtIndex, 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
    • 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)