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.
isSelected
public boolean isSelected(RenderingContext context,
java.lang.Object value,
int index)
- 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