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.
-
getForm()
- Returns the FORM element containing this control.
-
getPrompt()
- The prompt message.
-
setPrompt(String)
-
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.
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.
setPrompt
public abstract void setPrompt(String prompt)
All Packages Class Hierarchy This Package Previous Next Index