All Implemented Interfaces:
TagBase, GlobalAttributable, Serializable, Cloneable

public class TabIndex extends AbstractAttribute implements GlobalAttributable
<element tabindex="number">
 The tabindex attribute specifies the tab order of an element (when the "tab" button is used for navigating).
 
See Also:
  • Constructor Details

    • TabIndex

      public TabIndex(String index)
      Parameters:
      index - the index
      Since:
      1.1.3
    • TabIndex

      public TabIndex(int index)
      Parameters:
      index - the index
      Since:
      1.1.3
  • Method Details

    • init

      protected void init()
      invokes only once per object
      Since:
      1.0.0
    • getIndex

      public int getIndex()
      Returns:
      the index
      Since:
      1.0.0
    • setIndex

      public void setIndex(int index)
      Parameters:
      index - the index to set
      Since:
      1.0.0