com.vaadin.shared.ui.tabsheet
Class TabsheetState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.tabsheet.TabsheetState
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccordionState

public class TabsheetState
extends AbstractComponentState

See Also:
Serialized Form

Field Summary
static java.lang.String PRIMARY_STYLE_NAME
           
 java.lang.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.
 java.util.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, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
TabsheetState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIMARY_STYLE_NAME

public static final java.lang.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.


tabs

public java.util.List<TabState> tabs

tabsVisible

public boolean tabsVisible
true to show the tab bar, false to only show the contained component


selected

public java.lang.String selected
the key of the currently selected tab


tabCaptionsAsHtml

public boolean tabCaptionsAsHtml
Constructor Detail

TabsheetState

public TabsheetState()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.