OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

Warning:

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

public class AdfDhtmlInputListOfValuesPeer
extends Object
inputListOfValues component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [content --> content] - inputListOfValues content 2. [search_icon --> lovIconId] - inputListOfValues search icon 3. [search_dialog --> _afrLovDialogId] - inputListOfValues search dialog 4. [search_dialog_popup --> _afrLovPopupId] - inputListOfValues search dialog popup 5. [lovDialog_query --> _afrLovInternalQueryId] - inputListOfValues dialog query 6. [lovDialog_toolbar --> _afrLovToolbar] - inputListOfValues dialog toolbar 7. [lovDialog_table --> _afrLovInternalTableId] - inputListOfValues dialog table 8. [label --> label] - inputListOfValues label 9. [lovDialog_table[rowIndex][columnIndex]] --> _afrColChild. A cell has an outputText which has an internal id "_afrColChild" appended with the column index.] 10. [lovDialog_table_cellContainer[rowIndex][columnIndex]] --> It provides the container DOM elment of a component in a particular cell. 11. [lovDialog_table_columnHeader_text[columnIndex]] -->It provides the dom element which has column header text.] {External indexing example --> Internal indexing example} 1) getElementText("rich=testTemplate:lovComponent#lovDialog_table[2][3]");\n\n2) getElementText("rich=testTemplate:lovComponent#lovDialog_table_columnHeader_text[2]");\n\n3) getElementText("rich=testTemplate:lovComponent#lovDialog_table_rowHeader_text[4]"); -->



Field Summary

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


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlInputListOfValuesPeer()
inputListOfValues 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 HTMLElement
GetSubIdDomElement(String subElementIdLocator)
Returns the dom element for a given subElementId for inputListOfValues.


Field Detail


_SUB_ID_MAP

private static Object _SUB_ID_MAP

inputListOfValues component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [content --> content] - inputListOfValues content 2. [search_icon --> lovIconId] - inputListOfValues search icon 3. [search_dialog --> _afrLovDialogId] - inputListOfValues search dialog 4. [search_dialog_popup --> _afrLovPopupId] - inputListOfValues search dialog popup 5. [lovDialog_query --> _afrLovInternalQueryId] - inputListOfValues dialog query 6. [lovDialog_toolbar --> _afrLovToolbar] - inputListOfValues dialog toolbar 7. [lovDialog_table --> _afrLovInternalTableId] - inputListOfValues dialog table 8. [label --> label] - inputListOfValues label 9. [lovDialog_table[rowIndex][columnIndex]] --> _afrColChild. A cell has an outputText which has an internal id "_afrColChild" appended with the column index.] 10. [lovDialog_table_cellContainer[rowIndex][columnIndex]] --> It provides the container DOM elment of a component in a particular cell. 11. [lovDialog_table_columnHeader_text[columnIndex]] -->It provides the dom element which has column header text.] {External indexing example --> Internal indexing example} 1) getElementText("rich=testTemplate:lovComponent#lovDialog_table[2][3]");\n\n2) getElementText("rich=testTemplate:lovComponent#lovDialog_table_columnHeader_text[2]");\n\n3) getElementText("rich=testTemplate:lovComponent#lovDialog_table_rowHeader_text[4]"); -->

Constructor Detail


AdfDhtmlInputListOfValuesPeer

public AdfDhtmlInputListOfValuesPeer()

inputListOfValues component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [content --> content] - inputListOfValues content 2. [search_icon --> lovIconId] - inputListOfValues search icon 3. [search_dialog --> _afrLovDialogId] - inputListOfValues search dialog 4. [search_dialog_popup --> _afrLovPopupId] - inputListOfValues search dialog popup 5. [lovDialog_query --> _afrLovInternalQueryId] - inputListOfValues dialog query 6. [lovDialog_toolbar --> _afrLovToolbar] - inputListOfValues dialog toolbar 7. [lovDialog_table --> _afrLovInternalTableId] - inputListOfValues dialog table 8. [label --> label] - inputListOfValues label 9. [lovDialog_table[rowIndex][columnIndex]] --> _afrColChild. A cell has an outputText which has an internal id "_afrColChild" appended with the column index.] 10. [lovDialog_table_cellContainer[rowIndex][columnIndex]] --> It provides the container DOM elment of a component in a particular cell. 11. [lovDialog_table_columnHeader_text[columnIndex]] -->It provides the dom element which has column header text.] {External indexing example --> Internal indexing example} 1) getElementText("rich=testTemplate:lovComponent#lovDialog_table[2][3]");\n\n2) getElementText("rich=testTemplate:lovComponent#lovDialog_table_columnHeader_text[2]");\n\n3) getElementText("rich=testTemplate:lovComponent#lovDialog_table_rowHeader_text[4]"); -->

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

GetSubIdDomElement

protected HTMLElement GetSubIdDomElement(String subElementIdLocator)

Returns the dom element for a given subElementId for inputListOfValues.

Parameters:
subElementIdLocator  -  the id of the child dom element or component
Return:
HTMLElement - the DOM within the component related to scopedId

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.