Using TableActions

To use the tableActions named child:

  1. In the Design Structure Window, expand the table node to locate the tableActions named child node.

    The tableActions named child is used to insert a component for performing actions on the table that are independent of row selection. The inserted child component displays above the column header. The preferred child component you can insert are button, messageChoice, pageButtonbar, or submitButton.

  2. Right-click the tableActions node to insert a preferred child, or any other component.
  3. In the Property Inspector, set the appropriate attributes for the component you inserted.
  4. Repeat steps 2 and 3 to insert the desired number of child components.

Example (UIX XML)


...
<tableActions>
  <messageChoice prompt="Prompt 1" name="messageChoice1">
    <contents>
      <option text="option 2"/>
      <option text="option 3"/>
    </contents>
    <end>
      <button text="Copy"/>
    </end>
  </messageChoice>
</tableActions>   
...    

About Table and its Named Children
About HGrid and its Named Children

Creating a Table
Creating an HGrid
Working with Table Components

 

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