public class TabState extends Object implements Serializable
Modifier and Type | Field and 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 and Description |
---|
TabState() |
public String caption
public boolean enabled
public boolean visible
public boolean closable
public String description
public ContentMode descriptionContentMode
public String styleName
public String key
public String componentError
public ErrorLevel componentErrorLevel
public String id
public String iconAltText
Copyright © 2018 Vaadin Ltd. All rights reserved.