public interface PuttingSelectedItem
Modifier and Type | Method and Description |
---|---|
OrderingList |
putItAfter(ChoicePicker picker)
Puts previously selected item after another item picked by @picker.
|
OrderingList |
putItAfter(int index)
Puts previously selected item after another item at @index.
|
OrderingList |
putItAfter(String match)
Puts previously selected item after another item which text matches @match.
|
OrderingList |
putItBefore(ChoicePicker picker)
Puts previously selected item before another item picked by @picker.
|
OrderingList |
putItBefore(int index)
Puts previously selected item before another item at @index.
|
OrderingList |
putItBefore(String match)
Puts previously selected item before another item which text matches @match.
|
OrderingList putItBefore(int index)
index
- index of the itemOrderingList putItBefore(String match)
match
- text to matchOrderingList putItBefore(ChoicePicker picker)
picker
- for picking from the choicesChoicePickerHelper.ByIndexChoicePicker
,
ChoicePickerHelper.ByVisibleTextChoicePicker
OrderingList putItAfter(int index)
index
- index of the itemOrderingList putItAfter(String match)
match
- text to matchOrderingList putItAfter(ChoicePicker picker)
picker
- for picking from the choicesChoicePickerHelper.ByIndexChoicePicker
,
ChoicePickerHelper.ByVisibleTextChoicePicker
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.