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