OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.event
Class AdfJsfAjaxRequestEvent

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.AdfJsfAjaxRequestEvent

public class AdfJsfAjaxRequestEvent
extends AdfComponentEvent
Event to wrap a jsf.ajax.request call to propagate it through the ADF client event queues



Field Summary

public static Object
REQUEST_EVENT_TYPE


Fields inherited from oracle.adf.view.js.event.AdfComponentEvent

BLUR_EVENT_TYPE, CONTEXT_MENU_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
AdfJsfAjaxRequestEvent(Object domSource, Object event, Object options)
Event to wrap a jsf.ajax.request call to propagate it through the ADF client event queues


Method Summary

protected Object
Init(Object source)
Initializes the instance.
protected Object
IsDeleveryDiscrete()
public Object
propagatesToServer()
Returns true if the this event should propagate to the server.
public static Object
queue(Object source, Object event, Object options)
Convienent method for queue a AdfJsfAjaxRequestEvent.


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

AddMarshalledProperties, cancel, forceFullSubmit, getClearMessages, getProperties, getRoot, getShowMessages, getSource, getType, isBubblingStopped, isCanceled, 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


REQUEST_EVENT_TYPE

public static Object REQUEST_EVENT_TYPE

Constructor Detail


AdfJsfAjaxRequestEvent

public AdfJsfAjaxRequestEvent(Object domSource,
                              Object event,
                              Object options)

Event to wrap a jsf.ajax.request call to propagate it through the ADF client event queues

Parameters:
domSource    
event    
options    

Method Detail


Init

protected Object Init(Object source)

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

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

IsDeleveryDiscrete

protected Object IsDeleveryDiscrete()

Return:
Object
Overrides:
AdfBaseEvent.IsDeleveryDiscrete()

propagatesToServer

public Object propagatesToServer()

Returns true if the this event should propagate to the server.

Return:
Object
Overrides:
AdfBaseEvent.propagatesToServer()

queue

public static Object queue(Object source,
                           Object event,
                           Object options)

Convienent method for queue a AdfJsfAjaxRequestEvent.

Parameters:
source    
event    
options    
Return:
Object
Overrides:
AdfComponentEvent.queue(Boolean)

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

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.