This interface is implemented by all HTML element-generating classes that generate HTML elements that may contain tab indexes. A tab index is a property that guides the clients browser as the client attempts to tab through form elements. HTML browsers will generally tab to form elements with lower tab indexes before moving on to form elements with higher tab indexes. Form elements with equal tab indexes will generally be tabbed through in the order by which they were sent to the browser. Form elements with tab indexes are generally tabbed through before form elements without tab indexes. Tab indexes are set and returned as simple Java String objects. Classes implementing this interface are responsible for verifying that the passed String does represent a valid tab index, specifically an integer between 0 and some big integer.
For a list of all members of this type, see TabableHTMLElement Members.
Type | Description |
---|---|
HTMLAnchor | This class can be used to display an HTML anchor element. Spec |
HTMLInput | This class can be used to render an html input element. Spec This class extends HTMLGeneralInputElement. This means that objects of this class can be used to set name/value pairs within a form. This class also implements TabableHTMLElement. This means that this class can generate a tabindex property that helps to guide the clients browser as the client tabs through form elements. |
HTMLSelect | This class can be used to obtain a String describing an HTML SELECT element. Spec This class extends HTMLGeneralInputElement. This means that objects of this class can be used to set name/value pairs within an HTML FORM. This class also implements TabableHTMLElement. This means that this class can generate a tabindex property that helps to guide the clients browser as the client tabs through form elements. |
Namespace: com.plumtree.xpshared.htmlelements
Assembly: uiinfrastructure (in uiinfrastructure.dll)
TabableHTMLElement Members | com.plumtree.xpshared.htmlelements Namespace