version 1.0

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

All Superinterfaces:
BaseElement, ClickableElement, FormControl, com.actimind.actiwate.testing.logging.Loggable
All Known Subinterfaces:
FileField, PasswordField, Textarea, TextField

public interface EditableControl
extends FormControl

Editable form control (text field, textarea, file field).


Method Summary
 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.


Copyright © 2007 Actimind, Inc. All Rights Reserved.