JavaScript API Reference for Oracle ADF Faces
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01
|
PREV
NEXT |
FRAMES
NO FRAMES
Warning: private items are visible
|
|
oracle.adfinternal.view.js.dnd.touch
Class AdfDragRecognizerPrepContext
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adfinternal.view.js.dnd.touch.AdfDragRecognizerPrepContext
public class AdfDragRecognizerPrepContext
extends AdfObject
Prep context for the AdfDragRecognizer on touch devices
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
private Object _delayCallbackFunc
public Object startPageX
public Object startPageY
private Object _timeout
public Object timeoutFired
public Object triggerEvent
public AdfDragRecognizerPrepContext(AdfUIInputEvent inputEvent,
Function delayCallback)
Prep context for the AdfDragRecognizer on touch devices
- Parameters:
inputEvent | - | the input event that started the drag |
delayCallback | - | method to invoke when the callback completes. This prep context
is passed as an argument. |
public Object clearTimeout()
Clears the timeout, if the timer is still running.
- Return:
Object
private Object _delayCallback()
- Return:
Object
protected Object Init(Object inputEvent,
Object delayCallback)
Initializes the instance. Subclasses of AdfObject must call
their superclass' Init
- Parameters:
- Return:
Object
- Overrides:
AdfObject.Init()
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01
|
PREV
NEXT |
FRAMES
NO FRAMES
Warning: private items are visible
|
|
Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.