OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.data
Class AdfSuggestionCollection

Warning:

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



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfSuggestionCollection(Object array, Object suggestionsCollection)
Used by InputSearch's peer.


Method Summary

public Object
at(Object index)
private Object
_buildLookupTable()
public Object
filter(Object callback, Object thisArg)
public Object
forEach(Object callback, Object thisArg)
public Object
get(Object key)
public Object
getArray()


Field Detail


Constructor Detail


AdfSuggestionCollection

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    

Method Detail


at

public Object at(Object index)

Parameters:
index    
Return:
Object

_buildLookupTable

private Object _buildLookupTable()

Return:
Object

filter

public Object filter(Object callback,
                     Object thisArg)

Parameters:
callback    
thisArg    
Return:
Object

forEach

public Object forEach(Object callback,
                      Object thisArg)

Parameters:
callback    
thisArg    
Return:
Object

get

public Object get(Object key)

Parameters:
key    
Return:
Object

getArray

public Object getArray()

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.