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  _ 

R

R_KEY - Static field in AdfKeyStroke
KeyCode representing R key.
random() - Static method in Math
Retrieves a value that is greater than or equal to 0 and less than 1.
RangeError - Class in org.ecmascript.object.error
The native browser JavaScript object used to represent an error when the a number is outside of a required range.
RangeError(String) - Constructor in RangeError
The native browser JavaScript object used to represent an error when the a number is outside of a required range.
READONLY_STYLECLASS - Static field in AdfRichUIPeer
 
recognizeDrag(Object, Object) - Method in AdfDragRecognizer
Determine whether a possible drag has turned into a drag or not
recognizeDrag(Object, Object) - Method in AdfDragRecognizer
Determine whether a possible drag has turned into a drag or not
ReferenceError - Class in org.ecmascript.object.error
The native browser JavaScript object used to represent an error when a referenced variable cannot be found.
ReferenceError(String) - Constructor in ReferenceError
The native browser JavaScript object used to represent an error when a referenced variable cannot be found.
RegExp - Class in org.ecmascript.object
The native browser JavaScript object used to work with regular expressions.
RegExp(String, String) - Constructor in RegExp
The native browser JavaScript object used to work with regular expressions.
register() - Method in AdfLogger
Registers the specified logger, copying over any log messages if possible and closing the logger if a logger with that name already exists
register(Object, String) - Method in AdfProfiler
Deprecated: Please use registerMethod instead
registerComponent(Object, Object) - Static method in AdfUIComponent
Registers a mapping between the specified component type and the constructor of the AdfUIComponent subclass to instantiate in response to calls to AdfUIComponent.createComponent.
registerFunction(String) - Method in AdfProfiler
Registers a javascript function with the AdfProfiler.
registerKeyStroke(AdfUIComponent, AdfKeyStroke, Function) - Static method in AdfRichUIPeer
Registers a global keyboard shortcut/accelerator for a component.
RegisterLevels - Static field in AdfLogger
 
RegisterLevels(Object, Object) - Static method in AdfLogger
Creates the AdfLogger convenience methods and accessors
registerLoadingComponent(AdfUIComponent) - Method in AdfPage
Registers a component that isn't fully loaded on creation with the framework.
registerMethod(Object, String) - Method in AdfProfiler
Registers a javascript method with the AdfProfiler.
registerPeerConstructor(String, String) - Method in AdfLookAndFeel
Registers a peer constructor for the specified component type.
registerResizeNotifyComponent(Object) - Method in AdfPage
Register a component to recieve resize notification when the browser window is resized.
relatedTarget - Field in MouseEvent
Used to identify a secondary EventTarget related to a UI event.
removeAll(Object, Object, Object) - Static method in AdfCollections
Removes all of the properties of removeCollection from targetCollection.
removeArrayKey(Object, Object) - Static method in AdfCollections
Removes the key from the array list if it is an integer, and from the key's properties if it isn't
removeArrayValue(Array, Object) - Static method in AdfCollections
Removes the first instance of the specified value from the Array and returns the key the value was associated with, moving all of the array indices down and returning the index of the removed value, or -1 if the value wasn't found.
removeAttribute(String) - Method in Element
Removes an attribute by name.
removeAttributeNode(Attr) - Method in Element
Removes the specified attribute node.
removeAttributeNS(String, String) - Method in Element
Removes an attribute by local name and namespace URI.
removeBubbleEventListener(Object, Object, Object) - Method in AdfAgent
Removes an event listener that fired in the non-Capture phases for the specified eventType
removeBusyStateListener(Object, Function) - Method in AdfPage
Removes a listener so that it will no longer be invoked whenever there is a busy state event.
removeChangedComponent(Object) - Method in AdfPage
Removes a component from the list of components with attribute changes needing to be synched to the server
removeCheckpointOverride(String, String) - Static method in AdfCheckpoint
Removes a checkpoint override and allows the checkpoints to function according to the {@link #_checkpointEnabled} flag.
removeChild(Node) - Method in Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeEventBubbles(Object, Object) - Method in AdfAgent
Removes event listeners for all of the events that the Rich client framework is interested in from the relevant element using the specified listener
removeEventCaptures(Node, Object) - Method in AdfAgent
Removes event captures for all of the events that the Rich client framework is interested in to the relevant element using the specified listener
removeEventListener(Object, Object, Object) - Method in AdfUIComponent
Removes a listener function of the specifed listener type.
removeEventListener(String, EventListener, Boolean) - Method in EventTarget
This method allows the removal of event listeners from the event target.
removeIdsFromDomSubTree(HTMLElement) - Method in AdfAgent
Removes all of the ID values from every element in the given DOM sub tree.
removeKeyEventListener(Object, Object) - Method in AdfAgent
Removes the key event listener from the specified element.
removeNamedItem(String) - Method in NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String, String) - Method in NamedNodeMap
Removes a node specified by local name and namespace URI.
RemoveNotify() - Method in AdfUIComponent
 
removePropertyChangeListener(Object, Function) - Method in AdfPage
Removes a PropertyChangeListener with the specified instance and listener function
removeResizeListener(String) - Method in AdfAgent
Unregisters a resize listener by node id.
removeSessionStorageProperty(String) - Method in AdfAgent
This function removes key/value pair stored in session storage provide by DOM:storage methods.
removeStyleProperty(Object, Object) - Method in AdfAgent
remove a styleProperty set on this element
removeValue(Object, Object) - Static method in AdfCollections
Removes the first instance of the specified value from the collection and returns the key the value was associated with
replace(RegExp, String) - Method in String
Exchanges the match or matches in this string for the given pattern with the given replacement.
replaceChild(Node, Node) - Method in Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(Number, Number, String) - Method in CharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
ReplaceDomElement(HTMLElement, HTMLElement) - Method in AdfRichUIPeer
Hook for peers to perform an optimized replacement of the dom.
replaceDomElement(AdfUIComponent, HTMLElement, HTMLElement) - Method in AdfRichUIPeer
Replaces the a dom element contained in this peer.
replaceNode(Object, Object) - Method in AdfAgent
 
repositionStretchedElement(Object, Object, Object, Object, Object) - Method in AdfAgent
In certain cases a geometry managing peer may need to explicitly re-position a stretched element which was originally stretched on the server.
resetValue() - Method in AdfUIEditableValue
Convenience method to reset this component's value to an uninitialized state, by setting - the value to null, - the submittedValue to undefined, - valid to true, - clears any messages.
resizeNotify(Object, Object, Object, Object, Object) - Method in AdfRichUIPeer
Resize notification callback.
ResizeNotify(Object, Object, Object, Object) - Method in AdfRichUIPeer
Resize notification hook.
resizeNotify(Object, Object, Object, Object) - Method in AdfUIComponent
Notification method called when browser window resize occurs.
resizeNotify(Object, Object, Object, Object, Object) - Method in AdfUIPeer
Called to notify the peer of resize activity.
resizeStretchedChild(Object, Object) - Method in AdfAgent
Resizes the specified child element to fill its parent's content space.
resizeStretchedElement(Object, Object, Object) - Method in AdfAgent
Resizes the element to fill the specified width and height.
RETURN_EVENT_TYPE - Static field in AdfReturnEvent
 
RETURN_POPUP_TYPE - Static field in AdfReturnPopupEvent
 
reverse() - Method in Array
Modifies the array by reversing the order of the elements in the array.
RIGHT_BUTTON_FLAG - Static field in AdfUIInputEvent
Bit mask value indicating that the right button is down
rightContext - Field in RegExp
The text after the recently-found match.
round(Number) - Static method in Math
Retrieves the nearest integer to the specified number.
ROW_DISCLOSURE_EVENT_TYPE - Static field in AdfRowDisclosureEvent
 

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.