|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.html.DomNode
com.gargoylesoftware.htmlunit.html.DomNamespaceNode
com.gargoylesoftware.htmlunit.html.DomElement
com.gargoylesoftware.htmlunit.html.HtmlElement
com.gargoylesoftware.htmlunit.html.HtmlInput
com.gargoylesoftware.htmlunit.html.HtmlPasswordInput
public class HtmlPasswordInput
Wrapper for the HTML element "input".
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.gargoylesoftware.htmlunit.html.DomElement |
|---|
DomElement.ChildElementsIterator |
| Nested classes/interfaces inherited from class com.gargoylesoftware.htmlunit.html.DomNode |
|---|
DomNode.ChildIterator, DomNode.DescendantElementsIterator<T extends DomNode> |
| Field Summary |
|---|
| Fields inherited from class com.gargoylesoftware.htmlunit.html.HtmlInput |
|---|
TAG_NAME |
| Fields inherited from class com.gargoylesoftware.htmlunit.html.HtmlElement |
|---|
TAB_INDEX_OUT_OF_BOUNDS |
| Fields inherited from class com.gargoylesoftware.htmlunit.html.DomElement |
|---|
ATTRIBUTE_NOT_DEFINED, ATTRIBUTE_VALUE_EMPTY |
| Fields inherited from class com.gargoylesoftware.htmlunit.html.DomNode |
|---|
AS_TEXT_BLANK, AS_TEXT_BLOCK_SEPARATOR, AS_TEXT_NEW_LINE, AS_TEXT_TAB, PROPERTY_ELEMENT, READY_STATE_COMPLETE, READY_STATE_INTERACTIVE, READY_STATE_LOADED, READY_STATE_LOADING, READY_STATE_UNINITIALIZED |
| Method Summary | |
|---|---|
protected Object |
clone()
|
protected void |
doType(char c,
boolean shiftKey,
boolean ctrlKey,
boolean altKey)
Performs the effective type action, called after the keyPress event and before the keyUp event. |
String |
getSelectedText()
Returns the selected text in this element, or null if there is no selected text in this element. |
int |
getSelectionEnd()
Returns the end position of the selected text in this element. |
int |
getSelectionStart()
Returns the start position of the selected text in this element. |
String |
getText()
Returns all of the text in this element. |
protected boolean |
isSubmittableByEnter()
Returns true if clicking Enter (ASCII 10, or '\n') should submit the enclosed form (if any). |
void |
select()
Focuses this element and selects all of its text. |
void |
setAttributeNS(String namespaceURI,
String qualifiedName,
String attributeValue)
Sets the value of the specified attribute. |
void |
setDefaultValue(String defaultValue)
Sets the default value to use when this element gets reset, if applicable. |
void |
setSelectionEnd(int selectionEnd)
Sets the end position of the selected text in this element. |
void |
setSelectionStart(int selectionStart)
Sets the start position of the selected text in this element. |
void |
setText(String text)
Sets the text in this element. |
| Methods inherited from class com.gargoylesoftware.htmlunit.html.DomNamespaceNode |
|---|
getLocalName, getNamespaceURI, getPrefix, getQualifiedName, processImportNode, setPrefix |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.gargoylesoftware.htmlunit.html.impl.SelectableTextInput |
|---|
focus, getPage |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Method Detail |
|---|
protected boolean isSubmittableByEnter()
isSubmittableByEnter in class HtmlElementpublic void select()
select in interface SelectableTextInputpublic String getSelectedText()
getSelectedText in interface SelectableTextInputpublic String getText()
getText in interface SelectableTextInputpublic void setText(String text)
setText in interface SelectableTextInputtext - the text to put in this elementpublic int getSelectionStart()
getSelectionStart in interface SelectableTextInputpublic void setSelectionStart(int selectionStart)
setSelectionStart in interface SelectableTextInputselectionStart - the start position of the selected text in this elementpublic int getSelectionEnd()
getSelectionEnd in interface SelectableTextInputpublic void setSelectionEnd(int selectionEnd)
setSelectionEnd in interface SelectableTextInputselectionEnd - the end position of the selected text in this element
protected void doType(char c,
boolean shiftKey,
boolean ctrlKey,
boolean altKey)
doType in class HtmlElementc - the character you with to simulate typingshiftKey - true if SHIFT is pressed during the typingctrlKey - true if CTRL is pressed during the typingaltKey - true if ALT is pressed during the typing
protected Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
public void setAttributeNS(String namespaceURI,
String qualifiedName,
String attributeValue)
setAttributeNS in interface ElementsetAttributeNS in class HtmlInputnamespaceURI - the URI that identifies an XML namespacequalifiedName - the qualified name of the attributeattributeValue - the value of the attributepublic void setDefaultValue(String defaultValue)
setDefaultValue in interface SubmittableElementsetDefaultValue in class HtmlInputdefaultValue - the default value to use when this element gets reset, if applicableSubmittableElement.setDefaultValue(String),
HtmlFileInput.setDefaultValue(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||