com.ibm.bpe.jsf.handler

Interface ItemProvider

All known subinterfaces:
ErrorHandler
All known implementing classes:
BPCDetailsHandler, BPCListHandler

  1. public interface ItemProvider
Returns the set of items that have been selected.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.util.List
getSelectedItems()
Returns the list of selected items.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getSelectedItems

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