version 1.0

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

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

public interface RadioButton
extends FormControl

Represents HTML radio button element.


Method Summary
 boolean checked()
          Returns true if this radio button is checked and false otherwise.
 java.lang.String value()
          Returns submission value for this control.
 
Methods inherited from interface com.actimind.actiwate.testing.html.objects.FormControl
name
 
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 submission value for this control.

Returns:
submission value for this control.

checked

public boolean checked()
Returns true if this radio button is checked and false otherwise.

Returns:
true if this radio button is checked and false otherwise


Copyright © 2007 Actimind, Inc. All Rights Reserved.