OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.event
Class AdfActionEvent

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

public class AdfActionEvent
extends AdfComponentEvent
Action Event class



Field Summary

public static Object
ACTION_EVENT_TYPE


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
AdfActionEvent(Object source)
Action Event class


Method Summary

protected Object
Init(Object source)
Initializes the instance.
public Object
isImmediate()
Returns true if this event should only trigger validation of immediate fields.
public Object
isValidationNeeded()
Returns true if this event should trigger validation.
public Boolean
propagatesToServer()
Override to cause the event to propagate to the server.
public static Object
queue(Object component, Boolean partial)
Convenience function for queueing an Action event from a component.


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, IsDeleveryDiscrete, isFullSubmitForced, isPartial, isResponseAnnounced, isResponseExpected, IsUserInputPrevented, 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


ACTION_EVENT_TYPE

public static Object ACTION_EVENT_TYPE

Constructor Detail


AdfActionEvent

public AdfActionEvent(Object source)

Action Event class

Parameters:
source  -  Source of the Action event

Method Detail


Init

protected Object Init(Object source)

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

Parameters:
source  -  Source of the Action event
Return:
Object
Overrides:
AdfObject.Init()

isImmediate

public Object isImmediate()

Returns true if this event should only trigger validation of immediate fields.

Return:
Object
Overrides:
AdfBaseEvent.isImmediate()

isValidationNeeded

public Object isValidationNeeded()

Returns true if this event should trigger validation.

Return:
Object
Overrides:
AdfBaseEvent.isValidationNeeded()

propagatesToServer

public Boolean propagatesToServer()

Override to cause the event to propagate to the server.

Return:
Boolean - null true if the event should propagate to the server if not canceled
See also:
AdfBaseEvent.cancel()
AdfBaseEvent.isCancelable()
AdfBaseEvent.isCanceled()
Overrides:
AdfBaseEvent.propagatesToServer()

queue

public static Object queue(Object component,
                           Boolean partial)

Convenience function for queueing an Action event from a component.

Parameters:
component    
partial  -  true if this event prefer to result in a partial submission if queued to the server
Default value = undefined
Return:
Object
Overrides:
AdfComponentEvent.queue(Boolean)

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

 

Generated on 2011.04.27 02:28 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.