| Package | Description |
|---|---|
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Method and Description |
|---|---|
TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.caption(com.holonplatform.core.i18n.Localizable caption)
Set the tab caption using a
Localizable. |
default TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.caption(String caption)
Set the tab caption.
|
default TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.caption(String defaultCaption,
String messageCode,
Object... arguments)
Set the tab caption.
|
TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.closable(boolean closable)
Sets the closability status for the tab.
|
TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.defaultFocusComponent(com.vaadin.ui.Component.Focusable component)
Set the component that should automatically focused when the tab is selected.
|
TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.description(com.holonplatform.core.i18n.Localizable description)
Set the tab description using a
Localizable. |
default TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.description(String description)
Set the tab description.
|
default TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.description(String defaultDescription,
String messageCode,
Object... arguments)
Set the tab description.
|
TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.enabled(boolean enabled)
Set whether the tab is enabled.
|
TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.icon(com.vaadin.server.Resource icon)
Set the tab icon.
|
TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.styleName(String styleName)
Set the tab CSS style name.
|
TabsBuilder.TabBuilder<C> |
TabsBuilder.TabBuilder.visible(boolean visible)
Set tab visibility.
|
TabsBuilder.TabBuilder<C> |
TabsBuilder.withTab(com.vaadin.ui.Component component)
Configure a new Tab to be added to the tabs component.
|
Copyright © 2019 The Holon Platform. All rights reserved.