|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.base.AdfObject | +--oracle.adf.view.js.event.AdfBaseEvent
public class AdfBaseEvent extends AdfObject
Field Summary |
|
---|---|
public static Number |
|
public static Number |
|
public static Number |
|
private Object |
|
private Object |
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 |
|
public Object |
|
public Object |
|
public Object |
|
public Number |
|
public Object |
|
public Object |
|
public Object |
|
public Object |
|
public String |
|
protected Object |
|
public Object |
|
public Object |
|
public Object |
|
protected Boolean |
|
public Object |
|
public Boolean |
|
public Object |
|
public Object |
|
public Object |
|
protected Boolean |
|
public Boolean |
|
public Object |
|
public Object |
|
public Boolean |
|
public Object |
|
public Object |
|
public Object |
|
public Object |
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 Number AT_TARGET_PHASE
AdfBaseEvent.CAPTURING_PHASE
, when the event is delivered to the target, before the AdfBaseEvent.BUBBLING_PHASE
. Canceling an event halts delivery.getEventPhase()
CAPTURING_PHASE
BUBBLING_PHASE
public static Number BUBBLING_PHASE
AdfBaseEvent.AT_TARGET_PHASE
, when events that can bubble, bubble back through the target's ancestors. Canceling an event halts delivery.getEventPhase()
CAPTURING_PHASE
AT_TARGET_PHASE
public static Number CAPTURING_PHASE
getEventPhase()
AT_TARGET_PHASE
BUBBLING_PHASE
private Object _source
private Object _type
Constructor Detail |
---|
public AdfBaseEvent()
Method Detail |
---|
protected Object AddMarshalledProperties(Object properties)
properties |
Object
public Object cancel()
Object
isCancelable()
isCanceled()
public Object forceFullSubmit()
isPartial()
returnsObject
public Object getClearMessages()
false
from this method if page level messages should not be cleared. This method returns true
by default. Messages will still be cleared unless all the queued client events return false from this method.Object
public Object getCurrentTarget()
Object
- Objectpublic Object getDoesBubbles()
Object
public Number getEventPhase()
AdfBaseEvent.CAPTURING_PHASE
, AdfBaseEvent.AT_TARGET_PHASE
, AdfBaseEvent.BUBBLING_PHASE
.Number
- nullCAPTURING_PHASE
AT_TARGET_PHASE
BUBBLING_PHASE
public Object getProperties()
Object
public Object getRoot()
Object
public Object getShowMessages()
false
from this method if calling page.showMessages() is not desired. This method returns true
by default. Messages will still be shown unless all the queued client events return false from this method.Object
public Object getSource()
Object
- Objectpublic String getType()
String
- nullprotected Object Init(Object source,
String type)
source |
||
type |
Object
AdfObject.Init()
public Object isBubblingStopped()
true
if a stopBubbling()
has been called on an eventObject
stopBubbling()
getDoesBubbles()
public Object isCancelable()
true
if the calling cancel()
on the event will prevent the event's default action from being performed.Object
isCanceled()
cancel()
public Object isCanceled()
true
if a cancel()
has been called on a cancelable event.Object
isCancelable()
cancel()
protected Boolean IsDeleveryDiscrete()
Boolean
- null true
if the event should be delivered to the server by itself after all other events have been processed.public Object isFullSubmitForced()
true
if the event must be delivered with a full page submit regardless of what isPartial()
returns, false
otherwiseObject
public Boolean isImmediate()
true
if this event should only trigger validation of immediate fields.Boolean
- null true
if immediatepublic Object isPartial()
true
if the event should be a partial request, false
if it should result in a full postback.Object
public Object isResponseAnnounced()
Object
public Object isResponseExpected()
true
if the event is expected to produce response handled by the framework, false
otherwiseObject
protected Boolean IsUserInputPrevented()
Boolean
- null true
if the blocking pane should be displayedpreventUserInput()
public Boolean isValidationNeeded()
true
if this event should trigger validation.Boolean
- null true
if validation should be triggeredpublic Object noResponseExpected()
Object
public Object preventUserInput()
Object
isPartial()
propagatesToServer()
public Boolean propagatesToServer()
true
if the this event should propagate to the server.Boolean
- null true
if this event should propagate to the server.public Object setPartial(Object partial)
partial |
Object
public Object setRoot(Object root)
root |
Object
public Object stopBubbling()
Object
getDoesBubbles()
isBubblingStopped()
public Object toDebugString()
Object
AdfObject.toDebugString()
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |