com.ibm.bpe.jsf.handler
Class BPCListHandler.SelectionHelper

java.lang.Object
  extended bycom.ibm.bpe.jsf.handler.BPCListHandler.SelectionHelper
Enclosing class:
BPCListHandler

public class BPCListHandler.SelectionHelper
extends java.lang.Object

This class is not for public usage.


Constructor Summary
BPCListHandler.SelectionHelper()
           
 
Method Summary
 void chooseItem(javax.faces.event.ActionEvent event)
          This method is not for public usage.
 boolean isDisplayedItemsSelected()
          This method is not for public usage.
 void selectionChanged(javax.faces.event.ValueChangeEvent event)
          This method is not for public usage.
 void setDisplayedItemsSelected(boolean value)
          This method is not for public usage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPCListHandler.SelectionHelper

public BPCListHandler.SelectionHelper()
Method Detail

chooseItem

public void chooseItem(javax.faces.event.ActionEvent event)
This method is not for public usage.

Parameters:
event - The ActionEvent for the selection

selectionChanged

public void selectionChanged(javax.faces.event.ValueChangeEvent event)
                      throws javax.faces.event.AbortProcessingException
This method is not for public usage.

Parameters:
event - The ValueChangeEvent
Throws:
javax.faces.event.AbortProcessingException

isDisplayedItemsSelected

public boolean isDisplayedItemsSelected()
This method is not for public usage.

Returns:
Whether all displayed items are selected.

setDisplayedItemsSelected

public void setDisplayedItemsSelected(boolean value)
This method is not for public usage.

Parameters:
value -