com.vaadin.shared.ui.tabsheet
Class TabState
java.lang.Object
com.vaadin.shared.ui.tabsheet.TabState
- All Implemented Interfaces:
- java.io.Serializable
public class TabState
- extends java.lang.Object
- implements java.io.Serializable
Shared state of a single tab in a Tabsheet or an Accordion.
- Since:
- 7.2
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
caption
public java.lang.String caption
enabled
public boolean enabled
visible
public boolean visible
closable
public boolean closable
description
public java.lang.String description
styleName
public java.lang.String styleName
key
public java.lang.String key
componentError
public java.lang.String componentError
id
public java.lang.String id
iconAltText
public java.lang.String iconAltText
TabState
public TabState()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.