public class RichFacesPickList extends Object implements PickList, AdvancedVisibleComponentIteractions<RichFacesPickList.AdvancedPickListInteractions>
| Modifier and Type | Class and Description |
|---|---|
class |
RichFacesPickList.AdvancedPickListInteractions |
static class |
RichFacesPickList.OrderingListInPickList |
static class |
RichFacesPickList.SelectableListImpl |
static class |
RichFacesPickList.SelectableListItemImpl |
| Constructor and Description |
|---|
RichFacesPickList() |
| Modifier and Type | Method and Description |
|---|---|
PickList |
add(ChoicePicker picker)
Picks and adds value from source list to target list.
|
PickList |
add(int index)
Picks and adds value from source list to target list.
|
PickList |
add(String match)
Picks and adds value from source list to target list.
|
PickList |
addAll()
Picks and adds all values from source list to target list.
|
PickList |
addMultiple(MultipleChoicePicker picker)
Picks and adds multiple values from source list to target list.
|
RichFacesPickList.AdvancedPickListInteractions |
advanced() |
PickList |
remove(ChoicePicker picker)
Removes the value from target list back to the source list.
|
PickList |
remove(int index)
Removes the value from target list back to the source list.
|
PickList |
remove(String match)
Removes the value from target list back to the source list.
|
PickList |
removeAll()
Removes all values from target list back to the source list.
|
PickList |
removeMultiple(MultipleChoicePicker picker)
Picks and removes multiple values from target list back to source list.
|
protected void |
unselectAll(List<org.openqa.selenium.WebElement> list) |
public RichFacesPickList.AdvancedPickListInteractions advanced()
advanced in interface AdvancedInteractions<RichFacesPickList.AdvancedPickListInteractions>public PickList add(ChoicePicker picker)
PickListpublic PickList add(String match)
PickListpublic PickList add(int index)
PickListpublic PickList addMultiple(MultipleChoicePicker picker)
PickListaddMultiple in interface PickListpicker - defines rules to pick the multiple values and add them to the target listpublic PickList addAll()
PickListpublic PickList remove(ChoicePicker picker)
PickListpublic PickList remove(String match)
PickListpublic PickList remove(int index)
PickListpublic PickList removeMultiple(MultipleChoicePicker picker)
PickListremoveMultiple in interface PickListpicker - defines rules to pick the multiple values and remove them from target list back to the source listpublic PickList removeAll()
PickListprotected void unselectAll(List<org.openqa.selenium.WebElement> list)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.