All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.html.HTMLIsIndexElement

public interface HTMLIsIndexElement
extends HTMLElement
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.


Method Index

 o getForm()
Returns the FORM element containing this control.
 o getPrompt()
The prompt message.
 o setPrompt(String)

Methods

 o getForm
 public abstract HTMLFormElement getForm()
Returns the FORM element containing this control. Returns null if this control is not within the context of a form.

 o getPrompt
 public abstract String getPrompt()
The prompt message. See the prompt attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

 o setPrompt
 public abstract void setPrompt(String prompt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index