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 TabState
- java.lang.Object
-
- com.vaadin.shared.ui.tabsheet.TabState
-
All Implemented Interfaces:
public class TabState extends Object implements Serializable
Shared state of a single tab in a Tabsheet or an Accordion.
Since:
7.2
Author:
Vaadin Ltd
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description String
caption
boolean
closable
String
componentError
ErrorLevel
componentErrorLevel
Represents the level of error on a tab.
String
description
ContentMode
descriptionContentMode
boolean
enabled
String
iconAltText
String
id
String
key
String
styleName
boolean
visible
-
Constructor Summary
Constructors Constructor Description TabState()
-
-
-
Field Detail
-
caption
public String caption
-
enabled
public boolean enabled
-
visible
public boolean visible
-
closable
public boolean closable
-
description
public String description
-
descriptionContentMode
public ContentMode descriptionContentMode
-
styleName
public String styleName
-
key
public String key
-
componentError
public String componentError
-
componentErrorLevel
public ErrorLevel componentErrorLevel
Represents the level of error on a tab.
Since:
8.2
-
id
public String id
-
iconAltText
public String iconAltText
-
-