OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.dnd.touch
Class AdfDragRecognizerPrepContext

Warning:

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



Field Summary

private Object
_delayCallbackFunc
public Object
startPageX
public Object
startPageY
private Object
_timeout
public Object
timeoutFired
public Object
triggerEvent


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfDragRecognizerPrepContext(AdfUIInputEvent inputEvent, Function delayCallback)
Prep context for the AdfDragRecognizer on touch devices


Method Summary

public Object
clearTimeout()
Clears the timeout, if the timer is still running.
private Object
_delayCallback()
protected Object
Init(Object inputEvent, Object delayCallback)
Initializes the instance.


Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString


Field Detail


_delayCallbackFunc

private Object _delayCallbackFunc

startPageX

public Object startPageX

startPageY

public Object startPageY

_timeout

private Object _timeout

timeoutFired

public Object timeoutFired

triggerEvent

public Object triggerEvent

Constructor Detail


AdfDragRecognizerPrepContext

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.

Method Detail


clearTimeout

public Object clearTimeout()

Clears the timeout, if the timer is still running.

Return:
Object

_delayCallback

private Object _delayCallback()

Return:
Object

Init

protected Object Init(Object inputEvent,
                      Object delayCallback)

Initializes the instance. Subclasses of AdfObject must call their superclass' Init

Parameters:
inputEvent    
delayCallback    
Return:
Object
Overrides:
AdfObject.Init()

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2011.10.24 21:45 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.