version 1.0

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

All Superinterfaces:
BaseElement, ClickableElement, com.actimind.actiwate.testing.logging.Loggable
All Known Subinterfaces:
BaseSelect, Button, Checkbox, EditableControl, FileField, MultipleSelect, PasswordField, RadioButton, SingleSelect, Textarea, TextField

public interface FormControl
extends ClickableElement

Represents form control.


Method Summary
 java.lang.String name()
          Returns name of this control.
 
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

name

public java.lang.String name()
Returns name of this control.

Returns:
name of this control.


Copyright © 2007 Actimind, Inc. All Rights Reserved.