We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.tabsheet.
Class TabsheetState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.AbstractComponentContainerState
-
- com.vaadin.shared.ui.tabsheet.TabsheetState
-
All Implemented Interfaces:
Direct Known Subclasses:
public class TabsheetState extends AbstractComponentContainerState
See Also:
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description TabsheetState()
-
-
-
Field Detail
-
PRIMARY_STYLE_NAME
public static final String PRIMARY_STYLE_NAME
See Also:
-
tabIndex
@NoLayout public int tabIndex
Index of the component when switching focus - not related to Tabsheet tabs.
-
tabsVisible
public boolean tabsVisible
true to show the tab bar, false to only show the contained component.
-
selected
public String selected
the key of the currently selected tab.
-
tabCaptionsAsHtml
public boolean tabCaptionsAsHtml
-
-