JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.laf.dhtml.rich.subids
Class AdfDhtmlInputSearchPeer
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
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.
|
Constructor Summary
|
public |
AdfDhtmlInputSearchPeer()
-
inputSearch component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1.
|
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().
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().
protected Object GetBestMatchSubId(Object domElement)
- Parameters:
-
- Return:
Object
protected Object GetSubIdDomElement(Object subElementId)
- Parameters:
-
- Return:
Object
Generated on 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.