org.apache.myfaces.trinidadinternal.ui.state
Interface Selection
- All Known Implementing Classes:
- BaseSelection
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
@Deprecated
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 $
isSelected
boolean isSelected(UIXRenderingContext context,
java.lang.Object value,
int index)
- Deprecated.
- Parameters:
context - the rendering contextvalue - the value to test, pass null to ignore this parameterindex - the index to test, pass -1 to ignore this parameter
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.