OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

Warning:

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

public class AdfDhtmlSelectOneListboxPeer
extends Object
selectOneListbox component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [label --> label] - selectOneListbox label 2. [content --> content] - selectOneListbox content 3. [item[(_adfiv)] --> item] - selectOneListbox list item (by rendered _adfiv value)



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

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


Method Summary

protected Object
GetBestMatchSubId(Object domElement)
Returns the best match subId for the given domElement.
protected Object
GetSubIdDomElement(Object subElementId)
selectOneListbox component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1.


Field Detail


Constructor Detail


AdfDhtmlSelectOneListboxPeer

public AdfDhtmlSelectOneListboxPeer()

selectOneListbox component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [label --> label] - selectOneListbox label 2. [content --> content] - selectOneListbox content 3. [item[(_adfiv)] --> item] - selectOneListbox list item (by rendered _adfiv value)

Method Detail


GetBestMatchSubId

protected Object GetBestMatchSubId(Object domElement)

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

GetSubIdDomElement

protected Object GetSubIdDomElement(Object subElementId)

selectOneListbox component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [label --> label] - selectOneListbox label 2. [content --> content] - selectOneListbox content 3. [item[(_adfiv)] --> item] - selectOneListbox list item (by rendered _adfiv value)

Parameters:
subElementId    
Return:
Object

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.