public final class Td extends org.testatoo.core.component.Component implements Coreattrs, I18n
| Constructor and Description |
|---|
Td(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the td element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
abbr()
To get the abbr attribute of the td element.
|
String |
axis()
To get the axis attribute of the td element.
|
Cellhalign |
cellhalign()
To get the cellhalign attribute of the td element.
|
Cellvalign |
cellvalign()
To get the cellvalign attribute of the td element.
|
String |
classname()
To get the class attribute of an html element
|
int |
colspan()
To get the colspan attribute of the td element.
|
String |
content()
To get the content of the table data cell.
|
Direction |
direction()
To get the direction attribute of the html element
|
String |
headers()
To get the headers attribute of the td element.
|
String |
language()
To get the language attribute of the html element
|
int |
rowspan()
To get the rowspan attribute of the td element.
|
Scope |
scope()
To get the scope attribute of the td 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 table data cell.
|
checkIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisiblepublic Td(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the td elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "td" 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 abbr()
public String axis()
public String headers()
public int rowspan()
public int colspan()
public Scope scope()
public Cellhalign cellhalign()
public Cellvalign cellvalign()
public String content()
public String toString()
toString in class org.testatoo.core.component.ComponentCopyright © 2008-2012 Ovea. All Rights Reserved.