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  _ 

E

E - Static field in Math
Euler's constant (approximately 2.718).
eatEvent(Object) - Method in AdfAgent
 
eatEventCallback(Object) - Static method in AdfAgent
Static callback handler for consuming a blocked event
EDITABLE_SUBTREE_PROPERTY - Static field in AdfPage
Property name for the editable subtree property
EDITED_COMPONENT_PROPERTY - Static field in AdfPage
Property name for the current inline-edited component property
Element - Class in org.w3c.dom.core
Apart from text, Element nodes are the most common objects in every XML document.
Element - Class in org.w3c.dom.html
All HTML element interfaces derive from this class.
ELEMENT_NODE - Static field in Node
This constant is of type Number and its value is 1.
elementFromPagePoint(Number, Object, HTMLElement, Object, Object) - Method in AdfAgent
Returns the topmost element at the give mouse point in Window coordinates.
elementFromPagePoint(Object, Object, Object, Object, Object) - Method in AdfIEAgent
Returns the topmost element at the give mouse point in Window coordinates.
elementsAdded(Object) - Method in AdfAgent
Updates any id->element cache by adding the elements in the specified subtree
elementsAdded(Object) - Method in AdfGeckoAgent
Updates any id->element cache by adding the elements in the specified subtree
elementsAdded(Object) - Method in AdfIE8Agent
Updates any id->element cache by adding the elements in the specified subtree IE7 has a bug with the getAttribute("id") fix, so this fix is moved to the AdfIE8Agent and a different approach is used for IE7 (in AdfIEAgent).
elementsAdded(Object) - Method in AdfIEAgent
Updates any id->element cache by adding the elements in the specified subtree
elementsRemoved(Object) - Method in AdfAgent
Updates any id->element cache by removing the elements in the specified subtree
elementsRemoved(Object) - Method in AdfGeckoAgent
Updates any id->element cache by removing the elements in the specified subtree
elementsRemoved(Object) - Method in AdfIE8Agent
Updates any id->element cache by removing the elements in the specified subtree.
elementsRemoved(Object) - Method in AdfIEAgent
Updates any id->element cache by removing the elements in the specified subtree.
EMPTY_ARRAY - Static field in AdfCollections
 
enableUserSelect(Object) - Method in AdfAgent
Enable the user's ability to select text in this component
enableUserSelect(Object) - Method in AdfGeckoAgent
Enable the user's ability to select text in this component
enableUserSelect(Object) - Method in AdfIEAgent
Enable the user's ability to select text in this component
enableUserSelect(Object) - Method in AdfSafariAgent
Enable the user's ability to select text in this component
encodeURI(String) - Static method in Global
Encodes a URI where each instance of certain characters is replaced by one, two, or three escape sequences that represent a UTF-8 encoding of the character.
encodeURIComponent(String) - Static method in Global
Encodes a URI component where each instance of certain characters is replaced by one, two, or three escape sequences that represent a UTF-8 encoding of the character.
END_KEY - Static field in AdfKeyStroke
 
endDocumentKeyEventCapture(Object, Object) - Method in AdfAgent
Remove agent-specific techniques for capturing key events for the focusProxy's document
endDocumentKeyEventCapture(Object, Object, Object) - Method in AdfIEAgent
Remove agent-specific techniques for capturing key events for the focusProxy's document
ensureClassInitialization(Function) - Static method in AdfObject
Ensures that a class is initialized.
ENTER_KEY - Static field in AdfKeyStroke
KeyCode representing enter key.
entities - Field in DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
Entity - Class in org.w3c.dom.core
This interface represents an entity, either parsed or unparsed, in an XML document.
ENTITY_NODE - Static field in Node
This constant is of type Number and its value is 6.
ENTITY_REFERENCE_NODE - Static field in Node
This constant is of type Number and its value is 5.
EntityReference - Class in org.w3c.dom.core
EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference.
EQUALS - Static field in AdfStrings
 
equals(Object) - Method in AdfDataFlavor
Override equals to compare AdfDataFlavors by their stringForm
equals(Object) - Method in AdfObject
Indicates whether some other AdfObject is "equal to" this one.
equals(Object) - Method in AdfRangeValue
Indicates whether some other AdfRangeValue is "equal to" this one.
equals(Object) - Method in Date
 
Error - Class in org.ecmascript.object.error
The native browser JavaScript object used to represent an error.
Error(String) - Constructor in Error
The native browser JavaScript object used to represent an error.
ESC_KEY - Static field in AdfKeyStroke
KeyCode representing esc key.
escape(String) - Static method in Global
Deprecated: Use {@link #encodeURIComponent} instead
eval(Number) - Static method in Global
Evaluates a string representation of JavaScript code.
EvalError - Class in org.ecmascript.object.error
The native browser JavaScript object used to represent an error when the eval() method is used incorrectly.
EvalError(String) - Constructor in EvalError
The native browser JavaScript object used to represent an error when the eval() method is used incorrectly.
Event - Field in AdfDomComponentEvent
 
Event - Field in AdfDomComponentFocusEvent
 
Event - Field in AdfDomUIInputEvent
 
Event - Class in org.w3c.dom.events
The Event interface is used to provide contextual information about an event to the handler processing the event.
EVENT_TYPE - Static field in AdfCalendarActivityDurationChangeEvent
 
EVENT_TYPE - Static field in AdfCalendarActivityEvent
 
EVENT_TYPE - Static field in AdfCalendarDisplayChangeEvent
 
EVENT_TYPE - Static field in AdfCalendarEvent
 
EVENT_TYPE - Static field in AdfCarouselSpinEvent
 
EVENT_TYPE - Static field in AdfColumnSelectionEvent
 
EVENT_TYPE - Static field in AdfContextInfoEvent
 
EVENT_TYPE - Static field in AdfDialogEvent
 
EVENT_TYPE - Static field in AdfDisclosureEvent
 
EVENT_TYPE - Static field in AdfLovInternalEvent
 
EVENT_TYPE - Static field in AdfLovInternalPopupClosedEvent
 
EVENT_TYPE - Static field in AdfQueryEvent
 
EVENT_TYPE - Static field in AdfQueryInternalEvent
 
EVENT_TYPE - Static field in AdfQueryOperationEvent
 
EVENT_TYPE - Static field in AdfReorderEvent
 
EVENT_TYPE_TO_ATTRIBUTE_MAP - Static field in AdfDhtmlLookAndFeel
 
EVENT_TYPE_TO_CAMEL_CASE_MAP - Static field in AdfDhtmlLookAndFeel
 
EventException - Class in org.w3c.dom.events
Event operations may throw an EventException as specified in their method descriptions.
EventListener - Class in org.w3c.dom.events
The EventListener interface is the primary method for handling events.
eventPhase - Field in Event
Used to indicate which phase of event flow is currently being evaluated.
EventTarget - Class in org.w3c.dom.events
The EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model.
exec(String) - Method in RegExp
Searches the input string for a match.
execCommand(AdfRichTextEditor, HTMLFrameElement, String, Object) - Method in AdfEditingAgent
Executes a command on the document, selection, or the given range.
execScript(Object, Object) - Method in AdfAgent
Executes a script.
execScript(Object, Object) - Method in AdfIEAgent
Executes a script.
execScript(Window, String) - Method in AdfSafariAgent
Executes a script.
executeCommand(Object, Object) - Method in AdfDhtmlRichTextEditorPeer
 
ExecuteRedo(AdfRichTextEditor, HTMLFrameElement, HTMLElement) - Method in AdfEditingAgent
Default implementation for executing an redo command.
ExecuteRedo(AdfRichTextEditor, HTMLFrameElement, HTMLElement) - Method in AdfIEEditingAgent
Default implementation for executing an redo command.
ExecuteUndo(AdfRichTextEditor, HTMLFrameElement, HTMLElement) - Method in AdfEditingAgent
Default implementation for executing an undo command.
ExecuteUndo(AdfRichTextEditor, HTMLFrameElement, HTMLElement) - Method in AdfIEEditingAgent
Default implementation for executing an undo command.
exp(Number) - Static method in Math
Computes the value of E^value (Euler's constant raised to the specified power).
EXPAND_SUBTYPE - Static field in AdfTableDataFetchEvent
 
expandAction(Object) - Method in AdfTreeUtils
Expand menu item action handler
expandAllBelowAction(Object) - Method in AdfTreeUtils
Expand all menu item action handler
expandAllNodes() - Method in AdfDhtmlPanelCollectionPeer
Handler for the "Expand All" standard Tree table menu item
expandAllNodesBelow() - Method in AdfDhtmlPanelCollectionPeer
Handler for the "Expand All Below" standard Tree table menu item
expandNode() - Method in AdfDhtmlPanelCollectionPeer
Handler for the "Expand" standard Tree table menu item
ExtendPeer(Object) - Static method in AdfDhtmlShowDetailPeer
Add methods to a peer class to be able to handle ShowDetail methods.

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 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.