version 1.0

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

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

public interface Checkbox
extends FormControl

Represents HTML checkbox element.


Method Summary
 boolean checked()
          Returns true if this checkbox is checked and false otherwise.
 java.lang.String value()
          Returns submission value for this checkbox.
 
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 checkbox.

Returns:
submission value for this checkbox.

checked

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

Returns:
true if this checkbox is checked and false otherwise


Copyright © 2007 Actimind, Inc. All Rights Reserved.