version 1.0

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

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

public interface FileField
extends EditableControl

Represents HTML file field (input type='file').


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.

Specified by:
value in interface EditableControl
Returns:
submission value for this control.


Copyright © 2007 Actimind, Inc. All Rights Reserved.