OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.laf.dhtml.rich.subids
Class AdfDhtmlShowDetailItemPeer

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adfinternal.view.js.laf.dhtml.rich.subids.AdfDhtmlShowDetailItemPeer

public class AdfDhtmlShowDetailItemPeer
extends Object
showDetailItem component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [tab_link --> disAcr] - the tab link displayed when a showDetailItem is in a panelTabbed 2. [panel_disclosure_icon --> btn] - the disclosure icon that is displayed when a showDetailItem is in a panelAccordion 3. [remove_icon_above --> rmAbv] - the remove button that may be displayed on a showDetailItem top label in a panelTabbed 4. [remove_icon_below --> rmBlw] - the remove button that may be displayed on a showDetailItem bottom label in a panelTabbed 5. [tab_text_above --> disAcr] - the clickable text displayed on a showDetailItem top label in a panelTabbed 6. [tab_text_below --> disAcrBlw] - the clickable text displayed on a showDetailItem bottom label in a panelTabbed 7. [panel_text] - the text for a showDetailItem present on a panelAccordion (mapped programmatically) 8. [icon] - the icon or image in the panelDrawer tab and panelSpringboard item



Field Summary

private static Object
_SUB_ID_MAP
showDetailItem component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1.


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlShowDetailItemPeer()
showDetailItem component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1.


Method Summary

protected Object
GetBestMatchSubId(HTMLElement childElement)
Returns the best match subId for the given domElement.
protected Object
GetSubIdDomElement(Object subElementId)
Returns the DOM element identified by the passed in subId.


Field Detail


_SUB_ID_MAP

private static Object _SUB_ID_MAP

showDetailItem component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [tab_link --> disAcr] - the tab link displayed when a showDetailItem is in a panelTabbed 2. [panel_disclosure_icon --> btn] - the disclosure icon that is displayed when a showDetailItem is in a panelAccordion 3. [remove_icon_above --> rmAbv] - the remove button that may be displayed on a showDetailItem top label in a panelTabbed 4. [remove_icon_below --> rmBlw] - the remove button that may be displayed on a showDetailItem bottom label in a panelTabbed 5. [tab_text_above --> disAcr] - the clickable text displayed on a showDetailItem top label in a panelTabbed 6. [tab_text_below --> disAcrBlw] - the clickable text displayed on a showDetailItem bottom label in a panelTabbed 7. [panel_text] - the text for a showDetailItem present on a panelAccordion (mapped programmatically) 8. [icon] - the icon or image in the panelDrawer tab and panelSpringboard item

Constructor Detail


AdfDhtmlShowDetailItemPeer

public AdfDhtmlShowDetailItemPeer()

showDetailItem component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [tab_link --> disAcr] - the tab link displayed when a showDetailItem is in a panelTabbed 2. [panel_disclosure_icon --> btn] - the disclosure icon that is displayed when a showDetailItem is in a panelAccordion 3. [remove_icon_above --> rmAbv] - the remove button that may be displayed on a showDetailItem top label in a panelTabbed 4. [remove_icon_below --> rmBlw] - the remove button that may be displayed on a showDetailItem bottom label in a panelTabbed 5. [tab_text_above --> disAcr] - the clickable text displayed on a showDetailItem top label in a panelTabbed 6. [tab_text_below --> disAcrBlw] - the clickable text displayed on a showDetailItem bottom label in a panelTabbed 7. [panel_text] - the text for a showDetailItem present on a panelAccordion (mapped programmatically) 8. [icon] - the icon or image in the panelDrawer tab and panelSpringboard item

Method Detail


GetBestMatchSubId

protected Object GetBestMatchSubId(HTMLElement childElement)

Returns the best match subId for the given domElement. This can be enhanced further to return programmatically determined subIds. WARNING - You must make sure to bind the component to the peer before calling this function.

Parameters:
childElement  -  the child DOM element
Return:
Object
See also:
AdfRichUIPeer.GetSubIdDomElement(Object)

GetSubIdDomElement

protected Object GetSubIdDomElement(Object subElementId)

Returns the DOM element identified by the passed in subId.

Parameters:
subElementId    
Return:
Object - the DOM element

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2015.07.15 10:12 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.