version 1.0

com.actimind.actiwate.testing.html.objects
Interface BaseElement

All Superinterfaces:
com.actimind.actiwate.testing.logging.Loggable
All Known Subinterfaces:
Area, BaseSelect, Button, Checkbox, ClickableElement, EditableControl, FileField, FormControl, Image, ImageMap, Link, MultipleSelect, Option, PasswordField, RadioButton, SingleSelect, Table, TableCell, TableRow, Textarea, TextField

public interface BaseElement
extends com.actimind.actiwate.testing.logging.Loggable

Base object for HTML elements


Method Summary
 org.w3c.dom.html.HTMLElement element()
          Returns HTML element correspondint to this object.
 java.lang.String id()
          Returns value of id attribute for this element.
 
Methods inherited from interface com.actimind.actiwate.testing.logging.Loggable
getLogDesc
 

Method Detail

element

public org.w3c.dom.html.HTMLElement element()
Returns HTML element correspondint to this object.

Returns:
HTML element correspondint to this object

id

public java.lang.String id()
Returns value of id attribute for this element.

Returns:
value of id attribute for this element.


Copyright © 2007 Actimind, Inc. All Rights Reserved.