 JavaScript API Reference for Oracle ADF Faces
JavaScript API Reference for Oracle ADF Faces| 
 | Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.3) E80085-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.dnd.AdfDragSource
               |
               +--oracle.adfinternal.view.js.dnd.AdfStampedDragSource
public class AdfStampedDragSource extends AdfDragSource
| Field Summary | |
|---|---|
| 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 | |
|---|---|
| public Object | 
 | 
| protected Array | 
 | 
| public Object | 
 | 
| protected Array | 
 | 
| protected Object | 
 | 
| protected Object | 
 | 
| protected Object | 
 | 
| protected Object | 
 | 
| protected Object | 
 | 
| protected Object | 
 | 
| protected Object | 
 | 
| public String | 
 | 
| public Object | |
| private Object | 
 | 
| protected Object | |
| public Object | 
 | 
| Methods inherited from oracle.adf.view.js.dnd.AdfDragSource | 
| clearDragReadyState, clearDragSourceState, CreateDragRecognizer, dragDropEnd, dragEnter, dragExit, dragOver, dropActionChanged, getAllowedActions, getComponent, getDefaultAction, GetDefaultDragCursor, getDragRecognizer, initiateDrag, toDebugString | 
| Methods inherited from oracle.adf.view.js.base.AdfObject | 
| adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toString | 
| Field Detail | 
|---|
private Object _modelName| Constructor Detail | 
|---|
public AdfStampedDragSource(Number allowedActions,
                            Object defaultAction,
                            String modelName)| allowedActions | - | that can be performed by this drag source | 
| defaultAction | ||
| modelName | - | used to identify this dropTarget | 
| Method Detail | 
|---|
public Object applyDragReadyState(Object inputEvent)| inputEvent | 
ObjectAdfDragSource.applyDragReadyState(AdfUIInputEvent)protected Array ApplyDragReadyStateForRowKeys(AdfUIInputEvent inputEvent,
                                              Array rowKeys)| inputEvent | - | the event that started the dragging. | 
| rowKeys | - | array of row keys | 
Array - An array of DOMElements to have the drag-ready style applied to them.public Object applyDragSourceState(Object inputEvent)| inputEvent | 
ObjectAdfDragSource.applyDragSourceState(AdfDomUIInputEvent)protected Array ApplyDragSourceStateForRowKeys(AdfUIInputEvent inputEvent,
                                               Array rowKeys)| inputEvent | - | the event that started the dragging. | 
| rowKeys | - | array of row keys | 
Array - An array of DOMElements to have the drag-source style applied to them.protected Object AreDraggedRowKeysAvailable(Object inputEvent)true if a drag started at the location of the inputEvent will result in a drag transferable containing the rowkey DataFlavor. The default implementation returns true if this.GetDraggedRowKeys() returns a non-null value for this inputEvent. Subclasses can override this behavior to be more efficient.| inputEvent | 
Objectprotected Object GetDraggedRowKeys(Object mouseRowKey)| mouseRowKey | 
Objectprotected Object GetDragOffset(Object inputEvent)AdfStampedDragSource.GetDragOffsetForRowKeys| inputEvent | 
ObjectAdfDragSource.GetDragOffset(Object)protected Object GetDragOffsetForRowKeys(AdfUIInputEvent inputEvent,
                                         Array rowKeys)| inputEvent | ||
| rowKeys | - | the array of rowKeys | 
Object - point with x and y coordinatesprotected Object GetDragOverFeedback(Object inputEvent)AdfStampedAdfDragSource.GetDragOverFeedbackForRowKeys| inputEvent | 
ObjectAdfDragSource.GetDragOverFeedback(AdfUIInputEvent)protected Object GetDragOverFeedbackForRowKeys(Object rowKeys)| rowKeys | 
Objectprotected Object GetDragTransferable(Object inputEvent)| inputEvent | 
ObjectAdfDragSource.GetDragTransferable(AdfUIInputEvent)public String getModelName()String - model name used to identify this drag sourcepublic Object getRowKeyDataFlavor()Objectprivate Object _getRowKeys(Object inputEvent)| inputEvent | 
Objectprotected Object Init(Object allowedActions,
                      Object defaultAction,
                      Object modelName)| allowedActions | ||
| defaultAction | ||
| modelName | 
ObjectAdfObject.Init()public Object isAvailable(Object dndContext,
                          Object inputEvent)| dndContext | ||
| inputEvent | 
ObjectAdfDragSource.isAvailable(Object)| 
 | Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.3) E80085-01 | ||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||