Package com.vaadin.shared.ui.tabsheet
Class TabsheetState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.tabsheet.TabsheetState
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccordionState
public class TabsheetState extends AbstractComponentState
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
PRIMARY_STYLE_NAME
String
selected
the key of the currently selected tabboolean
tabCaptionsAsHtml
int
tabIndex
Index of the component when switching focus - not related to Tabsheet tabs.List<TabState>
tabs
boolean
tabsVisible
true to show the tab bar, false to only show the contained component-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorLevel, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description TabsheetState()
-
-
-
Field Detail
-
PRIMARY_STYLE_NAME
public static final String PRIMARY_STYLE_NAME
- See Also:
- Constant Field Values
-
tabIndex
@NoLayout public int tabIndex
Index of the component when switching focus - not related to Tabsheet tabs.
-
tabsVisible
public boolean tabsVisible
true to show the tab bar, false to only show the contained component
-
selected
public String selected
the key of the currently selected tab
-
tabCaptionsAsHtml
public boolean tabCaptionsAsHtml
-
-