|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
PREV NEXT | FRAMES NO FRAMES All Classes 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_TYPE
private Object _operation
public static Object OPERATION_CREATE
public static Object OPERATION_DELETE
public static Object OPERATION_DUPLICATE
public static Object OPERATION_MODE_CHANGE
public static Object OPERATION_RESET
public static Object OPERATION_SELECT
public static Object OPERATION_UPDATE
public Object setPartial
public Object setRoot
private 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 |
Object
AdfBaseEvent.AddMarshalledProperties(Object)
public Object getOperation()
Object
public Object getValue()
Object
protected 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. |
Object
AdfObject.Init()
public Object propagatesToServer()
Object
AdfBaseEvent.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. |
Object
AdfComponentEvent.queue(Boolean)
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
PREV NEXT | FRAMES NO FRAMES All Classes Warning: private items are visible |