OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.event
Class AdfPollEvent

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

public class AdfPollEvent
extends AdfComponentEvent
Poll Event class



Field Summary

public static Object
POLL_EVENT_TYPE
public Object
setPartial


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
AdfPollEvent(Object source)
Poll Event class


Method Summary

protected Object
Init(Object source)
Initializes the instance.
public Boolean
propagatesToServer()
Override to cause the event to propagate to the server.
public static Object
queue(Object component)
Convenience function for queueing an Poll 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, isImmediate, isPartial, 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


POLL_EVENT_TYPE

public static Object POLL_EVENT_TYPE

setPartial

public Object setPartial

Constructor Detail


AdfPollEvent

public AdfPollEvent(Object source)

Poll Event class

Parameters:
source  -  Source of the Poll 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 Poll event
Return:
Object
Overrides:
AdfObject.Init()

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)

Convenience function for queueing an Poll event from a component.

Parameters:
component    
Return:
Object
Overrides:
AdfComponentEvent.queue(Boolean)

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

 

Generated on 2009.04.27 01:06 UTC
Copyright (c) 1998, 2008, Oracle and/or its affiliates. All rights reserved.