com.vaadin.shared.ui.accordion
Class AccordionState

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

public class AccordionState
extends TabsheetState

See Also:
Serialized Form

Field Summary
static java.lang.String PRIMARY_STYLE_NAME
           
 
Fields inherited from class com.vaadin.shared.ui.tabsheet.TabsheetState
selected, tabCaptionsAsHtml, tabIndex, tabs, tabsVisible
 
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
AccordionState()
           
 
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
Constructor Detail

AccordionState

public AccordionState()


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