IBM WebSphere Application ServerTM
Release 8

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.
 

Field Detail

COPYRIGHT

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

getSelectedItems

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

Returns:
a list of the selected items.

IBM WebSphere Application ServerTM
Release 8