OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.event
Class AdfCarouselSpinEvent

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

public class AdfCarouselSpinEvent
extends AdfComponentEvent
Carousel Spin Event class.



Field Summary

public static Object
EVENT_TYPE
private Object
_newItemKey
private Object
_oldItemKey
public Object
setPartial
public Object
setRoot


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
AdfCarouselSpinEvent(Object source, Object oldItemKey, Object newItemKey)
Carousel Spin Event class.


Method Summary

protected Object
AddMarshalledProperties(Object properties)
Override of AddMarshalledProperties to add row key properties.
public String
getNewItemKey()
Retrieves the new item key.
public String
getOldItemKey()
Retrieves the old item key.
protected Object
Init(AdfUIComponent source, String oldItemKey, String newItemKey)
Initializer.
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 Object
propagatesToServer()
Override to make the event to propagate to the server only if the row key has changed.


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

queue


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


EVENT_TYPE

public static Object EVENT_TYPE

_newItemKey

private Object _newItemKey

_oldItemKey

private Object _oldItemKey

setPartial

public Object setPartial

setRoot

public Object setRoot

Constructor Detail


AdfCarouselSpinEvent

public AdfCarouselSpinEvent(Object source,
                            Object oldItemKey,
                            Object newItemKey)

Carousel Spin Event class.

Parameters:
source    
oldItemKey    
newItemKey    

Method Detail


AddMarshalledProperties

protected Object AddMarshalledProperties(Object properties)

Override of AddMarshalledProperties to add row key properties.

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

getNewItemKey

public String getNewItemKey()

Retrieves the new item key.

Return:
String - the key of the item that the carousel is now spun to

getOldItemKey

public String getOldItemKey()

Retrieves the old item key.

Return:
String - the key of the item that the carousel was previously spun to

Init

protected Object Init(AdfUIComponent source,
                      String oldItemKey,
                      String newItemKey)

Initializer.

Parameters:
source  -  the component whose disclosed state is changing
oldItemKey  -  the key of the item that the carousel was previously spun to
newItemKey  -  the key of the item that the carousel is now spun to
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 Object propagatesToServer()

Override to make the event to propagate to the server only if the row key has changed.

Return:
Object
Overrides:
AdfBaseEvent.propagatesToServer()

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

 

Generated on 2010.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.