|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
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.AdfCustomEvent | +--oracle.adf.view.js.event.AdfDropEvent
public class AdfDropEvent extends AdfCustomEvent
Field Summary |
|
---|---|
public static Object |
|
public static Object |
|
public static Object |
|
public static Object |
|
public static Object |
Fields inherited from oracle.adf.view.js.event.AdfCustomEvent |
setPartial, 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 |
|
Method Summary |
|
---|---|
protected Object |
Methods inherited from oracle.adf.view.js.event.AdfCustomEvent |
AddMarshalledProperties, GetParams, isImmediate, propagatesToServer, queue, toDebugString |
Methods inherited from oracle.adf.view.js.event.AdfPhasedEvent |
getCurrentTarget, getDoesBubbles, getEventPhase, isCancelable, nextEventPhase, setCurrentTarget |
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, 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 |
---|
public static Object DROP_EVENT_TYPE
public static Object DROP_ORIENTATION_AFTER
public static Object DROP_ORIENTATION_BEFORE
public static Object DROP_ORIENTATION_INSIDE
public static Object DROP_ORIENTATION_ON
Constructor Detail |
---|
public AdfDropEvent(AdfUIComponent targetComponent,
Object dragSource,
Object transferable,
Object proposedAction,
Number dropX,
Object dropY,
String dropOrientation,
Object dropSite,
Number dropSiteIndex)
targetComponent |
- | Component receiving the drop |
dragSource |
||
transferable |
||
proposedAction |
||
dropX |
- | Y location of drop in component coordinates |
dropY |
||
dropOrientation |
- | One of
Default value = AdfDropEvent.DROP_ORIENTATION_ON
|
dropSite |
- | The internal site that the orientation is relative to. For Collection component This is the client rowKey of the target
Default value = null
|
dropSiteIndex |
- | The index of the dropSite, or -1 if unknown
Default value = -1
|
Method Detail |
---|
protected Object Init(AdfUIComponent targetComponent,
Object dragSource,
Object transferable,
Object proposedAction,
Number dropX,
Object dropY,
String dropOrientation,
Object dropSite,
Number dropSiteIndex)
targetComponent |
- | Component receiving the drop |
dragSource |
||
transferable |
||
proposedAction |
||
dropX |
- | Y location of drop in component coordinates |
dropY |
||
dropOrientation |
- | One of
|
dropSite |
- | The internal site that the orientation is relative to |
dropSiteIndex |
- | The index of the dropSite, or -1 if |
Object
AdfObject.Init()
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |