Tabs |
Tabs.add(Tab tab) |
|
Tabs |
Tabs.addTab(Tab tab) |
|
<T> Tabs |
Tabs.addTabs(Iterable<T> items,
Function<T,Tab> display) |
|
Tabs |
Tabs.ariaAddLabel(String label) |
Aria-label for the add button.
|
Tabs |
Tabs.ariaLabel(String label) |
Provides an accessible label for the tabs.
|
Tabs |
Tabs.ariaOverflowLabel(String label) |
The aria label applied to the button which toggles the tab overflow menu
|
Tabs |
Tabs.ariaScrollBackLabel(String label) |
Aria-label for the back scroll button
|
Tabs |
Tabs.ariaScrollForwardLabel(String label) |
Aria-label for the forward scroll button
|
Tabs |
Tabs.ariaToggleLabel(String label) |
Aria-label for the expandable toggle
|
Tabs |
Tabs.box(boolean box) |
|
Tabs |
Tabs.closeable() |
|
Tabs |
Tabs.closeable(CloseHandler<Tab> closeHandler) |
|
Tabs |
Tabs.expandable(Breakpoints<ExpandableModifier> expandable) |
|
Tabs |
Tabs.fill(boolean fill) |
|
Tabs |
Tabs.inset(Breakpoints<Inset> inset) |
Insets at various breakpoints.
|
Tabs |
Tabs.lightTabs() |
|
Tabs |
Tabs.lightTabs(boolean lightTabs) |
Enables lightTabs styling to the tab component
|
Tabs |
Tabs.noBorderBottom() |
|
Tabs |
Tabs.noBorderBottom(boolean noBorderBottom) |
Disables border bottom tab styling on tabs.
|
Tabs |
Tabs.noInitialSelection() |
By default, the first tab is selected initially.
|
Tabs |
Tabs.onAdd(Function<Tabs,Tab> addHandler) |
Callback for the add button.
|
Tabs |
Tabs.onClose(CloseHandler<Tab> closeHandler) |
|
Tabs |
Tabs.onSelect(SelectHandler<Tab> selectHandler) |
|
Tabs |
Tabs.onToggle(ToggleHandler<Tabs> toggleHandler) |
|
Tabs |
Tabs.overflowHorizontal() |
Flag which places overflowing tabs into a menu triggered by the last tab.
|
Tabs |
Tabs.overflowHorizontal(String overflowText) |
Flag which places overflowing tabs into a menu triggered by the last tab.
|
Tabs |
Tabs.pageInsets(boolean pageInsets) |
|
Tabs |
Tabs.secondary(boolean secondary) |
Enables secondary styling to the tab component
|
Tabs |
Tabs.showTabCount() |
|
Tabs |
Tabs.showTabCount(boolean showTabCount) |
Flag which shows the count of overflowing tabs when enabled
|
Tabs |
Tab.tabs() |
Returns the enclosing Tabs component.
|
static Tabs |
Tabs.tabs() |
|
static <E extends HTMLElement> Tabs |
Tabs.tabs(HTMLContainerBuilder<E> builder) |
|
Tabs |
Tabs.that() |
|
Tabs |
Tabs.toggleText(String text) |
Text that appears in the expandable toggle.
|
Tabs |
Tabs.vertical(boolean vertical) |
|