OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.laf.rich
Class AdfUIPeer

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.laf.rich.AdfUIPeer
Direct Known Subclasses:
AdfRichUIPeer

public class AdfUIPeer
extends Object
Base peer class for Peer using DHTML



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIPeer()
Base peer class for Peer using DHTML


Method Summary

protected Object
ApplyDragSourceState(AdfDomUIInputEvent inputEvent)
Called by the framework when a drag has been initiated on the component for this peer.
protected Object
ClearDragSourceState(Object dragSourceObj)
Called by the framework to clear the drag source state.


Field Detail


Constructor Detail


AdfUIPeer

public AdfUIPeer()

Base peer class for Peer using DHTML

Method Detail


ApplyDragSourceState

protected Object ApplyDragSourceState(AdfDomUIInputEvent inputEvent)

Called by the framework when a drag has been initiated on the component for this peer. This method should display a change in the UI to indicate to the user what node is being dragged. This method is called after the peer is bound to the component.

Parameters:
inputEvent  -  the event that triggered the drag
Return:
Object - An object that will be passed back to the clear method
See also:
"#applyDragSourceState"

ClearDragSourceState

protected Object ClearDragSourceState(Object dragSourceObj)

Called by the framework to clear the drag source state. This method is called after the peer is bound to the component.

Parameters:
dragSourceObj  -  the object returned from the apply method
Return:
Object
See also:
"#clearDragSourceState"

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.