JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-03  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
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.adf.view.js.event.AdfQueryOperationEvent
public class AdfQueryOperationEvent extends AdfComponentEvent
Field Summary | 
|
|---|---|
public static Object | 
|
private Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public Object | 
|
public Object | 
|
private Object | 
|
Fields inherited from oracle.adf.view.js.event.AdfComponentEvent | 
BLUR_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 | 
  | 
Method Summary | 
|
|---|---|
protected Object | 
  | 
public Object | 
  | 
public Object | 
  | 
protected Object | 
|
public Object | 
  | 
public static Object | 
|
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 | 
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 | 
Field Detail | 
|---|
public static Object EVENT_TYPEprivate Object _operationpublic static Object OPERATION_CREATEpublic static Object OPERATION_DELETEpublic static Object OPERATION_DUPLICATEpublic static Object OPERATION_MODE_CHANGEpublic static Object OPERATION_RESETpublic static Object OPERATION_SELECTpublic static Object OPERATION_UPDATEpublic Object setPartialpublic Object setRootprivate Object _value
Constructor Detail | 
|---|
public AdfQueryOperationEvent(Object source,
                              Object operation,
                              Object value)source | 
- | (Query or QuickQuery) component instance | 
operation | 
- | The operation type | 
value | 
Method Detail | 
|---|
protected Object AddMarshalledProperties(Object properties)properties | 
ObjectAdfBaseEvent.AddMarshalledProperties(Object)public Object getOperation()Objectpublic Object getValue()Objectprotected Object Init(Object source,
                      Object operation,
                      Object value)source | 
- | (Query) component instance | 
operation | 
- | the type of operation as specified by QueryOperationEvent | 
value | 
- | value result from the operation. | 
ObjectAdfObject.Init()public Object propagatesToServer()ObjectAdfBaseEvent.propagatesToServer()public static Object queue(Object component,
                           Object operation,
                           Object value,
                           Object partial)component | 
||
operation | 
- | the type of operation as specified by QueryOperationEvent | 
value | 
- | the params pertaining to this operation. | 
partial | 
- | whether its a partial (PPR) event. | 
ObjectAdfComponentEvent.queue(Boolean)
  | 
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-03  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||