OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

Warning:

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

public class AdfDhtmlGoMenuItemPeer
extends Object
Returns the dom element for a given subElementId for goMenuItem.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlGoMenuItemPeer()
Returns the dom element for a given subElementId for goMenuItem.


Method Summary

protected Object
GetBestMatchSubId(Object childElement)
Returns the best match subId for the given domElement.
protected HTMLElement
GetSubIdDomElement(String subElementId)
Returns the dom element for a given subElementId for goMenuItem.


Field Detail


Constructor Detail


AdfDhtmlGoMenuItemPeer

public AdfDhtmlGoMenuItemPeer()

Returns the dom element for a given subElementId for goMenuItem.

Method Detail


GetBestMatchSubId

protected Object GetBestMatchSubId(Object childElement)

Returns the best match subId for the given domElement. Default implementation looks at _SUB_ID_MAP defined by each component to determine this. This can be overridden by components to return programmatically determined subIds. WARNING - You must make sure to bind the component to the peer before calling this function.

Parameters:
childElement    
Return:
Object
See also:
AdfRichUIPeer.GetSubIdDomElement(Object)

GetSubIdDomElement

protected HTMLElement GetSubIdDomElement(String subElementId)

Returns the dom element for a given subElementId for goMenuItem.

Parameters:
subElementId  -  the subId of the DOM element to locate
Return:
HTMLElement - the corresponding dom element

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

 

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