OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.event
Class AdfRedirectEvent

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adf.view.js.event.AdfBaseEvent
               |
               +--oracle.adf.view.js.event.AdfPhasedEvent
                     |
                     +--oracle.adf.view.js.event.AdfComponentEvent
                           |
                           +--oracle.adfinternal.view.js.event.AdfRedirectEvent

public class AdfRedirectEvent
extends AdfComponentEvent
Redirect Event class


Field Summary

private Object
_noNavigation
private Object
_url

Fields inherited from oracle.adf.view.js.event.AdfComponentEvent

BLUR_EVENT_TYPE, CONTEXT_MENU_EVENT_TYPE, FOCUS_EVENT_TYPE

Fields inherited from oracle.adf.view.js.event.AdfBaseEvent

AT_TARGET_PHASE, BUBBLING_PHASE, CAPTURING_PHASE

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

constructor, superclass

Fields inherited from org.ecmascript.object.Object

prototype

Constructor Summary

public
AdfRedirectEvent(Object source, Object url, Boolean noNavigation)
Redirect Event class

Method Summary

public Boolean
getNavigationSuppressed()
Retrieves the falg indicating whether a new history entry should be added when the redirect is performed
public String
getURL()
Gets the URL to which the Redirect should happen while handling this Event
protected Object
Init(Object source, Object url, Boolean noNavigation)
Initializes the instance.

Methods inherited from oracle.adf.view.js.event.AdfComponentEvent

queue

Methods inherited from oracle.adf.view.js.event.AdfPhasedEvent

getCurrentTarget, getDoesBubbles, getEventPhase, isCancelable, nextEventPhase, setCurrentTarget, toDebugString

Methods inherited from oracle.adf.view.js.event.AdfBaseEvent

AddMarshalledProperties, cancel, forceFullSubmit, getClearMessages, getMaxTimeBeforePropagation, getProperties, getRoot, getShowMessages, getSource, getType, isBubblingStopped, isCanceled, IsDeleveryDiscrete, isDeliveryDiscrete, isFullSubmitForced, isImmediate, isPartial, isResponseAnnounced, isResponseExpected, IsUserInputPrevented, isValidationNeeded, noResponseExpected, preventUserInput, propagatesToServer, setPartial, setRoot, setSource, stopBubbling

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

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

Field Detail


_noNavigation

private Object _noNavigation

_url

private Object _url

Constructor Detail


AdfRedirectEvent

public AdfRedirectEvent(Object source,
                        Object url,
                        Boolean noNavigation)

Redirect Event class

Parameters:
source - Source of the Redirect event
url - The URL to which to redirect
noNavigation - true if no new browser history entry should be added

Method Detail


getNavigationSuppressed

public Boolean getNavigationSuppressed()

Retrieves the falg indicating whether a new history entry should be added when the redirect is performed

Return:
Boolean - true if no new browser history entry should be added

getURL

public String getURL()

Gets the URL to which the Redirect should happen while handling this Event

Return:
String - url the URL to redirect to

Init

protected Object Init(Object source,
                      Object url,
                      Boolean noNavigation)

Initializes the instance. Subclasses of AdfObject must call their superclass' Init

Parameters:
source - Source of the Redirect event
url - The URL to redirect to
noNavigation - true if no new browser history entry should be added
Return:
Object
Overrides:
AdfObject.Init()

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

 

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