public final class Label extends org.testatoo.core.component.Component implements Coreattrs, I18n
| Constructor and Description |
|---|
Label(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "label" element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
_for()
To get the "for" attribute of the label.
|
String |
accesskey()
To get the accesskey attribute of the label.
|
String |
classname()
To get the class attribute of an html element
|
String |
content()
To get the content of the label.
|
Direction |
direction()
To get the direction attribute of the html element
|
String |
language()
To get the language attribute of the html element
|
String |
style()
To get the style attribute of an html element
|
String |
title()
To get the title attribute of an html element
|
String |
toString()
To get the string describing the label.
|
checkIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisiblepublic Label(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "label" elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "label" 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 _for()
public String accesskey()
public String content()
public String toString()
toString in class org.testatoo.core.component.ComponentCopyright © 2008-2013 Ovea. All Rights Reserved.