Sun Identity Manager Deployment Reference

SectionHead

Displays a new section heading defined by the value of the text property. It is an extension of the Label class that sets the font property to a style that results in large bold text. It also sets the pad property to zero to eliminate the default 2 space padding. Use it to break up long forms into sections separated by a prominent label.

The only property for this display component is text, which specifies the text to be displayed.

Example

<Field>
   <Display class=’SectionHead’>
      <Property name=’text’ value =’Calculated Fields’/>
   </Display>
</Field>