JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
| 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
|
+--oracle.adf.view.js.event.AdfPhasedEvent
|
+--oracle.adf.view.js.event.AdfComponentEvent
|
+--oracle.adf.view.js.event.AdfCarouselSpinEvent
public class AdfCarouselSpinEvent extends AdfComponentEvent
Field Summary |
|
|---|---|
public static Object |
|
private Object |
|
private Object |
|
public Object |
|
public Object |
|
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 |
|
Method Summary |
|
|---|---|
protected Object |
|
public String |
|
public String |
|
protected Object |
|
public Object |
|
public Object |
|
public Object |
|
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 |
|---|
public static Object EVENT_TYPEprivate Object _newItemKeyprivate Object _oldItemKeypublic Object setPartialpublic Object setRoot
Constructor Detail |
|---|
public AdfCarouselSpinEvent(Object source,
Object oldItemKey,
Object newItemKey)source |
||
oldItemKey |
||
newItemKey |
Method Detail |
|---|
protected Object AddMarshalledProperties(Object properties)properties |
ObjectAdfBaseEvent.AddMarshalledProperties(Object)public String getNewItemKey()String - the key of the item that the carousel is now spun topublic String getOldItemKey()String - the key of the item that the carousel was previously spun toprotected Object Init(AdfUIComponent source,
String oldItemKey,
String newItemKey)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 |
ObjectAdfObject.Init()public Object isImmediate()true if this event should only trigger validation of immediate fields.ObjectAdfBaseEvent.isImmediate()public Object isValidationNeeded()true if this event should trigger validation.ObjectAdfBaseEvent.isValidationNeeded()public Object propagatesToServer()ObjectAdfBaseEvent.propagatesToServer()
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||