| Package | Description |
|---|---|
| org.richfaces.fragment.orderingList | |
| org.richfaces.fragment.pickList |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOrderingList |
class |
RichFacesOrderingList |
| Modifier and Type | Method and Description |
|---|---|
OrderingList |
PuttingSelectedItem.putItAfter(ChoicePicker picker)
Puts previously selected item after another item picked by @picker.
|
OrderingList |
PuttingSelectedItem.putItAfter(int index)
Puts previously selected item after another item at @index.
|
OrderingList |
PuttingSelectedItem.putItAfter(String match)
Puts previously selected item after another item which text matches @match.
|
OrderingList |
PuttingSelectedItem.putItBefore(ChoicePicker picker)
Puts previously selected item before another item picked by @picker.
|
OrderingList |
PuttingSelectedItem.putItBefore(int index)
Puts previously selected item before another item at @index.
|
OrderingList |
PuttingSelectedItem.putItBefore(String match)
Puts previously selected item before another item which text matches @match.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RichFacesPickList.OrderingListInPickList |
| Modifier and Type | Method and Description |
|---|---|
OrderingList |
RichFacesPickList.AdvancedPickListInteractions.getOrderTargetList()
This method return element which has operations over the orderable target list.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.