|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
PREV NEXT | FRAMES NO FRAMES All Classes 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.AdfStampedDropTarget
public class AdfStampedDropTarget extends AdfDropTarget
Field Summary |
|
---|---|
private static Object |
|
private Object |
|
private static Object |
|
public static Object |
|
public static Object |
|
public static Object |
|
public static Object |
|
private Object |
|
private static Object |
|
public 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 |
|
---|---|
protected Object |
|
protected Object |
|
private Object |
|
public Object |
|
public Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
public Object |
|
protected Object |
|
protected Object |
|
public Object |
Methods inherited from oracle.adf.view.js.dnd.AdfDropTarget |
acceptDragEnter, acceptDragOver, acceptDropActionChanged, AcceptedDragEnter, CalculateFlavorAcceptance, getComponent |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toString |
Field Detail |
---|
private static Object _ACTION_KEYS
private Object _allowedActions
private static Object _BOUNDS_KEY
public static Object DROP_ORIENTATION
public static Object HINT_LAST_DROP_ORIENTATION
public static Object HINT_LAST_ROWKEY
public static Object HINT_LAST_ROWKEY_BOUNDS
private Object _modelName
private static Object _NULL_ROW_KEY
public static Object ROW_KEY
private static Object _ROWKEY_HINTS
Constructor Detail |
---|
public AdfStampedDropTarget(Number allowedActions,
String modelName)
allowedActions |
- | that can be performed by this drop target |
modelName |
- | used to identify this dropTarget |
Method Detail |
---|
protected Object AcceptDrag(Object dndContext,
Object possibleActions,
Object proposedAction,
Object pageX,
Object pageY)
dndContext |
||
possibleActions |
||
proposedAction |
||
pageX |
||
pageY |
Object
AdfDropTarget.AcceptDrag(Object, Object, Object, Object, Object)
protected Object AcceptDragOverrideIfRejectedByFlavor(AdfDnDContext dndContext,
Object originalProposedAction)
dndContext |
- | the AdfDnDContext |
originalProposedAction |
- | the originally-proposed AdfDnDContext action type |
Object
- an AdfDnDContext action typeprivate Object _cleanUpDragFeedback(Object dndContext,
Object dragExit)
dndContext |
||
dragExit |
Object
public Object dragExit(Object dndContext)
dndContext |
Object
AdfDropTarget.dragExit(Object)
public Object drop(Object dndContext,
Object proposedAction,
Object pageX,
Object pageY)
dndContext |
||
proposedAction |
||
pageX |
||
pageY |
Object
AdfDropTarget.drop(AdfDnDContext, Object, Number, Number)
protected Object DropOnRowKey(Object dndContext,
Object proposedAction,
Object pageX,
Object pageY,
Object rowKey,
Object dropOrientation)
dndContext |
||
proposedAction |
||
pageX |
||
pageY |
||
rowKey |
||
dropOrientation |
Object
protected Object GetAllowedActions(Object dndContext)
dndContext |
Object
AdfDropTarget.GetAllowedActions(Object)
protected Object GetAllowedFlavors(Object dndContext)
dndContext |
Object
AdfDropTarget.GetAllowedFlavors(Object)
public Object getRowKeyDataFlavor()
Object
protected Object Init(Object allowedActions,
Object modelName)
allowedActions |
||
modelName |
Object
AdfObject.Init()
protected Object NeedsRowKeyCollectionCheck()
Object
- true if a special check against the row keys is neededpublic Object toDebugString()
Object
AdfObject.toDebugString()
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
PREV NEXT | FRAMES NO FRAMES All Classes Warning: private items are visible |