Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.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.


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

Method Detail

isSelected

public boolean isSelected(RenderingContext 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

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.