Interface HasTabIndex
- All Known Subinterfaces:
ButtonTagDeclaration
,DateTagDeclaration
,FileTagDeclaration
,InTagDeclaration
,LinkTagDeclaration
,RangeTagDeclaration
,SelectBooleanCheckboxTagDeclaration
,SelectBooleanToggleTagDeclaration
,SelectManyCheckboxTagDeclaration
,SelectManyListboxTagDeclaration
,SelectManyListTagDeclaration
,SelectManyShuttleTagDeclaration
,SelectOneChoiceTagDeclaration
,SelectOneListboxTagDeclaration
,SelectOneListTagDeclaration
,SelectOneRadioTagDeclaration
,SheetPageCommandTagDeclaration
,StarsTagDeclaration
,TextareaTagDeclaration
public interface HasTabIndex
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTabIndex
(String tabIndex) Controls the navigation of the focus through the input controls on a page with the Tab-Key.
-
Method Details
-
setTabIndex
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.
-