JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.data
Class AdfSuggestionCollection
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.data.AdfSuggestionCollection
public class AdfSuggestionCollection
extends Object
Used by InputSearch's peer. A collection of suggestions with ordering of an array along with constant time lookup
public AdfSuggestionCollection(Object array,
Object suggestionsCollection)
Used by InputSearch's peer. A collection of suggestions with ordering of an array along with constant time lookup
- Parameters:
-
array |
|
|
suggestionsCollection |
|
|
public Object at(Object index)
- 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)
- Parameters:
-
- Return:
Object
public Object getArray()
- Return:
Object
Generated on 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.