|
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 | ||||||||
java.lang.Object
|
+--oracle.cabo.ui.state.BaseSelection
|
+--oracle.cabo.ui.state.DefaultMultipleSelection
| Constructor Summary | |
DefaultMultipleSelection()
|
|
| Method Summary | |
boolean |
isSelected(RenderingContext context,
java.lang.Object value,
int index)
Returns true if the value or index is selected, false otherwise. |
void |
setSelectedIndicies(int[] selectedIndicies)
|
void |
setSelectedValues(java.lang.Object[] selectedValues)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultMultipleSelection()
| 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 parameterpublic void setSelectedIndicies(int[] selectedIndicies)
public void setSelectedValues(java.lang.Object[] selectedValues)
|
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 | ||||||||