OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

Warning:

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

public class AdfDhtmlChooseDatePeer
extends Object
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.

See also:
AdfRichUIPeer.GetSubIdDomElement(Object)

Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype

Constructor Summary

public
AdfDhtmlChooseDatePeer()
Returns the best match subId for the given domElement.

Method Summary

protected Object
GetBestMatchSubId(Object domElement)
Returns the best match subId for the given domElement.
protected Object
GetSubIdDomElement(Object subElementId)

Field Detail


Constructor Detail


AdfDhtmlChooseDatePeer

public AdfDhtmlChooseDatePeer()

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.

Method Detail


GetBestMatchSubId

protected Object GetBestMatchSubId(Object domElement)

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:
domElement  
Return:
Object
See also:
AdfRichUIPeer.GetSubIdDomElement(Object)

GetSubIdDomElement

protected Object GetSubIdDomElement(Object subElementId)

Parameters:
subElementId  
Return:
Object

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

 

Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.