OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

Warning:

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

public class AdfDhtmlInputSearchPeer
extends Object
inputSearch component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [content --> content] - inputSearch content 2. [label --> label] - inputSearch label 3. [button --> btn] - inputSearch dropdown/search button 4. [suggestion[i] --> The suggestion element at i-th index (mapped programmatically)] If a subId is not contained in the map below, it's corresponding DOM is located programmatically in AdfDhtmlInputSearchPeer.GetSubIdDomElement().



Field Summary

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


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

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


Method Summary

protected Object
GetBestMatchSubId(Object domElement)
protected Object
GetSubIdDomElement(Object subElementId)


Field Detail


_SUB_ID_MAP

private static Object _SUB_ID_MAP

inputSearch component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [content --> content] - inputSearch content 2. [label --> label] - inputSearch label 3. [button --> btn] - inputSearch dropdown/search button 4. [suggestion[i] --> The suggestion element at i-th index (mapped programmatically)] If a subId is not contained in the map below, it's corresponding DOM is located programmatically in AdfDhtmlInputSearchPeer.GetSubIdDomElement().

Constructor Detail


AdfDhtmlInputSearchPeer

public AdfDhtmlInputSearchPeer()

inputSearch component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [content --> content] - inputSearch content 2. [label --> label] - inputSearch label 3. [button --> btn] - inputSearch dropdown/search button 4. [suggestion[i] --> The suggestion element at i-th index (mapped programmatically)] If a subId is not contained in the map below, it's corresponding DOM is located programmatically in AdfDhtmlInputSearchPeer.GetSubIdDomElement().

Method Detail


GetBestMatchSubId

protected Object GetBestMatchSubId(Object domElement)

Parameters:
domElement    
Return:
Object

GetSubIdDomElement

protected Object GetSubIdDomElement(Object subElementId)

Parameters:
subElementId    
Return:
Object

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

 

Generated on 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.