public class Tr extends org.testatoo.core.component.Component implements Coreattrs, I18n, org.testatoo.core.nature.Container
| Constructor and Description |
|---|
Tr(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the tr element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
Cellhalign |
cellhalign()
To get the cellhalign attribute of the tr element.
|
Cellvalign |
cellvalign()
To get the cellvalign attribute of the tr element.
|
String |
classname()
To get the class attribute of an html element
|
Boolean |
contains(org.testatoo.core.component.Component... components)
To know if the Tr contains all the given components.
|
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
|
org.testatoo.core.Selection<Td> |
td()
To get the list of cells ("td" elements) of the table row.
|
org.testatoo.core.Selection<Th> |
th()
To get the list of header cells ("th" elements) of the table row.
|
String |
title()
To get the title attribute of an html element
|
String |
toString()
To get the string describing the Tr.
|
checkIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisiblepublic Tr(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the tr elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "tr" 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 Boolean contains(org.testatoo.core.component.Component... components)
contains in interface org.testatoo.core.nature.Containercomponents - components we want to know if contained in the table rowpublic Cellhalign cellhalign()
public Cellvalign cellvalign()
public org.testatoo.core.Selection<Td> td()
public org.testatoo.core.Selection<Th> th()
public String toString()
toString in class org.testatoo.core.component.ComponentCopyright © 2008-2012 Ovea. All Rights Reserved.