OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.agent.ie
Class AdfIE8NavigationHistoryAgent

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.agent.AdfNavigationHistoryAgent
               |
               +--oracle.adfinternal.view.js.agent.ie.AdfIE8NavigationHistoryAgent

public class AdfIE8NavigationHistoryAgent
extends AdfNavigationHistoryAgent



Field Summary


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

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfIE8NavigationHistoryAgent()


Method Summary

private static Object
_checkURI()
public Object
dispose()
Disposes of this agent
public Object
startTrackingURI(Object callbackObj)
Tells this agent to start checking that the browser URI reflects the current view When there is no match, the agent will invoke loadView(viewId) on the callback object


Methods inherited from oracle.adfinternal.view.js.agent.AdfNavigationHistoryAgent

AddHistoryEntry, GetDomDocument, GetDomWindow, getInstance, GetViewInfoFromBrowserURI, Init, InitClass, initialize, isInitialized, setCurrentPage, setQueryString, SetQueryStringImpl, SetViewIdOnURI, ValidateCurrentView


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

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


Field Detail


Constructor Detail


AdfIE8NavigationHistoryAgent

public AdfIE8NavigationHistoryAgent()

Method Detail


_checkURI

private static Object _checkURI()

Return:
Object

dispose

public Object dispose()

Disposes of this agent

Return:
Object
Overrides:
AdfNavigationHistoryAgent.dispose()

startTrackingURI

public Object startTrackingURI(Object callbackObj)

Tells this agent to start checking that the browser URI reflects the current view When there is no match, the agent will invoke loadView(viewId) on the callback object

Parameters:
callbackObj    
Return:
Object
Overrides:
AdfNavigationHistoryAgent.startTrackingURI(Object)

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

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.