com.vaadin.shared.ui
Class TabIndexState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.TabIndexState
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbstractFieldState, ButtonState, MenuBarState, UIState

public class TabIndexState
extends AbstractComponentState

Interface implemented by state classes that support tab indexes.

Since:
7.0.0
Author:
Vaadin Ltd
See Also:
Serialized Form

Field Summary
 int tabIndex
          The tabulator index of the field.
 
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
TabIndexState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tabIndex

@NoLayout
public int tabIndex
The tabulator index of the field.

Constructor Detail

TabIndexState

public TabIndexState()


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