Modifier and Type | Method and Description |
---|---|
Autocomplete |
RichFacesAutocomplete.SelectOrConfirmImpl.select(ChoicePicker picker) |
Autocomplete |
SelectOrConfirm.select(ChoicePicker picker)
Selects the first suggestion according to the given rules in
picker |
Modifier and Type | Interface and Description |
---|---|
static interface |
ChoicePickerHelper.WebElementPicking.CanBeNegated |
static interface |
ChoicePickerHelper.WebElementPicking.LogicalOperation |
static interface |
ChoicePickerHelper.WebElementPicking.WebElementPicker |
Modifier and Type | Class and Description |
---|---|
static class |
ChoicePickerHelper.ByIndexChoicePicker |
static class |
ChoicePickerHelper.ByVisibleTextChoicePicker |
static class |
ChoicePickerHelper.WebElementPickerImpl |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPopupMenu.selectItem(ChoicePicker picker) |
void |
PopupMenu.selectItem(ChoicePicker picker)
Selects the menu item according to the rules defined in the
picker param. |
void |
AbstractPopupMenu.selectItem(ChoicePicker picker,
org.openqa.selenium.WebElement target) |
void |
PopupMenu.selectItem(ChoicePicker picker,
org.openqa.selenium.WebElement target)
Selects the menu item according to the rules defined in the
picker param. |
Modifier and Type | Method and Description |
---|---|
void |
RichFacesFileUpload.AdvancedFileUploadInteractions.removeFile(ChoicePicker picker) |
Modifier and Type | Method and Description |
---|---|
ConfirmOrCancel |
RichFacesInplaceSelect.select(ChoicePicker picker) |
ConfirmOrCancel |
InplaceSelect.select(ChoicePicker picker)
Selects the first option according to the given
picker |
Modifier and Type | Method and Description |
---|---|
T |
AbstractListComponent.getItem(ChoicePicker picker) |
T |
ListComponent.getItem(ChoicePicker picker)
Gets item found by
picker . |
Modifier and Type | Method and Description |
---|---|
OrderingList |
PuttingSelectedItem.putItAfter(ChoicePicker picker)
Puts previously selected item after another item picked by @picker.
|
OrderingList |
PuttingSelectedItem.putItBefore(ChoicePicker picker)
Puts previously selected item before another item picked by @picker.
|
PuttingSelectedItem |
OrderingList.select(ChoicePicker picker)
Selects a choice from suggestions.
|
PuttingSelectedItem |
AbstractOrderingList.select(ChoicePicker picker) |
Modifier and Type | Method and Description |
---|---|
void |
PanelMenu.collapseGroup(ChoicePicker picker)
Collapses group which satisfies the rules given in
picker object. |
void |
AbstractPanelMenu.collapseGroup(ChoicePicker picker) |
PanelMenuGroup |
PanelMenu.expandGroup(ChoicePicker picker)
Expands group which satisfies the rules given in
picker object. |
PanelMenuGroup |
AbstractPanelMenu.expandGroup(ChoicePicker picker) |
PanelMenuItem |
PanelMenu.selectItem(ChoicePicker picker)
Selects a menu item which satisfies the rules given in
picker object. |
PanelMenuItem |
AbstractPanelMenu.selectItem(ChoicePicker picker) |
Modifier and Type | Method and Description |
---|---|
PickList |
PickList.add(ChoicePicker picker)
Picks and adds value from source list to target list.
|
PickList |
RichFacesPickList.add(ChoicePicker picker) |
PickList |
PickList.remove(ChoicePicker picker)
Removes the value from target list back to the source list.
|
PickList |
RichFacesPickList.remove(ChoicePicker picker) |
Modifier and Type | Method and Description |
---|---|
void |
RichFacesSelect.SelectSuggestionsImpl.select(ChoicePicker picker) |
void |
SelectSuggestions.select(ChoicePicker picker)
Selects the first option according to the given rules in
picker |
Modifier and Type | Method and Description |
---|---|
T |
AbstractSwitchableComponent.switchTo(ChoicePicker picker) |
T |
SwitchableComponent.switchTo(ChoicePicker picker)
Switches to the container according to the given
picker rules. |
Modifier and Type | Method and Description |
---|---|
Tree.TreeNode |
Tree.collapseNode(ChoicePicker picker)
Collapses child node chosen by picker.
|
Tree.TreeNode |
RichFacesTree.collapseNode(ChoicePicker picker) |
Tree.TreeNode |
Tree.expandNode(ChoicePicker picker)
Expands child node chosen by picker.
|
Tree.TreeNode |
RichFacesTree.expandNode(ChoicePicker picker) |
protected int |
RichFacesTreeNode.getIndexOfPickedElement(ChoicePicker picker) |
protected int |
RichFacesTree.getIndexOfPickedElement(ChoicePicker picker) |
Tree.TreeNode |
Tree.selectNode(ChoicePicker picker)
Selects child node chosen by picker.
|
Tree.TreeNode |
RichFacesTree.selectNode(ChoicePicker picker) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.