Table 50.	 Property Set Types That Siebel Open UI Supports 
    |  |  | 
    | SWE_PROP_NC_PDQ_INFO  | Child property set for the Predefined Query (PDQ). It includes the list of PDQ items that Siebel Open UI displays. It uses the following properties:  
SHOW_EMPTY_STRING. Display an empty PDQ entry. 
SWE_PROP_NC_CAPTION. Identifies the caption that Siebel Open UI displays for the PDQ. 
 | 
    | SWE_PROP_NC_VISIBILITY_INFO  | Defines the beginning of the visibility property set. It uses the following properties:  
SWE_PROP_NC_ITEM_INFO. Identifies the item start property.
 SWE_PROP_NC_SCREEN_NAME. Identifies the screen name. 
SWE_PROP_NC_VIEW_NAME. Identifies the view name. 
SWE_PROP_NC_CAPTION. Identifies the display value for the caption. 
SWE_PROP_NC_SCREEN_TAB_ICON. Identifies the icon name to use for the screen tab. 
 You can use the VisDropDownItem property as the predefined bubbled handler to do user interface binding.  | 
    | SWE_PROP_NC_SCREENCTRL_INFO  | Defines information for the first level in a screen. It uses the all the same properties that the SWE_PROP_NC_VISIBILITY_INFO property set uses except it does not use the SWE_PROP_NC_ITEM_INFO property.  You can use the GetTabInfo property as the predefined bubbled handler.  | 
    | SWE_PROP_NC_FLOATING_TAB_INFO  | If Siebel Open UI already displays a screen, and if the user clicks an empty tab, then SWE_PROP_NC_FLOATING_TAB_INFO adds a new tab. It uses the GetTabInfo property.  | 
    | SWE_PROP_NC_AGGREGATE_INFO  | Describes Amazon link information. It uses the GetTabLinkInfo property. It uses the following properties:  
SWE_PROP_NC_VIEW_NAME. Specifies the view name that Siebel Open UI displays.
 SWE_PROP_NC_CAPTION. Specifies the caption that Siebel Open UI displays. 
 | 
    | SWE_PROP_NC_SUBDETAIL_INFO  | Specifies information for the fourth level link. It uses the same properties that the SWE_PROP_NC_AGGREGATE_INFO property set uses.  | 
    | SWE_PROP_NC_DETAIL_INFO  | Specifies the view tab information that Siebel Open UI displays to start. It uses the GetTabInfo property. It uses the following properties:  
SWE_PROP_NC_VIEW_NAME. View name that Siebel Open UI displays. 
SWE_PROP_NC_CAPTION. Caption that Siebel Open UI displays. 
 You can use the following properties as predefined bubbled handlers: 
GetDataReloadDirty. Specifies the flag property. 
GetSelectedTabKey. Selection of tabs. 
GetSelectedTabLinkKey. Selection of links underneath tabs. 
GetTabInfo. All tabs. 
GetTabLinkInfo. All links. 
 |