OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.behavior
Class AdfAutoSuggestBehavior

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adf.view.js.base.AdfClientBehavior
               |
               +--oracle.adf.view.js.behavior.AdfAutoSuggestBehavior
Direct Known Subclasses:
AdfAutoSuggestBehaviorImpl

public class AdfAutoSuggestBehavior
extends AdfClientBehavior
Public AutoSuggestBehavior, mainly to expose automation specific APIs


Field Summary


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

constructor, superclass

Fields inherited from org.ecmascript.object.Object

prototype

Constructor Summary

public
AdfAutoSuggestBehavior()
Public AutoSuggestBehavior, mainly to expose automation specific APIs

Method Summary

public Array
getSuggestedItems(Object component)
Returns the currently available selected items for the current input element value

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

destroy, initialize

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


AdfAutoSuggestBehavior

public AdfAutoSuggestBehavior()

Public AutoSuggestBehavior, mainly to expose automation specific APIs

Method Detail


getSuggestedItems

public Array getSuggestedItems(Object component)

Returns the currently available selected items for the current input element value

Parameters:
component  
Return:
Array - Array of AdfSelectItem's

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

 

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