Package com.vaadin.shared.ui.tabsheet
Class TabState
- java.lang.Object
-
- com.vaadin.shared.ui.tabsheet.TabState
-
- All Implemented Interfaces:
Serializable
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:
- Serialized Form
-
-
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
-
-