Oracle Fusion Middleware Tag Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14265-04
Go back

Summary

Tag name: <headerPanel>

The headerPanel tag is used to render the header panel control that hosts a header control and one other component. It hides the other component when the header is collapsed.

Code Example(s)

      <headerPanel title="${res.CHANGES_INCLUDED_FILES}">
        <table value="${changefilesmodel}" 
               id="wiChangeFilesTable_id" 
               visibleRowCount="10"
               mouseListener="${changeFilesTableMouseListener}"
               firedEvent="WorkItemChange"
               cellRenderers="0:${versionFileCellRenderer}"/>
      </headerPanel>

Attributes

Name Type Default value Required? Supports EL? Description
idStringYIt is the identifier for the component defined. The id is unique inside its grouping parent scope.
tagNameStringYThe tag name.
disabledbooleanfalseYIndicates whether the tag will be rendered as disabled or not. Valid values are true or false. The control will show as grayed out without reacting to any user input or action if the value is set to true.
shortDescStringYThe content will show as a tooltip information when mouseover its UI when the value is set.
visiblebooleantrueYIndicates if the UI block of the tag will be rendered as visible or not. Valid values are true or false. The component will not be rendered but the corresponding component will still be created and kept in the runtime component tree if the value is set to false.
mouseListenerjava.awt.event.MouseListenerEL onlyA MouseListener java class for the rendered UI component. Please refer to Oracle Connector Developer Guide on how to write and use listeners when implementing a connector.
keyListenerjava.awt.event.KeyListenerEL onlyA KeyListener java class for the rendered UI component. Please refer to Oracle Connector Developer Guide on how to write and use listeners when implementing a connector.
focusListenerjava.awt.event.FocusListenerEL onlyA FocusListener java class for the rendered UI component. Please refer to Oracle Connector Developer Guide on how to write and use listeners when implementing a connector.
PropertyChangeListenerjava.awt.event.PropertyChangeListenerEL OnlyA PropertyChangeListener java class for the rendered UI component. Please refer to Oracle Connector Developer Guide on how to write and use listeners when implementing a connector.
helpTopicIdStringYHelp topic ID that associate the help content with the current tag. For example -- when the connector integrates its help with Oracle Help center: This id will be used to identify the help HTML page inside connector help jar file and show the page in Oracle Help Center when the UI component has focus and F1 key is pressed.
contextMenuModeloracle.alm.view.model.AlmContextMenuModelEL OnlyAn Oracle AlmContextMenuModel class that registers a customized context menu for the current tag.
titleStringYString shown as the control title.
layoutStringYThe layout attribute.
headerLevelStringYThe headerLevel attribute.
collapseUpStringYThe collapseUp attribute.
collapseLeftStringYThe collapseLeft attribute.
collapseRightStringYThe collapseRight attribute.
dialogStringYThe dialog attribute.
pageStringYThe page attribute.
subStringYThe sub attribute.
subSubStringYThe subSub attribute.