OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.event
Class AdfQueryInternalEvent

Warning:

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



Field Summary

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


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
AdfQueryInternalEvent(Object source, Object operation, Object value)


Method Summary

protected Object
AddMarshalledProperties(Object properties)
override of AddMarshalledProperties to add expanded property
public Object
getOperation()
public Object
getValue()
protected Object
Init(Object source, Object operation, Object value)
Initializes the instance.
public Object
propagatesToServer()
Override to cause the event to propagate to the server.
public static Object
queue(Object component, Object operation, Object value, Object partial)
Queues the queryInternal event to the be processed on the server.


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


EVENT_TYPE

public static Object EVENT_TYPE

_operation

private Object _operation

OPERATION_CANCEL

public static Object OPERATION_CANCEL

OPERATION_DISCLOSE

public static Object OPERATION_DISCLOSE

OPERATION_RESULT_COMPONENT_DECODE

public static Object OPERATION_RESULT_COMPONENT_DECODE

OPERATION_SELECT

public static Object OPERATION_SELECT

OPERATION_SELECT_CONJUNCTION

public static Object OPERATION_SELECT_CONJUNCTION

OPERATION_SHOW_POPUP

public static Object OPERATION_SHOW_POPUP

OPERATION_UPDATE

public static Object OPERATION_UPDATE

setPartial

public Object setPartial

setRoot

public Object setRoot

_value

private Object _value

Constructor Detail


AdfQueryInternalEvent

public AdfQueryInternalEvent(Object source,
                             Object operation,
                             Object value)

Parameters:
source    
operation    
value    

Method Detail


AddMarshalledProperties

protected Object AddMarshalledProperties(Object properties)

override of AddMarshalledProperties to add expanded property

Parameters:
properties    
Return:
Object
Overrides:
AdfBaseEvent.AddMarshalledProperties(Object)

getOperation

public Object getOperation()

Return:
Object

getValue

public Object getValue()

Return:
Object

Init

protected Object Init(Object source,
                      Object operation,
                      Object value)

Initializes the instance. Subclasses of AdfObject must call their superclass' Init

Parameters:
source    
operation    
value    
Return:
Object
Overrides:
AdfObject.Init()

propagatesToServer

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()

queue

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)

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.