OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.data.inputSearch
Class AdfSuggestionMapInterface

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.data.inputSearch.AdfSuggestionMapInterface
Direct Known Subclasses:
AdfSuggestionMap

public class AdfSuggestionMapInterface
extends AdfObject
An interface to inter-operate between AdfSuggestionMap instances and native Map instances. This map has keys as the suggestion object's primary/value attribute's value. Value is the suggestion object.


Field Summary


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass

Fields inherited from org.ecmascript.object.Object

prototype

Constructor Summary

public
AdfSuggestionMapInterface()
An interface to inter-operate between AdfSuggestionMap instances and native Map instances.

Method Summary

public Object
get(Object key)

Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString

Field Detail


Constructor Detail


AdfSuggestionMapInterface

public AdfSuggestionMapInterface()

An interface to inter-operate between AdfSuggestionMap instances and native Map instances. This map has keys as the suggestion object's primary/value attribute's value. Value is the suggestion object.

Method Detail


get

public Object get(Object key)

Parameters:
key  
Return:
Object

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

 

Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.