Package org.htmlunit.html
Class HtmlTextArea
- java.lang.Object
-
- org.htmlunit.html.DomNode
-
- org.htmlunit.html.DomNamespaceNode
-
- org.htmlunit.html.DomElement
-
- org.htmlunit.html.HtmlElement
-
- org.htmlunit.html.HtmlTextArea
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,DisabledElement,FormFieldWithNameHistory,org.htmlunit.html.impl.SelectableTextInput,LabelableElement,SubmittableElement,ValidatableElement,org.w3c.dom.Element,org.w3c.dom.Node
public class HtmlTextArea extends HtmlElement implements DisabledElement, SubmittableElement, LabelableElement, org.htmlunit.html.impl.SelectableTextInput, FormFieldWithNameHistory, ValidatableElement
Wrapper for the HTML element "textarea".- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.htmlunit.html.HtmlElement
HtmlElement.DisplayStyle
-
Nested classes/interfaces inherited from class org.htmlunit.html.DomElement
DomElement.ChildElementsIterator
-
Nested classes/interfaces inherited from class org.htmlunit.html.DomNode
DomNode.ChildIterator, DomNode.DescendantElementsIterator<T extends DomNode>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTAG_NAMEThe HTML tag represented by this element.-
Fields inherited from class org.htmlunit.html.HtmlElement
ATTRIBUTE_CHECKED, ATTRIBUTE_REQUIRED, TAB_INDEX_OUT_OF_BOUNDS
-
Fields inherited from class org.htmlunit.html.DomElement
ATTRIBUTE_NOT_DEFINED, ATTRIBUTE_VALUE_EMPTY, SRC_ATTRIBUTE
-
Fields inherited from class org.htmlunit.html.DomNode
PROPERTY_ELEMENT, READY_STATE_COMPLETE, READY_STATE_INTERACTIVE, READY_STATE_LOADED, READY_STATE_LOADING, READY_STATE_UNINITIALIZED
-
Fields inherited from interface org.htmlunit.html.DisabledElement
ATTRIBUTE_DISABLED
-
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanacceptChar(char c)Indicates if the provided character can by "typed" in the element.DomNodecloneNode(boolean deep)protected voiddoType(char c, boolean lastType)Performs the effective type action, called after the keyPress event and before the keyUp event.protected voiddoType(int keyCode, boolean lastType)Performs the effective type action, called after the keyPress event and before the keyUp event.voidfocus()Sets the focus on this element.java.lang.StringgetAccessKeyAttribute()Returns the value of the attributeaccesskey.java.lang.StringgetColumnsAttribute()Returns the value of the attributecols.HtmlElement.DisplayStylegetDefaultStyleDisplay()INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the default display style.java.lang.StringgetDefaultValue()Returns the default value to use when this element gets reset, if applicable.java.lang.StringgetDisabledAttribute()Returns the value of the attributedisabled.java.lang.StringgetNameAttribute()Returns the value of the attributename.java.util.Collection<java.lang.String>getNewNames()Get all the names this field got after the original one.java.lang.StringgetOnBlurAttribute()Returns the value of the attributeonblur.java.lang.StringgetOnChangeAttribute()Returns the value of the attributeonchange.java.lang.StringgetOnFocusAttribute()Returns the value of the attributeonfocus.java.lang.StringgetOnSelectAttribute()Returns the value of the attributeonselect.java.lang.StringgetOriginalName()Gets the first value of thenameattribute of this field before any change.java.lang.StringgetPlaceholder()Returns the value of theplaceholderattribute.java.lang.StringgetReadOnlyAttribute()Returns the value of the attributereadonly.java.lang.StringgetRowsAttribute()Returns the value of the attributerows.java.lang.StringgetSelectedText()Returns the selected text in this element, ornullif there is no selected text in this element.intgetSelectionEnd()Returns the end position of the selected text in this element.intgetSelectionStart()Returns the start position of the selected text in this element.NameValuePair[]getSubmitNameValuePairs()Returns an array ofNameValuePairs that are the values that will be sent back to the server whenever this element's containing form is submitted.java.lang.StringgetTabIndexAttribute()Returns the value of the attributetabindex.java.lang.StringgetText()Returns the value that would be displayed in the text area.booleanhandles(org.htmlunit.javascript.host.event.Event event)Indicates if the provided event can be applied to this node.booleanisCustomErrorValidityState()booleanisDefaultChecked()Returns the default checked state to use when this element gets reset, if applicable.booleanisDisabled()Returnstrueif the disabled attribute is set for this element.protected booleanisEmptyXmlTagExpanded()Indicates if a node without children should be written in expanded form as XML (i.e. with closing tag rather than with "/>")booleanisReadOnly()Returnstrueif this element is read only.protected booleanisRequiredSupported()Returns whether this element supports therequiredconstraint.booleanisValid()Returns whether this element satisfies all form validation constraints set.booleanisValidValidityState()booleanisValueMissingValidityState()protected voidprintXml(java.lang.String indent, java.io.PrintWriter printWriter)Recursively write the XML data for the node tree starting atnode.voidremoveFocus()INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Gets notified that it has lost the focus.voidreset()Returns the value of this element to the default value or checked state (usually what it was at the time the page was loaded, unless it has been modified via JavaScript).voidselect()Focuses this element and selects all of its text.protected voidsetAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String attributeValue, boolean notifyAttributeChangeListeners, boolean notifyMutationObservers)Sets the value of the attribute specified by namespace and qualified name.voidsetCustomValidity(java.lang.String message)Sets the custom validity message for the element to the specified message.voidsetDefaultChecked(boolean defaultChecked)Sets the default checked state to use when this element gets reset, if applicable.voidsetDefaultValue(java.lang.String defaultValue)Sets the default value to use when this element gets reset, if applicable.voidsetPlaceholder(java.lang.String placeholder)Sets theplaceholderattribute.voidsetReadOnly(boolean isReadOnly)Sets thereadOnlyattribute.voidsetSelectionEnd(int selectionEnd)Sets the end position of the selected text in this element.voidsetSelectionStart(int selectionStart)Sets the start position of the selected text in this element.voidsetText(java.lang.String newValue)Sets the new value of this text area.protected voidtypeDone(java.lang.String newValue, boolean notifyAttributeChangeListeners)Called fromDoTypeProcessor.booleanwillValidate()-
Methods inherited from class org.htmlunit.html.HtmlElement
addHtmlAttributeChangeListener, appendChildIfNoneExists, checkChildHierarchy, detach, fireHtmlAttributeAdded, fireHtmlAttributeRemoved, fireHtmlAttributeReplaced, getCanonicalXPath, getElementsByAttribute, getEnclosingElement, getEnclosingForm, getEnclosingFormOrDie, getLangAttribute, getNodeName, getOnClickAttribute, getOnDblClickAttribute, getOneHtmlElementByAttribute, getOnKeyDownAttribute, getOnKeyPressAttribute, getOnKeyUpAttribute, getOnMouseDownAttribute, getOnMouseMoveAttribute, getOnMouseOutAttribute, getOnMouseOverAttribute, getOnMouseUpAttribute, getSrcAttributeNormalized, getTabIndex, getTextDirectionAttribute, getXmlLangAttribute, hasEventHandlers, isAltPressed, isAttributeCaseSensitive, isCtrlPressed, isDisplayed, isHidden, isOptional, isRequired, isShiftPressed, isSubmittableByEnter, notifyAttributeChangeListeners, removeAttribute, removeChild, removeHtmlAttributeChangeListener, setAttributeNode, setRequired, type, type, type, type
-
Methods inherited from class org.htmlunit.html.DomElement
blur, click, click, click, click, click, dblClick, dblClick, doClickFireChangeEvent, doClickFireClickEvent, doClickStateUpdate, fireEvent, fireEvent, getAttribute, getAttributeDirect, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getAttributesMap, getChildElementCount, getChildElements, getElementsByTagName, getElementsByTagNameNS, getEventTargetElement, getFirstElementChild, getId, getLastElementChild, getNodeType, getSchemaTypeInfo, getStyleElement, getStyleElementCaseInSensitive, getStyleMap, getTagName, hasAttribute, hasAttributeNS, hasAttributes, isDisabledElementAndDisabled, isMouseOver, isStateUpdateFirst, matches, mouseDown, mouseDown, mouseMove, mouseMove, mouseOut, mouseOut, mouseOver, mouseOver, mouseUp, mouseUp, preventDefault, printOpeningTagContentAsXml, propagateClickStateUpdateToParent, removeAttributeNode, removeAttributeNS, removeStyleAttribute, replaceStyleAttribute, rightClick, rightClick, setAttribute, setAttributeNodeNS, setAttributeNS, setDefaults, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setInnerHtml, setNodeValue, toString, writeStyleToElement
-
Methods inherited from class org.htmlunit.html.DomNamespaceNode
getLocalName, getLowercaseName, getNamespaceURI, getPrefix, getQualifiedName, processImportNode, setPrefix
-
Methods inherited from class org.htmlunit.html.DomNode
addCharacterDataChangeListener, addDomChangeListener, appendChild, asNormalizedText, asXml, basicRemove, closest, compareDocumentPosition, fireCharacterDataChanged, fireNodeAdded, fireNodeDeleted, getAncestors, getBaseURI, getByXPath, getByXPath, getChildNodes, getChildren, getDescendants, getDomElementDescendants, getEndColumnNumber, getEndLineNumber, getFeature, getFirstByXPath, getFirstByXPath, getFirstChild, getHtmlElementDescendants, getHtmlPageOrNull, getIndex, getLastChild, getNextElementSibling, getNextSibling, getNodeValue, getOwnerDocument, getPage, getParentNode, getPreviousElementSibling, getPreviousSibling, getReadyState, getScriptableObject, getSelectorList, getStartColumnNumber, getStartLineNumber, getTextContent, getUserData, getVisibleText, hasChildNodes, hasFeature, insertBefore, insertBefore, isAncestorOf, isAncestorOfAny, isAttachedToPage, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, mayBeDisplayed, normalize, notifyIncorrectness, onAddedToDocumentFragment, onAddedToPage, onAllChildrenAddedToPage, parseHtmlSnippet, printChildrenAsXml, querySelector, querySelectorAll, quietlyRemoveAndMoveChildrenTo, remove, removeAllChildren, removeCharacterDataChangeListener, removeChild, removeDomChangeListener, replace, replaceChild, setEndLocation, setParentNode, setReadyState, setScriptableObject, setStartLocation, setTextContent, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.w3c.dom.Node
appendChild, 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
-
Methods inherited from interface org.htmlunit.html.ValidatableElement
hasBadInputValidityState, hasPatternMismatchValidityState, hasRangeOverflowValidityState, hasRangeUnderflowValidityState, hasTypeMismatchValidityState, isStepMismatchValidityState, isTooLongValidityState, isTooShortValidityState
-
-
-
-
Field Detail
-
TAG_NAME
public static final java.lang.String TAG_NAME
The HTML tag represented by this element.- See Also:
- Constant Field Values
-
-
Method Detail
-
handles
public boolean handles(org.htmlunit.javascript.host.event.Event event)
Indicates if the provided event can be applied to this node. Overwrite this.- Overrides:
handlesin classHtmlElement- Parameters:
event- the event- Returns:
falseif the event can't be applied
-
getText
public final java.lang.String getText()
Returns the value that would be displayed in the text area.- Specified by:
getTextin interfaceorg.htmlunit.html.impl.SelectableTextInput- Returns:
- the text
-
setText
public final void setText(java.lang.String newValue)
Sets the new value of this text area.Note that this acts like 'pasting' the text, but to simulate characters entry you should use
HtmlElement.type(String).- Specified by:
setTextin interfaceorg.htmlunit.html.impl.SelectableTextInput- Parameters:
newValue- the new value
-
getSubmitNameValuePairs
public NameValuePair[] getSubmitNameValuePairs()
Returns an array of
NameValuePairs that are the values that will be sent back to the server whenever this element's containing form is submitted.THIS METHOD IS INTENDED FOR THE USE OF THE FRAMEWORK ONLY AND SHOULD NOT BE USED BY CONSUMERS OF HTMLUNIT. USE AT YOUR OWN RISK.
- Specified by:
getSubmitNameValuePairsin interfaceSubmittableElement- Returns:
- the values that will be sent back to the server whenever this element's containing form is submitted
-
reset
public void reset()
Returns the value of this element to the default value or checked state (usually what it was at the time the page was loaded, unless it has been modified via JavaScript).- Specified by:
resetin interfaceSubmittableElement- See Also:
SubmittableElement.reset()
-
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
Sets the default value to use when this element gets reset, if applicable.- Specified by:
setDefaultValuein interfaceSubmittableElement- Parameters:
defaultValue- the default value to use when this element gets reset, if applicable- See Also:
SubmittableElement.setDefaultValue(String)
-
getDefaultValue
public java.lang.String getDefaultValue()
Returns the default value to use when this element gets reset, if applicable.- Specified by:
getDefaultValuein interfaceSubmittableElement- Returns:
- the default value to use when this element gets reset, if applicable
- See Also:
SubmittableElement.getDefaultValue()
-
setDefaultChecked
public void setDefaultChecked(boolean defaultChecked)
Sets the default checked state to use when this element gets reset, if applicable. The default implementation is empty; only checkboxes and radio buttons really care what the default checked value is. This implementation is empty; only checkboxes and radio buttons really care what the default checked value is.- Specified by:
setDefaultCheckedin interfaceSubmittableElement- Parameters:
defaultChecked- the default checked state to use when this element gets reset, if applicable- See Also:
SubmittableElement.setDefaultChecked(boolean),HtmlRadioButtonInput.setDefaultChecked(boolean),HtmlCheckBoxInput.setDefaultChecked(boolean)
-
isDefaultChecked
public boolean isDefaultChecked()
Returns the default checked state to use when this element gets reset, if applicable. This implementation returnsfalse; only checkboxes and radio buttons really care what the default checked value is.- Specified by:
isDefaultCheckedin interfaceSubmittableElement- Returns:
- the default checked state to use when this element gets reset, if applicable
- See Also:
SubmittableElement.isDefaultChecked(),HtmlRadioButtonInput.isDefaultChecked(),HtmlCheckBoxInput.isDefaultChecked()
-
getNameAttribute
public final java.lang.String getNameAttribute()
Returns the value of the attributename. Refer to the HTML 4.01 documentation for details on the use of this attribute.- Returns:
- the value of the attribute
nameor an empty string if that attribute isn't defined
-
getRowsAttribute
public final java.lang.String getRowsAttribute()
Returns the value of the attributerows. Refer to the HTML 4.01 documentation for details on the use of this attribute.- Returns:
- the value of the attribute
rowsor an empty string if that attribute isn't defined
-
getColumnsAttribute
public final java.lang.String getColumnsAttribute()
Returns the value of the attributecols. Refer to the HTML 4.01 documentation for details on the use of this attribute.- Returns:
- the value of the attribute
colsor an empty string if that attribute isn't defined
-
isDisabled
public final boolean isDisabled()
Returnstrueif the disabled attribute is set for this element.- Specified by:
isDisabledin interfaceDisabledElement- Returns:
trueif the disabled attribute is set for this element
-
getDisabledAttribute
public final java.lang.String getDisabledAttribute()
Returns the value of the attributedisabled. Refer to the HTML 4.01 documentation for details on the use of this attribute.- Specified by:
getDisabledAttributein interfaceDisabledElement- Returns:
- the value of the attribute
disabledor an empty string if that attribute isn't defined
-
getReadOnlyAttribute
public final java.lang.String getReadOnlyAttribute()
Returns the value of the attributereadonly. Refer to the HTML 4.01 documentation for details on the use of this attribute.- Returns:
- the value of the attribute
readonlyor an empty string if that attribute isn't defined
-
getTabIndexAttribute
public final java.lang.String getTabIndexAttribute()
Returns the value of the attributetabindex. Refer to the HTML 4.01 documentation for details on the use of this attribute.- Returns:
- the value of the attribute
tabindexor an empty string if that attribute isn't defined
-
getAccessKeyAttribute
public final java.lang.String getAccessKeyAttribute()
Returns the value of the attributeaccesskey. Refer to the HTML 4.01 documentation for details on the use of this attribute.- Returns:
- the value of the attribute
accesskeyor an empty string if that attribute isn't defined
-
getOnFocusAttribute
public final java.lang.String getOnFocusAttribute()
Returns the value of the attributeonfocus. Refer to the HTML 4.01 documentation for details on the use of this attribute.- Returns:
- the value of the attribute
onfocusor an empty string if that attribute isn't defined
-
getOnBlurAttribute
public final java.lang.String getOnBlurAttribute()
Returns the value of the attributeonblur. Refer to the HTML 4.01 documentation for details on the use of this attribute.- Returns:
- the value of the attribute
onbluror an empty string if that attribute isn't defined
-
getOnSelectAttribute
public final java.lang.String getOnSelectAttribute()
Returns the value of the attributeonselect. Refer to the HTML 4.01 documentation for details on the use of this attribute.- Returns:
- the value of the attribute
onselector an empty string if that attribute isn't defined
-
getOnChangeAttribute
public final java.lang.String getOnChangeAttribute()
Returns the value of the attributeonchange. Refer to the HTML 4.01 documentation for details on the use of this attribute.- Returns:
- the value of the attribute
onchangeor an empty string if that attribute isn't defined
-
select
public void select()
Focuses this element and selects all of its text.- Specified by:
selectin interfaceorg.htmlunit.html.impl.SelectableTextInput
-
getSelectedText
public java.lang.String getSelectedText()
Returns the selected text in this element, ornullif there is no selected text in this element.- Specified by:
getSelectedTextin interfaceorg.htmlunit.html.impl.SelectableTextInput- Returns:
- the selected text in this element, or
nullif there is no selected text in this element
-
getSelectionStart
public int getSelectionStart()
Returns the start position of the selected text in this element.- Specified by:
getSelectionStartin interfaceorg.htmlunit.html.impl.SelectableTextInput- Returns:
- the start position of the selected text in this element
-
setSelectionStart
public void setSelectionStart(int selectionStart)
Sets the start position of the selected text in this element.- Specified by:
setSelectionStartin interfaceorg.htmlunit.html.impl.SelectableTextInput- Parameters:
selectionStart- the start position of the selected text in this element
-
getSelectionEnd
public int getSelectionEnd()
Returns the end position of the selected text in this element.- Specified by:
getSelectionEndin interfaceorg.htmlunit.html.impl.SelectableTextInput- Returns:
- the end position of the selected text in this element
-
setSelectionEnd
public void setSelectionEnd(int selectionEnd)
Sets the end position of the selected text in this element.- Specified by:
setSelectionEndin interfaceorg.htmlunit.html.impl.SelectableTextInput- Parameters:
selectionEnd- the end position of the selected text in this element
-
printXml
protected void printXml(java.lang.String indent, java.io.PrintWriter printWriter)Recursively write the XML data for the node tree starting atnode.- Overrides:
printXmlin classDomElement- Parameters:
indent- white space to indent child nodesprintWriter- writer where child nodes are written
-
doType
protected void doType(char c, boolean lastType)Performs the effective type action, called after the keyPress event and before the keyUp event.- Overrides:
doTypein classHtmlElement- Parameters:
c- the character you with to simulate typinglastType- is this the last character to type
-
doType
protected void doType(int keyCode, boolean lastType)Performs the effective type action, called after the keyPress event and before the keyUp event.An example of predefined values is
KeyboardEvent.DOM_VK_PAGE_DOWN.- Overrides:
doTypein classHtmlElement- Parameters:
keyCode- the key code wish to simulate typinglastType- is this the last to type
-
typeDone
protected void typeDone(java.lang.String newValue, boolean notifyAttributeChangeListeners)Called fromDoTypeProcessor.- Overrides:
typeDonein classHtmlElement- Parameters:
newValue- the new valuenotifyAttributeChangeListeners- to notify the associatedHtmlAttributeChangeListeners
-
acceptChar
protected boolean acceptChar(char c)
Indicates if the provided character can by "typed" in the element.- Overrides:
acceptCharin classHtmlElement- Parameters:
c- the character- Returns:
trueif it is accepted
-
focus
public void focus()
Sets the focus on this element.- Specified by:
focusin interfaceorg.htmlunit.html.impl.SelectableTextInput- Overrides:
focusin classDomElement
-
removeFocus
public void removeFocus()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Gets notified that it has lost the focus.- Overrides:
removeFocusin classDomElement
-
setReadOnly
public void setReadOnly(boolean isReadOnly)
Sets thereadOnlyattribute.- Parameters:
isReadOnly-trueif this element is read only
-
isReadOnly
public boolean isReadOnly()
Returnstrueif this element is read only.- Returns:
trueif this element is read only
-
setAttributeNS
protected void setAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String attributeValue, boolean notifyAttributeChangeListeners, boolean notifyMutationObservers)Sets the value of the attribute specified by namespace and qualified name.- Overrides:
setAttributeNSin classHtmlElement- Parameters:
namespaceURI- the URI that identifies an XML namespacequalifiedName- the qualified name (prefix:local) of the attributeattributeValue- the value of the attributenotifyAttributeChangeListeners- to notify the associatedHtmlAttributeChangeListenersnotifyMutationObservers- to notifyMutationObservers or not
-
getOriginalName
public java.lang.String getOriginalName()
Gets the first value of thenameattribute of this field before any change.- Specified by:
getOriginalNamein interfaceFormFieldWithNameHistory- Returns:
- the original name (which is the same as the current one when no change has been made)
-
getNewNames
public java.util.Collection<java.lang.String> getNewNames()
Get all the names this field got after the original one.- Specified by:
getNewNamesin interfaceFormFieldWithNameHistory- Returns:
- an empty collection if the name attribute has never been changed.
-
isEmptyXmlTagExpanded
protected boolean isEmptyXmlTagExpanded()
Indicates if a node without children should be written in expanded form as XML (i.e. with closing tag rather than with "/>")- Overrides:
isEmptyXmlTagExpandedin classDomElement- Returns:
trueto make generated XML readable as HTML
-
getDefaultStyleDisplay
public HtmlElement.DisplayStyle getDefaultStyleDisplay()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the default display style.- Overrides:
getDefaultStyleDisplayin classHtmlElement- Returns:
- the default display style
-
getPlaceholder
public java.lang.String getPlaceholder()
Returns the value of theplaceholderattribute.- Returns:
- the value of the
placeholderattribute
-
setPlaceholder
public void setPlaceholder(java.lang.String placeholder)
Sets theplaceholderattribute.- Parameters:
placeholder- theplaceholderattribute
-
isRequiredSupported
protected boolean isRequiredSupported()
Returns whether this element supports therequiredconstraint.- Overrides:
isRequiredSupportedin classHtmlElement- Returns:
- whether this element supports the
requiredconstraint
-
cloneNode
public DomNode cloneNode(boolean deep)
- Specified by:
cloneNodein interfaceorg.w3c.dom.Node- Overrides:
cloneNodein classHtmlElement
-
willValidate
public boolean willValidate()
- Specified by:
willValidatein interfaceValidatableElement- Returns:
- whether the element is a candidate for constraint validation
-
setCustomValidity
public void setCustomValidity(java.lang.String message)
Sets the custom validity message for the element to the specified message.- Specified by:
setCustomValidityin interfaceValidatableElement- Parameters:
message- the new message
-
isValid
public boolean isValid()
Returns whether this element satisfies all form validation constraints set.- Overrides:
isValidin classHtmlElement- Returns:
- whether this element satisfies all form validation constraints set
-
isCustomErrorValidityState
public boolean isCustomErrorValidityState()
- Specified by:
isCustomErrorValidityStatein interfaceValidatableElement- Returns:
- a boolean value indicating whether the element's custom validity message has been set to a non-empty string by calling the element's setCustomValidity() method.
-
isValidValidityState
public boolean isValidValidityState()
- Specified by:
isValidValidityStatein interfaceValidatableElement- Returns:
- true if the element meets all its validation constraints, and is therefore considered to be valid, or false if it fails any constraint. If true, the element matches the :valid CSS pseudo-class; the :invalid CSS pseudo-class otherwise.
-
isValueMissingValidityState
public boolean isValueMissingValidityState()
- Specified by:
isValueMissingValidityStatein interfaceValidatableElement- Returns:
- true if the element has a required attribute, but no value, or false otherwise. If true, the element matches the :invalid CSS pseudo-class.
-
-