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 AdfQueryInternalEvent
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.AdfQueryInternalEvent
public class AdfQueryInternalEvent
extends AdfComponentEvent
Methods inherited from oracle.adf.view.js.event.AdfBaseEvent
|
cancel, forceFullSubmit, getClearMessages, getProperties, getRoot, getShowMessages, getSource, getType, isBubblingStopped, isCanceled, IsDeleveryDiscrete, isFullSubmitForced, isImmediate, isPartial, isResponseAnnounced, isResponseExpected, IsUserInputPrevented, isValidationNeeded, noResponseExpected, preventUserInput, setPartial, setRoot, stopBubbling |
Methods inherited from oracle.adf.view.js.base.AdfObject
|
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toString |
public static Object EVENT_TYPE
private Object _operation
public static Object OPERATION_CANCEL
public static Object OPERATION_DISCLOSE
public static Object OPERATION_RESULT_COMPONENT_DECODE
public static Object OPERATION_SELECT
public static Object OPERATION_SELECT_CONJUNCTION
public static Object OPERATION_SHOW_POPUP
public static Object OPERATION_UPDATE
public Object setPartial
public Object setRoot
private Object _value
public AdfQueryInternalEvent(Object source,
Object operation,
Object value)
- Parameters:
-
protected Object AddMarshalledProperties(Object properties)
override of AddMarshalledProperties to add expanded property
- Parameters:
-
- Return:
Object
- Overrides:
AdfBaseEvent.AddMarshalledProperties(Object)
public Object getOperation()
- Return:
Object
public Object getValue()
- Return:
Object
protected Object Init(Object source,
Object operation,
Object value)
Initializes the instance. Subclasses of AdfObject must call their superclass' Init
- Parameters:
-
- Return:
Object
- Overrides:
AdfObject.Init()
public Object propagatesToServer()
Override to cause the event to propagate to the server. By default, OK events get propagated to the server, CANCEL does not.
- Return:
Object
- Overrides:
AdfBaseEvent.propagatesToServer()
public static Object queue(Object component,
Object operation,
Object value,
Object partial)
Queues the queryInternal event to the be processed on the server.
- Parameters:
-
component |
- |
the component instance that registered interest in this event |
operation |
- |
the type of operation. |
value |
- |
the params that are passed to the server along with this event. Every operation sends a different event to the server |
partial |
- |
indicates whether the partial submit is true or false. |
- Return:
Object
- Overrides:
AdfComponentEvent.queue(Boolean)
|
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.