JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-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.AdfDropTarget
               |
               +--oracle.adfinternal.view.js.dnd.touch.AdfColumnDropTarget
public class AdfColumnDropTarget extends AdfDropTarget
AdfColumnDragSource
Field Summary | 
|
|---|---|
private static Object | 
|
private static 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 | 
  | 
public Object | 
  | 
private Object | 
  | 
private Object | 
  | 
private Object | 
  | 
public Object | 
|
public Object | 
|
protected Object | 
  | 
protected Object | 
  | 
private ?AdfRichColumn | 
  | 
private ?AdfRichTable | 
  | 
protected Object | 
  | 
private Boolean | 
  | 
private Object | 
  | 
private Object | 
  | 
Methods inherited from oracle.adf.view.js.dnd.AdfDropTarget | 
AcceptDrag, acceptDropActionChanged, AcceptedDragEnter, CalculateFlavorAcceptance, getComponent, 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 static Object _COL_DROP_TAGET_CLASSprivate static Object _FLAVOR
Constructor Detail | 
|---|
public AdfColumnDropTarget()
Method Detail | 
|---|
public Object acceptDragEnter(Object dndContext,
                              Object proposedAction,
                              Object pageX,
                              Object pageY)dndContext | 
||
proposedAction | 
||
pageX | 
||
pageY | 
ObjectAdfDropTarget.acceptDragEnter(Object, Object, Object, Object)public Object acceptDragOver(Object dndContext,
                             Object proposedAction,
                             Object pageX,
                             Object pageY)dndContext | 
||
proposedAction | 
||
pageX | 
||
pageY | 
ObjectAdfDropTarget.acceptDragOver(Object, Object, Object, Object)private Object _applyUserFeedback(AdfDndContext dndContext,
                                  Integer pageX,
                                  Integer pageY)dndContext | 
- | the drag and drop context | 
pageX | 
- | the page X co-ordinate of the event | 
pageY | 
- | the page Y co-ordinate of the event | 
Objectprivate Object _createColumnDropTarget(AdfRichColumn column)column | 
- | under the drag | 
Objectprivate Object _createColumnReorderTracker(AdfRichColumn column)column | 
- | under the drag | 
Objectpublic Object dragExit(Object dndContext)dndContext | 
ObjectAdfDropTarget.dragExit(Object)public Object drop(Object dndContext,
                   Object proposedAction,
                   Object pageX,
                   Object pageY)dndContext | 
||
proposedAction | 
||
pageX | 
||
pageY | 
ObjectAdfDropTarget.drop(AdfDnDContext, Object, Number, Number)protected Object GetAllowedActions(Object dndContext)dndContext | 
ObjectAdfDropTarget.GetAllowedActions(Object)protected Object GetAllowedFlavors(Object dndContext)dndContext | 
ObjectAdfDropTarget.GetAllowedFlavors(Object)private ?AdfRichColumn _getDragColumn(AdfDndContext dndContext)dndContext | 
- | the drag and drop context | 
?AdfRichColumn - the column, or null if a column is not being dragged.private ?AdfRichTable _getTable(AdfRichColumn column)column | 
- | the column | 
?AdfRichTable - the table, if foundprotected Object Init()ObjectAdfObject.Init()private Boolean _isDragAllowed(AdfDnDContext dndContext)dndContext | 
- | the drag and drop context | 
Boolean - true if the drag should be allowedprivate Object _positionColumnDropTarget(AdfDnDContext dndContext,
                                         Integer pageX,
                                         Integer pageY)dndContext | 
- | the drag and drop context | 
pageX | 
- | the x co-ordinate of the drag on the page | 
pageY | 
- | the y co-ordinate of the drag on the page | 
Objectprivate Object _removeUserFeedback(AdfDndContext dndContext)dndContext | 
- | the drag and drop context. | 
Object
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||