public final class Col extends org.testatoo.core.component.Component implements Coreattrs, I18n, org.testatoo.core.nature.TitleSupport
| Constructor and Description |
|---|
Col(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "col" element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
Cellhalign |
cellhalign()
To get the cellhalign attribute of the column.
|
Cellvalign |
cellvalign()
To get the cellvalign attribute of the column.
|
String |
classname()
To get the class attribute of an html element
|
Direction |
direction()
To get the direction attribute of the html element
|
String |
language()
To get the language attribute of the html element
|
int |
span()
To get the span attribute of the column.
|
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 column.
|
String |
width()
To get the width attribute of the column.
|
checkIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisiblepublic Col(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "col" elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "col" elementpublic String classname()
Coreattrsclassname in interface CoreattrsCoreAttributeSupportpublic String style()
Coreattrsstyle in interface CoreattrsCoreAttributeSupportpublic String title()
Coreattrstitle in interface Coreattrstitle in interface org.testatoo.core.nature.TitleSupportCoreAttributeSupportpublic String language()
I18nlanguage in interface I18nI18nAttributeSupportpublic Direction direction()
I18ndirection in interface I18nI18nAttributeSupportpublic Cellhalign cellhalign()
public Cellvalign cellvalign()
public int span()
public String width()
public String toString()
toString in class org.testatoo.core.component.ComponentCopyright © 2008-2013 Ovea. All Rights Reserved.