org.apache.myfaces.trinidadinternal.ui.state
Interface Selection

All Known Implementing Classes:
BaseSelection

public interface Selection

The Selection interface encapsulates access to one or more selected indicies and selected values. This is used for setting the selection on a UIX component such as an option container. Note: Clients must always subclass BaseSelection rather than implementing this interface directly.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/state/Selection.java#0 $) $Date: 10-nov-2005.18:50:27 $
Author:
The Oracle ADF Faces Team

Method Summary
 boolean isSelected(UIXRenderingContext context, java.lang.Object value, int index)
           
 

Method Detail

isSelected

boolean isSelected(UIXRenderingContext context,
                   java.lang.Object value,
                   int index)
Parameters:
context - the rendering context
value - the value to test, pass null to ignore this parameter
index - the index to test, pass -1 to ignore this parameter


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.