JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
oracle.adfinternal.view.js.event
Class AdfRedirectEvent
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
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
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.AdfBaseEvent
|
AddMarshalledProperties, cancel, forceFullSubmit, getClearMessages, getProperties, getRoot, getShowMessages, getSource, getType, isBubblingStopped, isCanceled, IsDeleveryDiscrete, isFullSubmitForced, isImmediate, isPartial, isResponseAnnounced, isResponseExpected, IsUserInputPrevented, isValidationNeeded, noResponseExpected, preventUserInput, propagatesToServer, setPartial, setRoot, stopBubbling |
Methods inherited from oracle.adf.view.js.base.AdfObject
|
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toString |
private Object _noNavigation
private Object _url
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 |
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
public String getURL()
Gets the URL to which the Redirect should happen while handling this Event
- Return:
String
- url the URL to redirect to
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()
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
Generated on 2011.04.27 02:28 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.