About IconKey

The iconKey component creates a key that describes the meaning of an icon. The name attribute specifies which icon needs to be described. This component can be placed in any location, but it is most commonly placed in the pageStatus region of a pageLayout.


Example:

...
<pageLayout>
  <pageStatus>
    <iconKey name="required"/>
  </pageStatus>
  ...
</pageLayout>
...    

Using IconKey
Working with Simple and Miscellaneous Components

 

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