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  _ 

C

C_KEY - Static field in AdfKeyStroke
 
CalculateFlavorAcceptance(Object) - Method in AdfDropTarget
Returns true if the drag supports one of the flavors we want
call(Object, Object...) - Method in Function
Allows you to apply a method of another object in the context of a different object (the calling object); useful for implementing inheritance.
callee - Static field in Arguments
Deprecated: use a named function like functionFoo() instead of arguments.callee()
caller - Static field in Arguments
Deprecated: use the caller of a named function like functionFoo.caller instead of arguments.callee.caller
caller - Field in Function
The Function object being executed when this Function was executed or undefined if the function is a top-level Function.
cancel() - Method in AdfBaseEvent
If the event is cancelable, calling this function will cancle the event, preventing any default handling from occurring.
cancel() - Method in AdfComponentTouchEvent
Preventing the default native event behavior before delegating on the the standard component cancel behavior.
cancel() - Method in AdfDomShowContextMenuEvent
Overridden to cancel our native event when we are cancelled.
cancel() - Method in AdfDomUIInputEvent
Implement cancel() on an input event by preventing the default behavior.
cancel() - Method in AdfRichPopup
Hides the popup component and queues the AdfPopupCanceledEvent.
cancelable - Field in Event
Used to indicate whether or not an event can have its default action prevented.
cancelAllPopups(AdfUIComponent, Object) - Method in AdfRichUIPeer
Cancel dismissal of all popups.
cancelPopup(AdfUIComponent, String) - Method in AdfRichUIPeer
Cancel dismissal of a popup.
CAP_TOUCH_SCREEN - Static field in AdfAgent
 
CAP_TOUCH_SCREEN_MULTIPLE - Static field in AdfAgent
 
CAP_TOUCH_SCREEN_NONE - Static field in AdfAgent
 
CAP_TOUCH_SCREEN_SINGLE - Static field in AdfAgent
 
CAPTURING_PHASE - Static field in AdfBaseEvent
Phase Constant for event delivery phase when each parent of the event target is notified from most distant ancestor to nearest.
CAPTURING_PHASE - Static field in Event
The current event phase is the capturing phase.
CAROUSEL_SPIN_LISTENER_KEY - Static field in AdfRichCarousel
Copyright (c) 2009, 2011, Oracle and/or its affiliates.
CDATA_SECTION_NODE - Static field in Node
This constant is of type Number and its value is 4.
CDATASection - Class in org.w3c.dom.core
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
ceil(Number) - Static method in Math
Computes the rounded-up value of the specified number.
CharacterData - Class in org.w3c.dom.core
The CharacterData interface extends {@link Node} with a set of attributes and methods for accessing character data in the DOM.
charAt(Number) - Method in String
Retrieves the character in the string at the specified index.
charCodeAt(Number) - Method in String
Retrieves the Unicode value of the character in the string at the specified index.
CheckIfClosed() - Method in AdfLogWriter
Checks if the AdfLogWriter is already closed and errors if it is
checkMouseOutEvent(Object, Object) - Method in AdfAgent
Checks wthether a mouseout event was received by the container when mouse was moved form one of its child elements to another
checkUncommittedData() - Method in AdfPage
Displays uncommitted data warning if <af:document> has uncommittedDataWarning="on", and the page contains uncommitted data (either on the client or on the server).
childNodes - Field in Node
A {@link NamedNodeMap} that contains all children of this node.
ChildVisibilityChanged(Object, Object, Object) - Method in AdfRichUIPeer
Called when the visibility of a child component changes if the peer has overridden needsChildVisibilityChanges to return true.
CLASS_NAME_PROPERTY - Static field in AdfAssert
 
className - Field in Element
The class attribute of the element.
Clear() - Method in AdfBufferedLogWriter
Clears the contents of the buffer without closing it
clear(Object) - Static method in AdfCollections
Remove all of the properties of a collection
clear() - Method in AdfConsoleLogWriter
Clears the contents of the ConsoleAdfLogWriter
clearAllMessages() - Method in AdfPage
Clears all of the messages for a particular page.
clearArray(Object) - Static method in AdfCollections
Remove all of the entries from an Array
clearChanges() - Method in AdfUIComponent
 
ClearChangesList() - Method in AdfPage
Clears the list of components with changes that need to be synched to the server
clearDragReadyState(Object) - Method in AdfDragSource
Called by the framework when the drag to clear the drag ready state.
clearDragReadyState(Object, Object) - Method in AdfRichUIPeer
Called by the framework to clear the drag ready state.
ClearDragReadyState(Object) - Method in AdfRichUIPeer
Called by the framework to clear the drag ready state after the component has been bound to this peer.
clearDragReadyState(AdfUIComponent, Object) - Method in AdfUIPeer
Called by the framework to clear the drag ready state.
clearDragSourceState(Object) - Method in AdfDragSource
Called by the framework when the drag to clear the drag source state.
clearDragSourceState(Object, Object) - Method in AdfRichUIPeer
Called by the framework to clear the drag source state
ClearDragSourceState(Object) - Method in AdfUIPeer
Called by the framework to clear the drag source state.
clearDragSourceState(AdfUIComponent, Object) - Method in AdfUIPeer
Called by the framework to clear the drag source state
clearMessages(String) - Method in AdfPage
Clears a messages for a particular component id.
clearSubtreeIds(Object) - Method in AdfAgent
clear the ids of the specified element and its children.
CLICK_EVENT_TYPE - Static field in AdfUIInputEvent
 
clientX - Field in MouseEvent
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
clientY - Field in MouseEvent
The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
clone - Field in AdfDomComponentFocusEvent
 
clone() - Method in AdfDomComponentEvent
Implement clone, since it is unsafe to hang onto AdfDomComponentEvents because DOM AdfAgents reuse the underlying native event objects
clone() - Method in AdfDomUIInputEvent
Implement clone, since it is unsafe to hang onto AdfDomAdfAdfUIInputEvents because DOM AdfAgents reuse the underlying native event objects
clone() - Method in AdfObject
Returns a clone of this object.
clone() - Method in AdfUIComponent
Override to create new storage.
cloneArray(Object) - Static method in AdfCollections
Returns a copy of an array
cloneEvent(Event, HTMLElement) - Method in AdfAgent
Clones an event from an existing event for a new target element.
cloneNode(Node) - Method in AdfAgent
Clones a DOM node.
cloneNode(Boolean) - Method in Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
close() - Method in AdfClientFileLogWriter
Close the AdfLogWriter and free all associated resources.
close() - Method in AdfConsoleLogWriter
Close the ConsoleAdfLogWriter
close() - Method in AdfLogWriter
Close the AdfLogWriter and free all associated resources.
CLOSE_CURLY_BRACKET - Static field in AdfStrings
 
closeRecord() - Method in AdfClientFileLogWriter
Logs log records to the AdfDiskWriterApplet, which in turn logs to disk.
code - Field in DOMException
An integer indicating the type of error generated.
code - Field in EventException
An integer indicating the type of error generated.
COMMA - Static field in AdfStrings
 
Comment - Class in org.w3c.dom.core
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ''.
COMMENT_NODE - Static field in Node
This constant is of type Number and its value is 8.
compareArrays(Object, Object) - Static method in AdfUIUtils
Returns true if the elements of both javascript arrays equal each other.
compareObjects(Object, Object) - Static method in AdfUIUtils
Returns true if the properties of the two javascript objects are the same.
ComparePropertyValues(Object, Object, Object) - Method in AdfUIComponent
Compares the old value and the new value for a property and returns TRUE if they are equal.
compareValues(Object, Object) - Static method in AdfUIUtils
Returns true if values are equal, otherwise returns false.
compile(String) - Method in RegExp
Updates the pattern of this regular expression.
ComponentInlineStyleChanged(Object, Object, Object, Object) - Method in AdfRichUIPeer
Deprecated.
ComponentPropertyChanged(Object) - Method in AdfRichUIPeer
Called by the Component whenever a property changes
ComponentPropertyChanged(Object) - Method in AdfUIPeer
Called whenever a property changes on the component this peer is attached to.
ComponentRemoved(AdfUIComponent) - Method in AdfRichUIPeer
Hook called when peers are disassociated from their components.
componentRemoved(AdfUIComponent) - Method in AdfRichUIPeer
Called by the framework to allow a peer to clean up its references to a component that it was previously initialized with because the component is being removed.
componentRemoved(AdfUIComponent) - Method in AdfUIPeer
Clean up the peer because it's component is being removed.
ComponentStyleClassChanged(Object, Object, Object, Object) - Method in AdfRichUIPeer
 
ComponentVisibleChanged(Object, Object, Object, Object) - Method in AdfRichUIPeer
 
concat(Array...) - Method in Array
Joins two or more arrays without changing the existing arrays.
concat(String...) - Method in String
Creates a new String that combines this String with the specified Strings.
constructor - Field in AdfObject
The function that created the object.
constructor - Field in Object
The function that created the object.
CONTENT_DELIVERY_IMMEDIATE - Static field in AdfRichPopup
Constant that represents is the immediate enumeration of the contentDelivery property.
CONTENT_DELIVERY_LAZY - Static field in AdfRichPopup
Constant that represents is the lazy enumeration of the contentDelivery property.
CONTENT_DELIVERY_LAZY_UNCACHED - Static field in AdfRichPopup
Constant that represents is the lazyUncached enumeration of the contentDelivery property.
CONTEXT_MENU_EVENT_TYPE - Static field in AdfComponentEvent
 
CONTEXT_MENU_EVENT_TYPE - Static field in AdfUIInputEvent
 
ConvertClientIdToLocator(Object, Object, Object, Object) - Method in AdfRichUIPeer
Hook to record which indices in the clientId fragment should be skipped or skipped and replaced when converting a clientId to an absolute locator.
convertLocatorToClientId(Object, Object) - Method in AdfRichUIPeer
Function to replace client id fragments when converting an absolute locator to clientId.
convertLocatorToClientId(Object, Object) - Method in AdfUIPeer
Function to replace client id fragments when converting an absolute locator to clientId.
CopyDragSize(DOMElement, DOMElement) - Method in AdfAgent
Copy the size of the source element to the cloned element for use with the cloned element being shown as drag feedback to the user.
copyEvent(Event) - Method in AdfAgent
Returns a Copy of an event from an existing event.
copyInto(Object, Object, Object) - Static method in AdfCollections
Copies all of the properties of source into target and return the target
copyProperties(Object, Object, Object, Object) - Static method in AdfCollections
Copy the properties with the specified keys from the source to the destination using the optional keyConverter to convert the source keys to target keys
copyStyle(HTMLElement, HTMLElement) - Method in AdfAgent
Copies the computed style properties from the source element to the target element
cos(Number) - Static method in Math
Computes the cosine of the specified angle.
count(String, Object) - Static method in AdfStrings
Returns the number of non-overlapping times that matchString occurs in the searchString.
CREATE_VIEW_PHASE - Static field in AdfPage
Phase when initially creating the client view.
CreateArrayToObjectFunction(Object) - Static method in AdfUIComponents
Returns an function returning an Object containing keys for all of the property names supported by the component
createAttribute(String) - Method in Document
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in Document
Creates an Attr of the given name.
createCallback(Object) - Method in AdfObject
Creates a function instance that will callback the passed in function with the current "this".
createCDATASection(String) - Method in Document
Creates a CDATASection node whose value is the specified string.
createComment(String) - Method in Document
Creates a Comment node given the specified string.
createComponent(Object) - Static method in AdfUIComponent
Creates a AdfUIComponent instance of the class with the closest match to the specified component type
createComponentClass(Object, Object) - Static method in AdfUIComponents
Creates a new component class off of a component definition object
createConstantName(Object) - Static method in AdfStrings
Given a String, returns a new String in the constant style with the String in uppercase and camel-cased words separated by underscores.
createContextMenuEventGenerator() - Method in AdfAgent
The default agent with {@link AdfAgent#getCapabilites} for {@link AdfAgent#CAP_TOUCH_SCREEN} of {@link AdfAgent#CAP_TOUCH_SCREEN_NONE} will get the default NOP manager.
CreateDefaultLogWriter(Object) - Method in AdfAgent
Method for subclasses to override to change the default AdfLogWriter for this agent
createDefaultLogWriter() - Method in AdfAgent
Creates and returns the default AdfLogWriter to use for this AdfPage.
createDocument(String, String, DocumentType) - Method in DOMImplementation
Creates an XML Document object of the specified type with its document element.
createDocumentFragment() - Method in Document
Creates an empty DocumentFragment object.
createDocumentType(String, String, String) - Method in DOMImplementation
Creates an empty DocumentType node.
createDraggableNode(Node) - Method in AdfAgent
Given a DOM Node in the document, returns a cloned draggable version of that DOM Node.
CreateDraggableNode(Node) - Static method in AdfRichUIPeer
Given a DOM Node in the document, returns a cloned draggable version of that DOM Node.
CreateDragRecognizer() - Method in AdfDragSource
Creates the AdfDragRecognizer to use with this AdfDragSource.
createElement(String) - Method in Document
Creates an element of the type specified.
createElementNS(String, String) - Method in Document
Creates an element of the given qualified name and namespace URI.
createEntityReference(String) - Method in Document
Creates an {@link EntityReference} object.
createEvent(String) - Method in DocumentEvent
The DocumentEvent interface provides a mechanism by which the user can create an {@link Event} of a type supported by the implementation.
createInitializedObject() - Static method in AdfObject
Convenience function for creating an Object initialized with key values pairs as alternating parameters.
createInnerPeerClassWithSubId(Function, String, Object) - Static method in AdfRichUIPeer
Creates an inner class for an existing peerclass.
createMultiObjectTransferable(Object, Object) - Static method in AdfObjectTransferable
Creates an AdfObjectAdfTransferable representing multiple objects with the same AdfDataFlavor.
CreateNativeLogWriter() - Method in AdfAgent
Creates and returns the native AdfLogWriter to use for this AdfAgent.
createOrderedRowKeySetChangeEvent(Object, Object, Object, Object) - Static method in AdfRowKeySetChangeEvent
Creates a RowAdfKeySetChangeEvent with no duplicates between the removed and added Set removedSet and addedSet are javascript arrays Valid eventType(s) are AdfSelectionEvent.SELECTION_EVENT_TYPE, and RowAdfDisclosureEvent.ROW_DISCLOSURE_EVENT_TYPE
createPage() - Method in AdfLookAndFeel
Creates the instance of the correct subclass of the AdfPage Object.
createPeerClass(Function, String, Boolean, Object) - Static method in AdfRichUIPeer
Required peer creation method for AdfRichUIPeers.
createPeerClass(Function, String, Object) - Static method in AdfUIPeer
Factory method for creating a subclass of the specified peer class
createProcessingInstruction(String, String) - Method in Document
Creates a ProcessingInstruction node given the specified name and data strings.
CreatePropertiesFunction(Object) - Static method in AdfUIComponents
Returns an function returning a map of property keys.
createRowKeySetChangeEvent(Object, Object, Object, Object) - Static method in AdfRowKeySetChangeEvent
Creates a RowAdfKeySetChangeEvent with no duplicates between the removed and added Set Valid eventType(s) are AdfSelectionEvent.SELECTION_EVENT_TYPE, and RowAdfDisclosureEvent.ROW_DISCLOSURE_EVENT_TYPE
createSingleObjectTransferable(Object, Object) - Static method in AdfObjectTransferable
Creates an AdfObjectAdfTransferable from an instance of the Object to transfer, and optionally an instance of the AdfDataFlavor for the Object.
createStyle(String) - Method in AdfAgent
Inserts a new style block into the document using the specified style content.
createSubclass(Function, Function, Object, Object) - Static method in AdfObject
Factory method for creating a subclass of the specified baseClass
CreateSubId - Static field in AdfRichUIPeer
Deprecated: Use the public AdfRichUIPeer.createSubId() instead.
createSubId(String, String) - Static method in AdfRichUIPeer
Convenience function for creating a sub ID for finding marked children of a peer
createTextNode(String) - Method in Document
Creates a Text node given the specified string.
createTouchMoveManager(HTMLElement, Function, Number) - Method in AdfAgent
Constructs a manager for handling touch movements.
CreateUIInputEvent(Object, Object, Object) - Method in AdfAgent
 
createXmlDocument() - Method in AdfAgent
 
createXMLHttpRequest() - Method in AdfAgent
 
CTRL_MASK - Static field in AdfKeyStroke
Modifiers, bit mask value if Control key is pressed
ctrlKey - Field in MouseEvent
Used to indicate whether the 'ctrl' key was depressed during the firing of the event.
currentTarget - Field in Event
Used to indicate the EventTarget whose EventListeners are currently being processed.

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.