version 1.0

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

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

public interface Option
extends BaseElement

Represents option of HTML select.


Method Summary
 boolean selected()
          Returns true if this option is selected.
 java.lang.String text()
          Returns text within this control.
 java.lang.String value()
          Returns value attribute of this option.
 
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

value

public java.lang.String value()
Returns value attribute of this option.

Returns:
value attribute of this option.

text

public java.lang.String text()
Returns text within this control.

Returns:
text within this control.

selected

public boolean selected()
Returns true if this option is selected.

Returns:
true if this option is selected.


Copyright © 2007 Actimind, Inc. All Rights Reserved.