version 1.0

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

All Superinterfaces:
BaseElement, ClickableElement, com.actimind.actiwate.testing.logging.Loggable

public interface Area
extends ClickableElement

Represents an HTML area element within a map.


Method Summary
 java.lang.String alt()
          Returns alt attribute value for this area.
 java.lang.String coords()
          Returns coords attribute value for this area.
 java.lang.String href()
          Returns href attribute value for this area.
 java.lang.String name()
          Return name attribute for this area
 ImageMap ownerMap()
          Returns parent ImageMap of this area.
 java.lang.String shape()
          Returns shape attribute value for this area.
 java.lang.String target()
          Returns target attribute value for this area.
 java.lang.String title()
          Returns title attribute value for this area.
 
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

href

public java.lang.String href()
Returns href attribute value for this area.

Returns:
href attribute value for this area.

title

public java.lang.String title()
Returns title attribute value for this area.

Returns:
title attribute value for this area.

alt

public java.lang.String alt()
Returns alt attribute value for this area.

Returns:
alt attribute value for this area.

shape

public java.lang.String shape()
Returns shape attribute value for this area.

Returns:
shape attribute value for this area.

coords

public java.lang.String coords()
Returns coords attribute value for this area.

Returns:
coords attribute value for this area.

target

public java.lang.String target()
Returns target attribute value for this area.

Returns:
target attribute value for this area.

ownerMap

public ImageMap ownerMap()
                  throws LookupException
Returns parent ImageMap of this area.

Returns:
parent ImageMap of this area.
Throws:
LookupException - if this area is outside a map.

name

public java.lang.String name()
Return name attribute for this area

Returns:
name attribute for this area


Copyright © 2007 Actimind, Inc. All Rights Reserved.