com.ibm.bpe.jsf.handler
Interface ItemProvider
- All Known Subinterfaces:
- ErrorHandler
- All Known Implementing Classes:
- BPCDetailsHandler, BPCListHandler
public interface ItemProvider
Returns the set of items that have been selected.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.util.List |
getSelectedItems()
Returns the list of selected items. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getSelectedItems
java.util.List getSelectedItems()
- Returns the list of selected items.
- Returns:
- a list of the selected items.