|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public boolean isSelected(RenderingContext context, java.lang.Object value, int index)
context
- the rendering contextvalue
- the value to test, pass null to ignore this parameterindex
- the index to test, pass -1 to ignore this parameter
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |