Package com.vaadin.shared.ui.tabsheet
Class TabsheetState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.AbstractComponentContainerState
-
- com.vaadin.shared.ui.tabsheet.TabsheetState
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccordionState
public class TabsheetState extends AbstractComponentContainerState
- 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 tab.boolean
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, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, 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
-
-