public class TabsheetState extends AbstractComponentContainerState
Modifier and Type | Field and Description |
---|---|
static String |
PRIMARY_STYLE_NAME |
String |
selected
the key of the currently selected tab.
|
boolean |
tabCaptionsAsHtml |
int |
tabIndex
Index of the component when switching focus - not related to Tabsheet
tabs.
|
List<TabState> |
tabs |
boolean |
tabsVisible
true to show the tab bar, false to only show the contained component.
|
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
enabled, registeredEventListeners, resources
Constructor and Description |
---|
TabsheetState() |
public static final String PRIMARY_STYLE_NAME
@NoLayout public int tabIndex
public boolean tabsVisible
public String selected
public boolean tabCaptionsAsHtml
Copyright © 2018 Vaadin Ltd. All rights reserved.