OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.event
Class AdfFocusEvent

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

public class AdfFocusEvent
extends AdfComponentEvent
Tree/TreeTable Focus Event class



Field Summary

public static Object
FOCUS_EVENT_TYPE
private Object
_rowKey
public Object
setPartial
public Object
setRoot


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

BLUR_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
AdfFocusEvent(Object source, Object rowKey)
Tree/TreeTable Focus Event class


Method Summary

protected Object
AddMarshalledProperties(Object properties)
protected Object
Init(Object source, Object rowKey)
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, Object rowKey)
Convenience function for queueing a focus 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

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


FOCUS_EVENT_TYPE

public static Object FOCUS_EVENT_TYPE

Overrides:
AdfComponentEvent.FOCUS_EVENT_TYPE

_rowKey

private Object _rowKey

setPartial

public Object setPartial

setRoot

public Object setRoot

Constructor Detail


AdfFocusEvent

public AdfFocusEvent(Object source,
                     Object rowKey)

Tree/TreeTable Focus Event class

Parameters:
source  -  Source of the Focus event
rowKey    

Method Detail


AddMarshalledProperties

protected Object AddMarshalledProperties(Object properties)

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

Init

protected Object Init(Object source,
                      Object rowKey)

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

Parameters:
source  -  Source of the Focus event
rowKey    
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,
                           Object rowKey)

Convenience function for queueing a focus event from a component.

Parameters:
component    
rowKey    
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.