public final class TextArea extends org.testatoo.core.component.TextField implements Coreattrs, I18n
| Constructor and Description |
|---|
TextArea(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the textarea element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
accesskey()
To get the accesskey attribute of the textarea.
|
String |
classname()
To get the class attribute of an html element
|
int |
cols()
To get the cols attribute of the textarea (number of viewable columns).
|
Direction |
direction()
To get the direction attribute of the html element
|
boolean |
isReadOnly()
To get the readonly attribute of the textarea.
|
String |
language()
To get the language attribute of the html element
|
String |
name()
To get the name attribute of the textarea.
|
int |
rows()
To get the rows attribute of the textarea (number of viewable rows).
|
String |
style()
To get the style attribute of an html element
|
int |
tabindex()
To get the tabindex attribute of the textarea.
|
String |
title()
To get the title attribute of an html element
|
String |
value()
To get the value attribute of the textarea (the content)
|
maxLength, text, toStringcheckIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisiblepublic TextArea(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the textarea elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "textarea" elementpublic String classname()
Coreattrsclassname in interface CoreattrsCoreAttributeSupportpublic String style()
Coreattrsstyle in interface CoreattrsCoreAttributeSupportpublic String title()
Coreattrstitle in interface CoreattrsCoreAttributeSupportpublic String language()
I18nlanguage in interface I18nI18nAttributeSupportpublic Direction direction()
I18ndirection in interface I18nI18nAttributeSupportpublic String value()
value in interface org.testatoo.core.nature.ValueSupportvalue in class org.testatoo.core.component.Fieldpublic int rows()
public int cols()
public String name()
public boolean isReadOnly()
public int tabindex()
public String accesskey()
Copyright © 2008-2012 Ovea. All Rights Reserved.