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 and Description String
caption
boolean
closable
String
componentError
ErrorLevel
componentErrorLevel
The error level of the component.
String
description
boolean
enabled
String
iconAltText
String
id
String
key
String
styleName
boolean
visible
-
Constructor Summary
Constructors Constructor and Description TabState()
-
-
-
Field Detail
-
caption
public String caption
-
enabled
public boolean enabled
-
visible
public boolean visible
-
closable
public boolean closable
-
description
public String description
-
styleName
public String styleName
-
key
public String key
-
componentError
public String componentError
-
componentErrorLevel
public ErrorLevel componentErrorLevel
The error level of the component.
Since:
7.7.11
-
id
public String id
-
iconAltText
public String iconAltText
-
-