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.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getSelectedItems

public java.util.List getSelectedItems()
Provides the list of selected items.

Returns:
a list of the selected items.