public interface

HTMLIsIndexElement

implements HTMLElement
org.w3c.dom.html.HTMLIsIndexElement

Class Overview

This element is used for single-line text input. See the ISINDEX element definition in HTML 4.0. This element is deprecated in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract HTMLFormElement getForm()
Returns the FORM element containing this control.
abstract String getPrompt()
The prompt message.
abstract void setPrompt(String prompt)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract HTMLFormElement getForm ()

Returns the FORM element containing this control. Returns null if this control is not within the context of a form.

public abstract String getPrompt ()

The prompt message. See the prompt attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract void setPrompt (String prompt)