OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.util
Class AdfNavigationUtils

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.util.AdfNavigationUtils

public class AdfNavigationUtils
extends AdfObject
Utility class used by various button and link components


Field Summary


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

constructor, superclass

Fields inherited from org.ecmascript.object.Object

prototype

Constructor Summary

public
AdfNavigationUtils()
Utility class used by various button and link components

Method Summary

public static Object
performGetNavigation(Object component, Object clickComponentEvent, Object target)

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


AdfNavigationUtils

public AdfNavigationUtils()

Utility class used by various button and link components

Method Detail


performGetNavigation

public static Object performGetNavigation(Object component,
                                          Object clickComponentEvent,
                                          Object target)

Parameters:
component  
clickComponentEvent  
target  
Return:
Object

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

 

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