Schnittstelle HasTabIndex

Alle bekannten Unterschnittstellen:
ButtonTagDeclaration, DateTagDeclaration, FileTagDeclaration, InTagDeclaration, LinkTagDeclaration, RangeTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectBooleanToggleTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyListTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneListTagDeclaration, SelectOneRadioTagDeclaration, SheetPageCommandTagDeclaration, StarsTagDeclaration, TextareaTagDeclaration

public interface HasTabIndex
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setTabIndex(String tabIndex)
    Controls the navigation of the focus through the input controls on a page with the Tab-Key.
  • Methodendetails

    • 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.