|
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||||
Represents HTML image (img tag) or image button (input type='image') element.
| Method Summary | |
java.lang.String |
alt()
Returns value of alt attribute. |
ImageMap |
getMap()
Retuns associated map or throws a LookupException if no map associated. |
boolean |
isButton()
Returns true if this image represents image button element. |
java.lang.String |
location()
Returns location of this image. |
java.lang.String |
name()
Returns value of name attribute. |
Link |
outerLink()
Returns link containing this image. |
java.lang.String |
src()
Returns value of src attribute. |
| Methods inherited from interface com.actimind.actiwate.testing.html.objects.BaseElement |
element, id |
| Methods inherited from interface com.actimind.actiwate.testing.logging.Loggable |
getLogDesc |
| Method Detail |
public java.lang.String src()
public java.lang.String name()
public java.lang.String alt()
public Link outerLink()
throws LookupException
LookupException - if image is not within linkpublic boolean isButton()
public java.lang.String location()
throws InvalidURLException
InvalidURLException - if location cannot be constructed.
public ImageMap getMap()
throws LookupException
LookupException - if no map associated
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||