public interface AttributeReadAriaMultiLine extends Accessibility
multiLine
attribute (property) of an object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_MULTILINE
The name of the
multiline attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
boolean |
isMultiLine()
This method gets the value of the multiline property of this
object.
|
static final String HTML_ATTRIBUTE_ARIA_MULTILINE
multiline
attribute.boolean isMultiLine()
true
if the object allows multi-line text-input, false
if only
single-line text can be entered (default).Copyright © 2001–2016 mmm-Team. All rights reserved.