JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.6.0)
E12046-07 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
oracle.adf.view.js.dnd
Class AdfAttributeDragSource
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adf.view.js.dnd.AdfDragSource
|
+--oracle.adf.view.js.dnd.AdfAttributeDragSource
public class AdfAttributeDragSource
extends AdfDragSource
AdfDragSource supporting dragging a property from a component in copy mode.
Constructor Summary
|
public |
AdfAttributeDragSource(Object propertyName)
-
AdfDragSource supporting dragging a property from a component in copy mode.
|
Methods inherited from oracle.adf.view.js.dnd.AdfDragSource
|
applyDragReadyState, applyDragSourceState, clearDragReadyState, clearDragSourceState, CreateDragRecognizer, dragDropEnd, dragEnter, dragExit, dragOver, dropActionChanged, getAllowedActions, getComponent, getDefaultAction, GetDefaultDragCursor, GetDragOffset, GetDragOverFeedback, getDragRecognizer, initiateDrag, __setComponent |
Methods inherited from oracle.adf.view.js.base.AdfObject
|
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toString |
private Object _checkIfNeedsValidate
private Object _propertyName
public AdfAttributeDragSource(Object propertyName)
AdfDragSource supporting dragging a property from a component in copy mode.
- Parameters:
-
protected Object GetDragTransferable(Object inputEvent)
If the property exists on the component, return a transferable containing that property
- Parameters:
-
- Return:
Object
- Overrides:
AdfDragSource.GetDragTransferable(AdfUIInputEvent)
protected Object Init(Object propertyName,
Object allowedActions,
Object defaultAction)
Initializes the instance. Subclasses of AdfObject must call their superclass' Init
- Parameters:
-
propertyName |
|
|
allowedActions |
|
|
defaultAction |
|
|
- Return:
Object
- Overrides:
AdfObject.Init()
public Object isAvailable(Object dndContext,
Object inputEvent)
Returns true if a AdfDragSource is available at this location
- Parameters:
-
- Return:
Object
- Overrides:
AdfDragSource.isAvailable(Object)
public Object toDebugString()
- Return:
Object
- Overrides:
AdfObject.toDebugString()
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.6.0)
E12046-07 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
Generated on 2011.10.24 21:45 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.