com.vaadin.terminal.gwt.client.ui
Interface TabIndexState

All Known Implementing Classes:
AbstractFieldState, AbstractTextFieldState, ButtonState, CheckBoxState, FormState, TextAreaState

public interface TabIndexState

Interface implemented by state classes that support tab indexes.

Since:
7.0.0
Version:
7.0.0.alpha3
Author:
Vaadin Ltd

Method Summary
 int getTabIndex()
          Gets the tabulator index of the field.
 void setTabIndex(int tabIndex)
          Sets the tabulator index of the field.
 

Method Detail

getTabIndex

int getTabIndex()
Gets the tabulator index of the field.

Returns:
the tab index for the Field

setTabIndex

void setTabIndex(int tabIndex)
Sets the tabulator index of the field.

Parameters:
tabIndex - the tab index to set


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