JavaScript API Reference for Oracle ADF Faces
|
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-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, 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 |
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 12c (12.2.1.4.0) E81451-01
|
|
PREV
NEXT |
FRAMES
NO FRAMES
Warning: private items are visible
|
|
Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.