@CssImport(value="basic-tab-sheet.css")
public class BasicTabSheet
extends com.vaadin.flow.component.orderedlayout.VerticalLayout
| Modifier and Type | Field and Description |
|---|---|
static String |
INVISIBLE_CLASS |
static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
BasicTabSheet() |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.component.tabs.Tab |
addTab(String tab,
com.vaadin.flow.component.Component component) |
com.vaadin.flow.component.tabs.Tab |
addTab(com.vaadin.flow.component.tabs.Tab tab,
com.vaadin.flow.component.Component component) |
com.vaadin.flow.component.orderedlayout.VerticalLayout |
getContentLayout() |
Map<com.vaadin.flow.component.tabs.Tab,com.vaadin.flow.component.Component> |
getTabComponents() |
com.vaadin.flow.component.tabs.Tabs |
getTabs() |
void |
replaceTab(com.vaadin.flow.component.tabs.Tab tab,
com.vaadin.flow.component.Component component) |
void |
setContentLayout(com.vaadin.flow.component.orderedlayout.VerticalLayout contents) |
void |
setTabComponents(Map<com.vaadin.flow.component.tabs.Tab,com.vaadin.flow.component.Component> tabComponents) |
void |
setTabs(com.vaadin.flow.component.tabs.Tabs tabs) |
protected void |
setVisible(com.vaadin.flow.component.Component c,
Boolean visible) |
addAndExpand, getAlignItems, getAlignSelf, getDefaultHorizontalComponentAlignment, getHorizontalComponentAlignment, setAlignItems, setAlignSelf, setDefaultHorizontalComponentAlignment, setHorizontalComponentAlignment, setPadding, setSpacingaddListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBoxSizing, getThemeList, isMargin, isPadding, isSpacing, setBoxSizing, setMarginexpand, getFlexGrow, getJustifyContentMode, replace, setFlexGrow, setJustifyContentModegetChildren, getComponentAt, getComponentCount, indexOfadd, add, addComponentAsFirst, addComponentAtIndex, remove, removeAlladdClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNamegetCssSize, getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFullpublic static final org.slf4j.Logger LOGGER
public static final String INVISIBLE_CLASS
protected void setVisible(com.vaadin.flow.component.Component c,
Boolean visible)
public void replaceTab(com.vaadin.flow.component.tabs.Tab tab,
com.vaadin.flow.component.Component component)
public com.vaadin.flow.component.tabs.Tab addTab(String tab, com.vaadin.flow.component.Component component)
public com.vaadin.flow.component.tabs.Tab addTab(com.vaadin.flow.component.tabs.Tab tab,
com.vaadin.flow.component.Component component)
public Map<com.vaadin.flow.component.tabs.Tab,com.vaadin.flow.component.Component> getTabComponents()
public void setTabComponents(Map<com.vaadin.flow.component.tabs.Tab,com.vaadin.flow.component.Component> tabComponents)
public com.vaadin.flow.component.orderedlayout.VerticalLayout getContentLayout()
public void setContentLayout(com.vaadin.flow.component.orderedlayout.VerticalLayout contents)
public com.vaadin.flow.component.tabs.Tabs getTabs()
public void setTabs(com.vaadin.flow.component.tabs.Tabs tabs)
Copyright © 2021. All rights reserved.