Inserting a LovSelectColumn

Note: Use the lovSelectColumn component only in a LOV search results table that includes the singleSelection column.

To insert a lovSelectColumn component:

  1. In the Design Structure Window of the desired file, locate the table node in which you wish to insert a lovSelectColumn component.
  2. In the Component Palette, select Table Components from the dropdown list, and then drag and drop the lovSelectColumn component to the parent node of your choice.

    The lovSelectColumn node is inserted and highlighted under the expanded parent node.

  3. In the Design Structure Windows, expand the lovSelectColumn node, and then expand the lovSelectColumn Named Children node.
  4. Right-click the columnHeader named child and choose Insert inside columnHeader | styledText .
  5. In the Property Inspector, set the following attribute for the styledText component:

Note: To use data binding, see Data Binding a Component Attribute.

Example (UIX XML)


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

About LovSelectColumn

Working with Table Components

 

Copyright © 1997, 2004, Oracle. All rights reserved.