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
The error level of the component.String
description
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
-
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
-
-