version 1.0

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

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

public interface MultipleSelect
extends BaseSelect

Represents HTML multiple select element.


Method Summary
 Option[] selectedOptions()
          Returns all selected options.
 
Methods inherited from interface com.actimind.actiwate.testing.html.objects.BaseSelect
option, optionByText, optionByValue, options, optionsNum
 
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

selectedOptions

public Option[] selectedOptions()
Returns all selected options.

Returns:
all selected options or empty array if no one option is selected.


Copyright © 2007 Actimind, Inc. All Rights Reserved.