JavaScript API Reference for Oracle ADF Faces
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Warning: private items are visible
oracle.adfinternal.view.js.data.inputSearch Class AdfSuggestionMap
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.adf.view.js.base.AdfObject
|
+--oracle.adfinternal.view.js.data.inputSearch.AdfSuggestionMapInterface
|
+--oracle.adfinternal.view.js.data.inputSearch.AdfSuggestionMap
Direct Known Subclasses:
AdfChainSuggestionsMap
public class AdfSuggestionMap
extends AdfSuggestionMapInterface
Used by InputSearch's peer.
A collection of suggestions with ordering of an array along with constant time lookup
of suggestion given the key (primary/value attribute).
Methods inherited from oracle.adf.view.js.base.AdfObject adopt , clone , createCallback , createInitializedObject , createSubclass , ensureClassInitialization , equals , exportPrototypeSymbol , getClass , GetLazyArrayProperty , GetLazyMapProperty , getTypeName , Init , toDebugString , toString
public AdfSuggestionMap (Object array, Object suggestionMap)
Used by InputSearch's peer.
A collection of suggestions with ordering of an array along with constant time lookup
of suggestion given the key (primary/value attribute).
Parameters:
public Object at (Object index)
Returns the suggestion at 'index' position in array.
Note: This is not the server collection's index (index property of suggestion object)
Parameters:
Return:
Object
private Object _buildLookupTable ()
Return:
Object
public Object filter (Object callback, Object thisArg)
Parameters:
Return:
Object
public Object forEach (Object callback, Object thisArg)
Parameters:
Return:
Object
public Object get (Object key)
Performs a map lookup. The data type of the key is unimportant, i.e. a strict
data type match is not needed while looking up for matching key.
Parameters:
Return:
Object
Overrides:
AdfSuggestionMapInterface .get(Object)
public Object getArray ()
Return:
Object
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Warning: private items are visible
Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.