OracleJavaScript API Reference for Oracle ADF Faces

 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  _ 

D

data - Field in CharacterData
The character data of the node that implements this interface.
data - Field in ProcessingInstruction
The content of this processing instruction.
Date - Class in org.ecmascript.object
The native browser JavaScript object used to work with dates and times.
Date() - Constructor in Date
The native browser JavaScript object used to work with dates and times.
decodeURI(String) - Static method in Global
Decodes a URI that was encoded by encodeURI or other mechanism with the same result.
decodeURIComponent(String) - Static method in Global
Decodes a URI component that was encoded by encodeURIComponent or other mechanism with the same result.
DEFAULT_LEVEL - Static field in AdfLogger
 
DefaultInitClass(Object) - Static method in AdfRichUIPeer
Perform default subclass initialization
DELETE_KEY - Static field in AdfKeyStroke
 
deleteData(Number, Number) - Method in CharacterData
Remove a range of 16-bit units from the node.
DELIVER_EVENTS_PHASE - Static field in AdfPage
Phase during event delivery
DeliverDerivedPropertyEvents(Object, Object, Object) - Method in AdfUIComponent
Hook for subclasses to deliver events derived from property change events
DeliverDerivedPropertyEvents(Object, Object, Object) - Method in AdfUIEditableValue
 
DeliverDerivedPropertyEvents(Object, Object, Object) - Method in AdfUIInputPopup
Copyright (c) 2008, 2009, Oracle and/or its affiliates.
DeliverDerivedPropertyEvents(Object, Object, Object) - Method in AdfUIListView
Override to fire selection change events
DeliverDerivedPropertyEvents(Object, Object, Object) - Method in AdfUITable
Override to fire selection change events
DeliverDerivedPropertyEvents(Object, Object, Object) - Method in AdfUITree
Override to fire expansion and selection change events
deriveContextMenuEvent(Object) - Static method in AdfComponentTouchEvent
Utility function that derives a {@link AdfComponentEvent#CONTEXT_MENU_EVENT_TYPE} from a touch even type.
deriveContextMenuEvent(AdfComponentEvent) - Method in AdfTouchContextMenuManager
Called by the {@link AdfPage} service when redistributing native events into component events.
description - Field in Error
The rarely-supported description of the error.
detail - Field in UIEvent
Specifies some detail information about the Event, depending on the type of event.
dir - Field in Element
Specifies the base direction of directionally neutral text and the directionality of tables.
disableBrowserContextMenu(Object, Object) - Method in AdfAgent
Disables browser's context menu
DISABLED_STYLECLASS - Static field in AdfRichUIPeer
 
disableSelectionToggleOnEditableCell() - Method in AdfAgent
Determines whether we should disable table selection toggling if selection event is sourced from an editable cell of a row.
disableUserSelect(Object) - Method in AdfAgent
Disable the user's ability to select text in this component
DISCLOSURE_LISTENER_KEY - Static field in AdfUITree
Component for outputting tree data Note:
DispatchComponentEvent(Object) - Method in AdfRichUIPeer
Dispatch a component event to the peer
DispatchComponentEvent(Object) - Method in AdfUIPeer
Dispatch a component event to the peer
dispatchEvent(Object, Object) - Method in AdfAgent
Dispatches the specified event to the target, returning whether the dispatch was successful
dispatchEvent(Event) - Method in EventTarget
This method allows the dispatch of events into the implementations event model.
DispatchUncanceledComponentEvent(Object) - Method in AdfRichUIPeer
Called when an event has bubbled all the way to the top without being canceled, but before the AdfComponent's HandleEvent is called The peer can return true to postpone calling HandleEvent rather than simply canceling the event.
DispatchUncanceledComponentEvent(Object) - Method in AdfUIPeer
Called when an event has bubbled all the way to the top without being canceled, but before the AdfComponent's HandleEvent is called.
Dispose() - Method in AdfPage
Called to tear down the AdfPage instance
dispose() - Method in AdfTouchContextMenuManager
Called to tear down the AdfTouchContextMenuManager instance.
docType - Field in Document
Stores the Document Type Declaration associated with document (or null if the DTD was not specified).
documemtElement - Field in Document
Stores the root element of the document (For HTML documents, this is the element with the tagName "HTML").
Document - Class in org.w3c.dom.core
The Document interface represents the entire HTML or XML document.
DOCUMENT_FRAGMENT_NODE - Static field in Node
This constant is of type Number and its value is 11.
DOCUMENT_NODE - Static field in Node
This constant is of type Number and its value is 9.
DOCUMENT_TYPE_NODE - Static field in Node
This constant is of type Number and its value is 10.
DocumentEvent - Class in org.w3c.dom.events
The DocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation.
DocumentFragment - Class in org.w3c.dom.core
Core Dom Level 2 Interface.
DocumentType - Class in org.w3c.dom.core
Each Document has a doctype attribute whose value is either null or a DocumentType object.
DOMException - Class in org.w3c.dom.core
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMImplementation - Class in org.w3c.dom.core
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DomReplaceNotify(Object) - Method in AdfRichUIPeer
Dom replace notify hook.
domReplaceNotify(AdfUIComponent, Object) - Method in AdfRichUIPeer
Notifies the peer that some DOM corresponding to a child (or descendent) has been replaced.
DOMSTRING_SIZE_ERR - Static field in DOMException
If the specified range of text does not fit into a DOMString.
doResizeNotify(Object) - Method in AdfPage
Performs the resize notify traversal on the subtree rooted at the specified component.
DOUBLE_CLICK_EVENT_TYPE - Static field in AdfUIInputEvent
 
DRAG_GHOST_STYLECLASS - Static field in AdfAgent
Style class to be added to nodes to be dragged.
DRAG_READY_STYLECLASS - Static field in AdfRichUIPeer
 
DRAG_SOURCE_STYLECLASS - Static field in AdfRichUIPeer
 
dragDropEnd(Object, Object) - Method in AdfDragSource
This method is invoked to signify that the Drag and Drop operation is complete.
dragEnter(Object) - Method in AdfDragSource
Called as the cursor's hotspot enters a platform-dependent drop site.
dragExit(Object) - Method in AdfDragSource
Called as the cursor's hotspot exits a platform-dependent drop site.
dragExit(Object) - Method in AdfDropTarget
Called while a drag operation is ongoing, when the mouse pointer has exited the operable part of the drop site for the AdfDropTarget.
dragOver(Object) - Method in AdfDragSource
Called as the cursor's hotspot moves over a platform-dependent drop site.
drop(Object, Object, Object, Object) - Method in AdfAttributeDropTarget
Override to set the property value of the specified property
drop(Object, Object, Object, Object) - Method in AdfBasicDropTarget
Called when the drag operation has terminated with a drop on the operable part of the drop site for the AdfDropTarget
drop(AdfDnDContext, Object, Number, Number) - Method in AdfDropTarget
Called when the drag operation has terminated with a drop on the operable part of the drop site for the AdfDropTarget
DROP_EVENT_TYPE - Static field in AdfDropEvent
 
DROP_ORIENTATION_AFTER - Static field in AdfDropEvent
 
DROP_ORIENTATION_BEFORE - Static field in AdfDropEvent
 
DROP_ORIENTATION_INSIDE - Static field in AdfDropEvent
 
DROP_ORIENTATION_ON - Static field in AdfDropEvent
 
DROP_TARGET_STYLECLASS - Static field in AdfRichUIPeer
 
dropActionChanged(Object) - Method in AdfDragSource
Called when the user has modified the drop gesture.
dump(Object, Object, Object) - Static method in AdfUIUtils
Property dumping function
dumpHtmlDom(Object, Object) - Static method in AdfUIUtils
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  _ 

 

Generated on 2013.01.09 16:37 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.