Note: Use the lovSelectColumn component only in a LOV search results table that includes the singleSelection column.
To insert a lovSelectColumn component:
The lovSelectColumn node is inserted and highlighted under the expanded parent node.
Note: To use data binding, see Data Binding a Component Attribute.
...
<table ...>
...
<tableSelection>
<singleSelection text="select an item"
selected="${uix.current.selected}"/>
</tableSelection>
<contents>
... <!-- your LOV columns --> ...
... <!-- now add the lovSelectColumn as the last column ...
<lovSelectColumn>
<columnHeader>Quick Select</columnHeader>
</lovSelectColumn>
</contents>
</table>
...
Copyright © 1997, 2004, Oracle. All rights reserved.