org.apache.myfaces.tobago.taglib.decl
Interface HasTabIndex

All Known Subinterfaces:
ButtonTagDeclaration, DatePickerTagDeclaration, DateTagDeclaration, FileTagDeclaration, InputTagDeclaration, InTagDeclaration, LinkTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration, SelectOneTagDeclaration, TextAreaTagDeclaration, TextInputTagDeclaration, TimeTagDeclaration, TreeOldTagDeclaration
All Known Implementing Classes:
ButtonTag, DateExtensionTag, DatePickerTag, DateTag, FileExtensionTag, FileTag, HiddenTag, InExtensionTag, InputTag, InTag, LinkTag, SelectBooleanCheckboxExtensionTag, SelectBooleanCheckboxTag, SelectManyCheckboxExtensionTag, SelectManyCheckboxTag, SelectManyListboxExtensionTag, SelectManyListboxTag, SelectManyTag, SelectOneChoiceExtensionTag, SelectOneChoiceTag, SelectOneListboxExtensionTag, SelectOneListboxTag, SelectOneRadioExtensionTag, SelectOneRadioTag, SelectOneTag, TextAreaExtensionTag, TextAreaTag, TextInputTag, TimeExtensionTag, TimeTag, TreeOldTag

public interface HasTabIndex


Method Summary
 void setTabIndex(String tabIndex)
          Controls the navigation of the focus through the input controls on a page with the Tab-Key.
 

Method Detail

setTabIndex

void setTabIndex(String tabIndex)
Controls the navigation of the focus through the input controls on a page with the Tab-Key. The navigation starts from the element with the lowest tabIndex value to the element with the highest value. Elements that have identical tabIndex values should be navigated in the order they appear in the character stream Elements that are disabled or with a negative tabIndex do not participate in the tabbing order.

Parameters:
tabIndex -


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.