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
 
calculateCachedValue(Object, Object, String) - Static method in AdfFocusUtils
Calculate the cached isConnectedAndVisible value for this element by comparing values in the context and the value stored as expando object of the element.
CalculateFlavorAcceptance(Object) - Method in AdfDropTarget
Returns true if the drag supports one of the flavors we want
calculateMinimumContentSize() - Method in AdfDhtmlPanelWindowBasePeer
Finds the title bar widths by accumulating the widths of the individual elements in the title bar and setting the minimum width and height of the content area.
calculatePlacementPosition(Number, Number, String, Object, Object) - Method in AdfDhtmlPositionManager
Given height, width, an alignment hint, and either an align element or align position, calculates the position where a hypothetical popup should be placed.
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.
callback - Field in AdfXMLRequest
 
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 AdfAbstractFloatingElement
Dismisses the floating element indicating an awkward state or unexpected state.
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(Object) - Method in AdfDhtmlPanelWindowBasePeer
Cancels the floating element by invoking the parent popup's implementation.
cancel(AdfUIComponent) - Method in AdfDhtmlPopupPeer
Hides the popup and raises the AdfPopupCanceledEvent.
cancel(boolean) - Method in AdfDhtmlPopupWindow
Dismisses the floating element indicating an awkward state or unexpected state.
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.
cancelAll() - Method in AdfDhtmlRichDialogService
Called by the parent page when unloading.
cancelAllPopups(AdfUIComponent, Object) - Method in AdfRichUIPeer
Cancel dismissal of all popups.
cancelBlurTimeout() - Method in AdfAutoDismissalManager
Cancels the _dismissBlurringElement timeout.
cancelBlurTimeout() - Method in AdfAutoDismissalManager
 
CancelPendingFetch() - Method in AdfDhtmlTableBasePeer
 
cancelPopup() - Method in AdfDhtmlMenuPeer
Override of AdfRichUIPeer#cancelPopup so we can do our own special processing.
cancelPopup(AdfUIComponent, String) - Method in AdfRichUIPeer
Cancel dismissal of a popup.
cancelShowing() - Static method in AdfDhtmlMenuPeer
If a popup was delayed for showing, this method will cancel the showing.
cancelTimer(Object) - Method in AdfDhtmlPage
Cancels the firing of the specified timer.
canDeliverSelectionEvent() - Method in AdfDhtmlTableBasePeer
 
canDeliverSelectionEvent() - Method in AdfDhtmlTableBasePeer
 
canScroll(Object, Object, Object) - Static method in AdfDomUtils
 
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
Deprecated: this key should not be used
CarouselItemInitialized(String) - Method in AdfDhtmlCarouselPeer
Method invoked by AdfDhtmlCarouselItemPeer instances when a carouselItem component is initialized since this is the only way for the carousel to be notified when a new carouselItem component has been fetched and initialized.
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.
CENTER - Static field in AdfDhtmlPositionManager
 
CENTER - Static field in AdfDhtmlPositionManager
 
changeBehavior(Object, Object) - Method in AdfAutoDismissalManager
Changes the dismissal behavior of a component.
changeBehavior(Object, Object) - Method in AdfAutoDismissalManager
 
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.
checkForWindowCanceled(Number) - Method in AdfDhtmlRichDialogService
Only used by browser window dialogs.
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
checkMouseOutEvent(Object, Object) - Method in AdfIEAgent
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 AdfDhtmlPage
Displays uncommitted data warning if <af:document> has uncommittedDataWarning="on", and the page contains uncommitted data (either on the client or on the server).
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 AdfDhtmlCarouselPeer
Override to PPR the component when a column is hidden
ChildVisibilityChanged(Object, Object, Object) - Method in AdfDhtmlDecorativeBoxPeer
Called when the visibility of a child component changes if the peer has overridden needsChildVisibilityChanges to return true.
ChildVisibilityChanged(Object, Object, Object) - Method in AdfDhtmlMenuBarPeer
Called when the visibility of a child component changes if the peer has overridden needsChildVisibilityChanges to return true.
ChildVisibilityChanged(AdfUIComponent, HTMLElement, boolean) - Method in AdfDhtmlPanelGridLayoutPeer
Resize notification callback - we perform geometry management here.
ChildVisibilityChanged(Object, Object, Object) - Method in AdfDhtmlPanelGroupLayoutPeer
Override to handle the visibility change if the childDomElement is one of our direct children
ChildVisibilityChanged(Object, Object, Object) - Method in AdfDhtmlPanelSplitterBasePeer
Called when the visibility of a child component changes if the peer has overridden needsChildVisibilityChanges to return true.
ChildVisibilityChanged(Object, Object, Object) - Method in AdfDhtmlPanelStretchLayoutPeer
Called when the visibility of a child component changes if the peer has overridden needsChildVisibilityChanges to return true.
ChildVisibilityChanged(Object, Object, Object) - Method in AdfDhtmlTableBasePeer
Override to PPR the component when a column is hidden
ChildVisibilityChanged(Object, Object, Object) - Method in AdfDhtmlTableBasePeer
Override to PPR the component when a column is hidden
ChildVisibilityChanged(Object, Object, Object) - Method in AdfDhtmlToolbarPeer
Called when the visibility of a child component changes if the peer has overridden needsChildVisibilityChanges to return true.
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.
cleanHtml(Object, Object) - Static method in AdfDomUtils
 
cleanInstanceMap() - Static method in AdfUserActivityInfo
Flushes the instance map, by calling cleanup() on all the objects stored in the AdfUserActivityInfo._instanceMap map.
cleanup() - Method in AdfUserActivityInfo
Flushes the contents of the AdfUserActivityInfo object and initializes them to null.
cleanup() - Method in AdfXMLRequest
 
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 AdfDhtmlPage
Clears all of the messages for a particular page.
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
clearCachedContextMenuItems() - Method in AdfTreeUtils
 
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 AdfDhtmlTableBasePeer
Called by the framework to clear the drag ready state.
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 AdfDhtmlTableBasePeer
Called by the framework to clear the drag source 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 AdfRichUIPeer
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 AdfDhtmlPage
Clears a messages for a particular component id.
clearMessages(String) - Method in AdfPage
Clears a messages for a particular component id.
clearSubtreeIds(Object) - Method in AdfAgent
Clear the id of the specified element and its children.
clearSubtreeIds(Object) - Method in AdfIEAgent
Clear id of the specified element and its children.
clearSubtreeMessages(String) - Method in AdfDhtmlPage
Clear the messages for a subtree of components, including the root of the subtree
clearTimeout() - Method in AdfDragRecognizerPrepContext
Clears the timeout, if the timer is still running.
CLICK_EDIT_ACTIVE_ROW - Static field in AdfTableDataFetchEvent
 
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 AdfSafariUIInputEvent
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.
cloneEvent(Object, Object) - Method in AdfIE9Agent
Clones an event from an existing event for a new target element.
cloneEvent(Object, Object) - Method in AdfIEAgent
Returns a new Event Object, based on a current event, retargetted to the new target.
cloneEvent(Event, HTMLElement) - Method in AdfSafariAgent
Clones an event from an existing event for a new target element.
cloneNode(Node) - Method in AdfAgent
Clones a DOM node.
cloneNode(Node) - Method in AdfIE8Agent
Clones a DOM node with default deep clone behavior for IE8.
cloneNode(Node) - Method in AdfIEAgent
Clones a DOM node with special handling for IE7.
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 AdfCompositeLogWriter
Close the AdfLogWriter and free all associated resources.
close() - Method in AdfConsoleLogWriter
Close the ConsoleAdfLogWriter
close(Object, Object) - Method in AdfDhtmlMenuPeer
Closes this peer's menu.
close() - Method in AdfFireBugLogWriter
Close the AdfLogWriter and free all associated resources.
close() - Method in AdfIEConsoleLogWriter
Close the AdfLogWriter and free all associated resources.
close() - Method in AdfLogWriter
Close the AdfLogWriter and free all associated resources.
close() - Method in AdfSafariLogWriter
Close the AdfLogWriter and free all associated resources.
close() - Method in AdfSeleniumPerformanceLogWriter
Close the AdfLogWriter and free all associated resources.
CLOSE_CURLY_BRACKET - Static field in AdfStrings
 
closeAll() - Method in AdfAutoDismissalManager
Closes all popups that were managed.
closeAll() - Method in AdfAutoDismissalManager
 
closeAllMenus(Object) - Static method in AdfMenuUtils
Closes all menus.
closeDetailStampDialogOnOK() - Method in AdfDhtmlTableBasePeer
 
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.
COLLAPSE_SUBTYPE - Static field in AdfTableDataFetchEvent
 
collapseAllBelowAction(Object) - Method in AdfTreeUtils
collapse all menu item action handler
collapseAllNodes() - Method in AdfDhtmlPanelCollectionPeer
Handler for the "Collpase All" standard Tree table menu item
collapseAllNodesBelow() - Method in AdfDhtmlPanelCollectionPeer
Handler for the "Collapse All Below" standard Tree table menu item
CollapseAnimationComplete(Object) - Static method in AdfDhtmlTableBasePeer
Callback invoke after the collapse of a table/treeTable/tree nodes animation is complete
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.
COMPLETED - Static field in AdfXMLRequest
 
Component_afrFstVblChanged(Object, Object, Object, Object) - Method in AdfDhtmlTreeTablePeer
Component Property setter for the "afrFstVbl" property.
Component_afrFstVblChanged(Object, Object, Object, Object) - Method in AdfDhtmlTreeTablePeer
 
Component_afrVblRwsChanged(Object, Object, Object, Object) - Method in AdfDhtmlTreeTablePeer
 
ComponentActiveRowKeyChanged(Object, Object, Object, Object) - Method in AdfDhtmlTableBasePeer
Handle active row key change
ComponentChanged(AdfDomComponentFocusEvent) - Method in AdfDhtmlEditableValuePeer
Convenience function for determining whether the active component has changed.
ComponentCollapsedChanged(Object, Object, Object, Object) - Method in AdfDhtmlPanelSplitterBasePeer
 
ComponentColorValueChanged(Object, Object, Object, Object) - Method in AdfDhtmlChooseColorBasePeer
value property change handler.
ComponentContentHeightChanged(Object, HTMLElement, Number, Number) - Method in AdfDhtmlPanelWindowBasePeer
Optimized property change handler that applies the value directly to the content div's style property.
ComponentContentWidthChanged(Object, HTMLElement, Number, Number) - Method in AdfDhtmlPanelWindowBasePeer
Optimized property change handler that applies the value directly to the content div's style property.
ComponentCurrentItemKeyChanged(Object, Object, Object, Object) - Method in AdfDhtmlCarouselPeer
Selection Logic (Row and Column)
ComponentCustomColorDataChanged(Object, Object, Object, Object) - Method in AdfDhtmlChooseColorBasePeer
customColorData property change handler.
ComponentCustomColorDataChanged(Object, Object, Object, Object) - Method in AdfDhtmlInputColorPeer
CustomColorData is displayed by chooseColor, push changes to the chooser.
ComponentDefaultColorChanged(Object, Object, Object, Object) - Method in AdfDhtmlChooseColorBasePeer
defaultColor property change handler.
ComponentDisabledChanged(Object, Object, Object, Object) - Method in AdfDhtmlCommandImageLinkPeer
 
ComponentDisabledChanged(Object, Object, Object, Object) - Method in AdfDhtmlCommandMenuItemPeer
 
ComponentDisabledChanged(Object, Object, Object, Object) - Method in AdfDhtmlCommandToolbarButtonPeer
 
ComponentDisabledChanged(Object, Object, Object, Object) - Method in AdfDhtmlGoMenuItemPeer
 
ComponentDisabledChanged(Object, Object, Object, Object) - Method in AdfDhtmlInputColorPeer
 
ComponentDisabledChanged(Object, Object, Object, Object) - Method in AdfDhtmlInputNumberSpinboxPeer
 
ComponentDisabledChanged(Object, Object, Object, Object) - Method in AdfDhtmlMenuPeer
Setter for disabled property
ComponentDisabledChanged(Object, Object, Object, Object) - Method in AdfDhtmlSelectOneChoicePeer
 
ComponentDisclosedChanged(Object, Object, Object, Object) - Method in AdfDhtmlShowDisclosurePeer
Handle component disclosure property change.
ComponentDisclosedRowKeysChanged(Object, Object, Object, Object) - Method in AdfDhtmlTableBasePeer
 
ComponentDisclosedRowKeysChanged(Object, Object, Object, Object) - Method in AdfDhtmlTableBasePeer
 
ComponentDisclosedRowKeysChanged(Object, Object, Object, Object) - Method in AdfDhtmlTreeTablePeer
 
ComponentDisclosedRowKeysChanged(Object, Object, Object, Object) - Method in AdfDhtmlTreeTablePeer
 
ComponentFirstChanged(Object, Object, Object, Object) - Method in AdfDhtmlTableBasePeer
Handle component property change notification for the "first" attribute
ComponentFlexChanged(AdfRichShowDetailItem, HTMLElement, Object, Object) - Method in AdfDhtmlShowDetailItemPeer
Returns a true value indicating a property change should not result in a PPR update if the state change resulted from a manual resize of the panel accordion; otherwise, returns the default, false and the component is auto PPRed.
ComponentHeightChanged(Object, Object, Object, Object) - Method in AdfDhtmlSpacerPeer
 
ComponentInflexibleHeightChanged(AdfRichShowDetailItem, HTMLElement, Object, Object) - Method in AdfDhtmlShowDetailItemPeer
Returns a true value indicating a property change should not result in a PPR update if the state change resulted from a manual resize of the panel accordion; otherwise, returns the default, false and the component is auto PPRed.
ComponentInlineStyleChanged(AdfUIComponent, HTMLElement, string, string) - Method in AdfDhtmlPanelGridLayoutPeer
Optimized setter for the INLINE_STYLE attribute.
ComponentInlineStyleChanged(Object, Object, Object, Object) - Method in AdfRichUIPeer
Deprecated.
ComponentIntervalChanged(AdfUIComponent, Object, Object, Object) - Method in AdfDhtmlPollPeer
client-side setter for 'interval'
ComponentLabelChanged - Field in AdfDhtmlEditableValuePeer
Default optimized label setter for subclasses that support labels and for which an implementation which sets the label by setting the text of the label element is sufficient.
ComponentLabelChanged - Field in AdfDhtmlPanelLabelAndMessagePeer
 
ComponentLastUsedColorChanged(Object, Object, Object, Object) - Method in AdfDhtmlChooseColorBasePeer
lastUsedColor property change handler.
ComponentPropertyChanged(Object) - Method in AdfDhtmlLinkPeer
Called whenever a property changes on the component this peer is attached to.
ComponentPropertyChanged(Object) - Method in AdfDhtmlPopupPeer
If the components autoCancel property is AdfRichPopup.AUTO_CANCEL_DISABLED, set a private flag when one of the private hint properties defined by, AdfDhtmlPopupPeer._SYNC_HINTS_LIST has changed.
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(Object) - Method in AdfDhtmlBreadCrumbsPeer
Handles the removal of a component.
ComponentRemoved(Object) - Method in AdfDhtmlCalendarPeer
override ComponentRemoved to save the scroll position.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlCarouselPeer
Handles the removal of a component.
ComponentRemoved(Object) - Method in AdfDhtmlCommandMenuItemPeer
Override to handle unregistering the accelerator keystroke
ComponentRemoved(Object) - Method in AdfDhtmlGoMenuItemPeer
Override to handle unregistering the accelerator keystroke
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlInlineFramePeer
Override to unregister this iframe from the polling lsit.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlInputListOfValuesBasePeer
Handles the removal of a component.
ComponentRemoved(Object) - Method in AdfDhtmlInputNumberSliderBasePeer
We need to remove the bubble event listeners.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlMenuBarPeer
Handles the removal of a component.
ComponentRemoved(Object) - Method in AdfDhtmlMenuPeer
Handles the removal of a component.
componentRemoved(Object) - Method in AdfDhtmlMessagesPeer
Clean up the peer because it's component is being removed.
ComponentRemoved(Object) - Method in AdfDhtmlNavigationPanePeer
Handles the removal of a component.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlPanelAccordionPeer
Handles the removal of a component.
ComponentRemoved(Object) - Method in AdfDhtmlPanelBoxPeer
Clean up the peer because it's component is being removed.
ComponentRemoved(Object) - Method in AdfDhtmlPanelCollectionPeer
Clean up the peer because it's component is being removed.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlPanelDashboardPeer
Hook called when peers are disassociated from their components.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlPanelGridLayoutPeer
Override to unregister descendant resize notification.
ComponentRemoved(Object) - Method in AdfDhtmlPanelHeaderPeer
Handles the removal of a component.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlPanelSplitterBasePeer
Handles the removal of a component.
ComponentRemoved(Object) - Method in AdfDhtmlPanelStretchLayoutPeer
Clean up the peer because it's component is being removed.
ComponentRemoved(Object) - Method in AdfDhtmlPanelTabbedPeer
Handles the removal of a component.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlPanelWindowBasePeer
Calls to the AdfDhtmlSimpleFloat to unregister the shadow decorator and drag-and-drop handler.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlPollPeer
Hook called when peers are disassociated from their components.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlPopupPeer
Removes the content from the popup component.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlRichTextEditorPeer
Handles the removal of a component.
ComponentRemoved(Object) - Method in AdfDhtmlShowDetailHeaderPeer
Clean up the peer because it's component is being removed.
ComponentRemoved(Object) - Method in AdfDhtmlShowDisclosurePeer
Clean up the peer because it's component is being removed.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlStatusIndicatorPeer
Override to detach dts listener and ADS listener
componentRemoved(Object) - Method in AdfDhtmlSubformPeer
Clean up the peer because it's component is being removed.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlTableBasePeer
Handles the removal of a component.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlToolbarPeer
Handles the removal of a component.
ComponentRemoved(AdfUIComponent) - Method in AdfDhtmlToolboxPeer
Handles the removal of a component.
ComponentRemoved(Object) - Method in AdfDhtmlTrainPeer
Handles the removal of a component.
ComponentRemoved(Object) - Method in AdfDhtmlTreeTablePeer
 
ComponentRemoved(Object) - Method in AdfDhtmlTreeTablePeer
 
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.
ComponentScrollLeftChanged(Object, Object, Object, Object) - Method in AdfDhtmlTableBasePeer
 
ComponentScrollTopChanged(Object, Object, Object, Object) - Method in AdfDhtmlTableBasePeer
 
ComponentSelectedChanged(Object, Object, Object, Object) - Method in AdfDhtmlCommandMenuItemPeer
 
ComponentSelectedChanged(Object, Object, Object, Object) - Method in AdfDhtmlCommandToolbarButtonPeer
 
ComponentSelectedRowKeysChanged(Object, Object, Object, Object) - Method in AdfDhtmlTableBasePeer
 
ComponentSelectedRowKeysChanged(Object, Object, Object, Object) - Method in AdfDhtmlTableBasePeer
 
ComponentShortDescChanged(Object, Object, Object, Object) - Method in AdfDhtmlCommandToolbarButtonPeer
Property change handler
ComponentShortDescChanged(Object, Object, Object, Object) - Method in AdfDhtmlDocumentPeer
property change handler
ComponentSourceChanged(Object, Object, Object, Object) - Method in AdfDhtmlImagePeer
Optimized setter for SOURCE attribute
ComponentSourceChanged(AdfRichInlineFrame, Object, String, Object) - Method in AdfDhtmlInlineFramePeer
Optimized setter for the "source" attribute.
ComponentSplitterPositionChanged(Object, Object, Object, Object) - Method in AdfDhtmlPanelSplitterBasePeer
 
ComponentStyleClassChanged(Object, Object, Object, Object) - Method in AdfRichUIPeer
 
ComponentSubmittedValueChanged(Object, Object, Object, Object) - Method in AdfDhtmlEditableValuePeer
 
ComponentTextChanged - Field in AdfDhtmlCommandLinkPeer
 
ComponentTextChanged - Field in AdfDhtmlCommandToolbarButtonPeer
 
ComponentTextChanged - Field in AdfDhtmlGoImageLinkPeer
 
ComponentTextChanged - Field in AdfDhtmlGoLinkPeer
 
ComponentTextChanged - Field in AdfDhtmlResetButtonPeer
 
ComponentTextChanged(Object, Object, Object, Object) - Method in AdfDhtmlButtonPeer
 
ComponentTextChanged(Object, Object, Object, Object) - Method in AdfDhtmlCommandNavigationItemPeer
 
ComponentTextChanged(Object, Object, Object, Object) - Method in AdfDhtmlGoButtonPeer
 
ComponentTextChanged(Object, Object, Object, Object) - Method in AdfDhtmlMenuPeer
Text property change handler, needed for inline editing.
ComponentTextChanged(Object, Object, Object, Object) - Method in AdfDhtmlSelectBooleanCheckboxPeer
Add optimized setter for the text property that sets the text of the label element
ComponentTitleChanged(Object, Object, Object, Object) - Method in AdfDhtmlDocumentPeer
property change handler
ComponentTitleChanged(Object, Object, Object, Object) - Method in AdfDhtmlPanelWindowBasePeer
 
ComponentTitleIconSourceChanged(Object, Object, Object, Object) - Method in AdfDhtmlPanelWindowBasePeer
 
ComponentValueChanged(Object, Object, Object, Object) - Method in AdfDhtmlInputColorPeer
value property change handler.
ComponentValueChanged(Object, Object, Object, Object) - Method in AdfDhtmlInputDatePeer
value property change handler.
ComponentValueChanged(Object, Object, Object, Object) - Method in AdfDhtmlInputFilePeer
 
ComponentValueChanged(Object, Object, Object, Object) - Method in AdfDhtmlValuePeer
 
ComponentVisibleChanged(Object, Object, Object, Object) - Method in AdfRichUIPeer
 
ComponentWidthChanged(Object, Object, Object, Object) - Method in AdfDhtmlColumnPeer
Handle component width property change.
ComponentWidthChanged(Object, Object, Object, Object) - Method in AdfDhtmlColumnPeer
Handle component width property change.
ComponentWidthChanged(Object, Object, Object, Object) - Method in AdfDhtmlSpacerPeer
 
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.
confirmNavigation(Object, Object) - Method in AdfDhtmlPage
This method gets called when the user should be asked to confirm server-side navigation.
constructor - Field in AdfObject
The function that created the object.
constructor - Field in Object
The function that created the object.
containsCSSClassName(HTMLElement, String) - Static method in AdfDomUtils
 
containsElement(HTMLElement) - Method in AdfDhtmlZOrderManager
Checks to see if the active layer container is within a dom element.
containsFocus(Object) - Static method in AdfFocusUtils
Tests whether the specified element contains the keyboard focus.
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.
CONTENT_SUBID - Static field in AdfDhtmlQueryPeer
 
CONTEXT_MENU_EVENT_TYPE - Static field in AdfComponentEvent
 
CONTEXT_MENU_EVENT_TYPE - Static field in AdfUIInputEvent
 
ContextMenuClosed(Object, Object) - Method in AdfDhtmlTableBasePeer
 
ContextMenuClosed(Object, Object) - Method in AdfDhtmlTableBasePeer
 
ContextMenuClosed(Object, Object) - Method in AdfDhtmlTreeTablePeer
 
ContextMenuClosed(Object, Object) - Method in AdfDhtmlTreeTablePeer
 
ContextMenuOpened(Object, Object) - Method in AdfDhtmlTableBasePeer
 
ContextMenuOpened(Object, Object) - Method in AdfDhtmlTableBasePeer
 
ContextMenuOpened(Object, Object) - Method in AdfDhtmlTreeTablePeer
 
ContextMenuOpened(Object, Object) - Method in AdfDhtmlTreeTablePeer
 
ConvertClientIdToLocator(AdfUIComponent, Object, String, Array) - Method in AdfDhtmlCarouselPeer
Function to replace client id fragments when converting a clientId to an absolute locator.
ConvertClientIdToLocator(Object, Object, Object, Object) - Method in AdfDhtmlRegionPeer
Function to replace client id fragments when converting a clientId to an absolute locator.
ConvertClientIdToLocator(Object, Object, Object, Object) - Method in AdfDhtmlTableBasePeer
Function to replace client id fragments when converting a clientId to an absolute locator.
ConvertClientIdToLocator(Object, Object, Object, Object) - Method in AdfDhtmlTableBasePeer
Function to replace client id fragments when converting a clientId to an absolute locator.
ConvertClientIdToLocator(AdfUIComponent, Object, String, Array<Array>) - Method in AdfDhtmlTrainButtonBarPeer
Function to replace client id fragments when converting a clientId to an absolute locator.
ConvertClientIdToLocator(AdfUIComponent, Object, String, Array<Array>) - Method in AdfDhtmlTrainPeer
Function to replace client id fragments when converting a clientId to an absolute locator.
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(AdfUIComponent, Number) - Method in AdfDhtmlCarouselPeer
Function to replace client id fragments when converting an absolute locator to clientId.
convertLocatorToClientId(Object, Object) - Method in AdfDhtmlTableBasePeer
Function to replace client id fragments when converting an absolute locator to clientId.
convertLocatorToClientId(Object, Object) - Method in AdfDhtmlTableBasePeer
Function to replace client id fragments when converting an absolute locator to clientId.
convertLocatorToClientId(AdfUIComponent, Number) - Method in AdfDhtmlTrainButtonBarPeer
Function to replace client id fragments when converting an absolute locator to clientId.
convertLocatorToClientId(AdfUIComponent, Number) - Method in AdfDhtmlTrainPeer
Function to replace client id fragments when converting an absolute locator to clientId.
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.
convertToValidStyleClass(Object) - Static method in AdfStyleUtils
Given a style class name, convert it so that it can be output to a css2-browser.
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.
copyEvent(Object) - Method in AdfIE9Agent
Returns a Copy of an event from an existing event.
copyEvent(Event) - Method in AdfIEAgent
Copies 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
createComponentSubId(Object, Object) - Method in AdfTreeUtils
 
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.
createContextMenuEventGenerator() - Method in AdfSafariMobileAgent
Returns the {@link AdfSafariTouchContextMenuManager} that derives context menu events from native touch events.
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.
CreateDefaultLogWriter(Object) - Method in AdfGeckoAgent
Creates and returns the default AdfLogWriter to use for this AdfPage.
CreateDefaultLogWriter(Object) - Method in AdfIE8Agent
Creates and returns the default AdfLogWriter to use for this AdfPage.
CreateDefaultLogWriter(Object) - Method in AdfSafariAgent
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.
CreateDomElement() - Method in AdfDhtmlNoteWindowPopupSelector
Create and initialize the html.
CreateDomElement() - Method in AdfDhtmlPopupMenu
Create and initialize the html.
CreateDomElement() - Method in AdfDhtmlPopupSelector
Create and initialize the html.
CreateDomElement() - Method in AdfDhtmlPopupWindow
Create and initialize the html.
CreateDomElement() - Method in AdfDhtmlSimpleFloat
Create and initialize the html.
CreateDomElement() - Method in AdfInputComboboxListOfValuesWindow
Create and initialize the html.
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.
createDraggableNode(Object) - Method in AdfSafariMobileAgent
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.
createFloatingDiv(Object, Object, Object) - Method in AdfDhtmlPage
Creates a floating div with the specified zIndex and style class for the included span
createInitializedObject() - Static method in AdfObject
Convenience function for creating an Object initialized with key values pairs as alternating parameters.
CreateLink(AdfRichTextEditor, HTMLElement, String) - Method in AdfEditingAgent
Default implementation for executing a createlink command.
CreateLink(AdfRichTextEditor, HTMLElement, String) - Method in AdfGeckoEditingAgent
Updates the value to be encoded to escape non-ascii characters
createMaskingFrame(Object) - Method in AdfDhtmlPage
Creates a masking IFrame underneath a floating element.
createMaskingFrame() - Method in AdfDhtmlZOrderManager
Returns an iframe that is marked as in use.
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.
CreateNativeLogWriter() - Method in AdfGeckoAgent
Override to return an AdfLogWriter that writes to the Gecko console
CreateNativeLogWriter() - Method in AdfIEAgent
Creates and returns the native AdfLogWriter to use for this AdfAgent
CreateNativeLogWriter() - Method in AdfOperaAgent
Override to return an AdfLogWriter that writes to the Opera console
CreateNativeLogWriter() - Method in AdfSafariAgent
Override to return an AdfLogWriter that writes to the Safari console
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 AdfDhtmlLookAndFeel
Override to create the DHTML implementation of the AdfPage
createPage() - Method in AdfLookAndFeel
Creates the instance of the correct subclass of the AdfPage Object.
createPeerClass(Function, String, Boolean) - Static method in AdfRichUIPeer
Required peer creation method for AdfRichUIPeers.
createPeerClass(Object, Object) - Static method in AdfUIPeer
Factory method for creating a subclass of the specified peer class
createPopup(Object) - Static method in AdfDhtmlPopupWindowFactory
Creates an instance of the popup window based on the hints provided.
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
CreateShadow(Boolean) - Method in AdfDhtmlPopupMenu
Creates the shadow for this popup window
CreateShadow(Boolean) - Method in AdfDhtmlPopupWindow
Creates the shadow for this popup window.
createShadowDecorator(HTMLElement, HTMLElement, Boolean) - Static method in AdfDhtmlShadowDecorator
Create the shadow decorator for a floating dom element.
createShadowDecorator(HTMLElement, HTMLElement, Boolean) - Static method in AdfDhtmlShadowDecorator
Create the shadow decorator for a floating dom element.
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.
createStep() - Method in AdfOverflowSupport
Creates a new overflow step.
createStyle(String) - Method in AdfAgent
Inserts a new style block into the document using the specified style content.
createStyle(String) - Method in AdfIEAgent
Inserts a new style block into the document using the specified style content.
createSubclass(Object, Object, Object) - Static method in AdfObject
Creates a subclass of a baseClass
createSubId(String, String) - Static method in AdfRichUIPeer
Convenience function for creating a sub ID for finding marked children of a peer
CreateSubId(String, String) - Static method in AdfRichUIPeer
Deprecated: Use the public AdfRichUIPeer.createSubId() instead.
createSwapPosition(HTMLElement) - Method in AdfOverflowSupport
Creates a swap position for an element in the component.
CreateTable(Object, Object) - Method in AdfAbstractFloatingElement
_createTable creates a table with certain amount of rows and cols
createTextDom(Object) - Static method in AdfDhtmlNoteWindowPopupSelector
 
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.
createTouchMoveManager(Object, Object, Object) - Method in AdfSafariMobileAgent
Constructs a manager for handling touch movements.
CreateUIInputEvent(Object, Object, Object) - Method in AdfAgent
 
CreateUIInputEvent(Object, Object, Object) - Method in AdfGeckoAgent
 
CreateUIInputEvent(Object, Object, Object) - Method in AdfIE9Agent
 
CreateUIInputEvent(Object, Object, Object) - Method in AdfIEAgent
 
CreateUIInputEvent(Object, Object, Object) - Method in AdfSafariAgent
 
createXmlDocument() - Method in AdfAgent
 
createXmlDocument() - Method in AdfIEAgent
 
createXMLHttpRequest() - Method in AdfAgent
 
createXMLHttpRequest() - Method in AdfIEAgent
 
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 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.