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  _ 

N

name - Field in Attr
Returns the name of this attribute.
name - Field in DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
name - Field in Error
The name of the error.
NamedNodeMap - Class in org.w3c.dom.core
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
NAMESPACE_ERR - Static field in DOMException
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
namespaceURI - Field in Node
The namespace URI of this node, or null if it is unspecified.
NaN - Static field in Global
An identifier for values that are not numbers.
NaN - Field in Number
An identifier for values that are not numbers.
NEEDS_REFRESH_ATTRIBUTE - Static field in AdfDhtmlTablePeer
 
needsChildVisibilityChanges(Object) - Method in AdfDhtmlCarouselPeer
The AdfDhtmlCarouselPeer cares about child visibility changes in order to redraw when columns are hidden/shown
needsChildVisibilityChanges(Object) - Method in AdfDhtmlDecorativeBoxPeer
Test whether the peer wants to be notified if the visibility of one of its children changes.
needsChildVisibilityChanges(Object) - Method in AdfDhtmlMenuBarPeer
Test whether the peer wants to be notified if the visibility of one of its children changes.
needsChildVisibilityChanges(Object) - Method in AdfDhtmlPanelGroupLayoutPeer
The AdfDhtmlPanelGroupLayoutPeer cares about child visibility changes in order to remove any separators between the children
needsChildVisibilityChanges(Object) - Method in AdfDhtmlPanelSplitterPeer
Test whether the peer wants to be notified if the visibility of one of its children changes.
needsChildVisibilityChanges(Object) - Method in AdfDhtmlPanelStretchLayoutPeer
Test whether the peer wants to be notified if the visibility of one of its children changes.
needsChildVisibilityChanges(Object) - Method in AdfDhtmlTablePeer
The AdfDhtmlTablePeer cares about child visibility changes in order to redraw when columns are hidden/shown
needsChildVisibilityChanges(Object) - Method in AdfDhtmlTablePeer
The AdfDhtmlTablePeer cares about child visibility changes in order to redraw when columns are hidden/shown
needsChildVisibilityChanges(Object) - Method in AdfDhtmlToolbarPeer
Test whether the peer wants to be notified if the visibility of one of its children changes.
needsChildVisibilityChanges(AdfUIComponent) - Method in AdfRichUIPeer
Test whether the peer wants to be notified if the visibility of one of its children changes.
NeedsCloseLink() - Method in AdfDhtmlPopupSelector
 
needsOverflow(String) - Static method in AdfOverflowSupport
Checks if overflow is needed.
needsResizeNotify(Object) - Method in AdfDhtmlBreadCrumbsPeer
Tests whether the peer requires resize notification.
needsResizeNotify() - Method in AdfDhtmlCalendarPeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlCarouselItemPeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlCarouselPeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlDecorativeBoxPeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlInputNumberSliderPeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlMenuBarPeer
We need resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlNavigationPanePeer
Override to indicate interest in resize notifications
needsResizeNotify(AdfUIComponent) - Method in AdfDhtmlPanelAccordionPeer
Indicates whether this peer has interest in resize notifications.
needsResizeNotify(Object) - Method in AdfDhtmlPanelCollectionPeer
Tests whether the peer requires resize notification.
needsResizeNotify(AdfUIComponent) - Method in AdfDhtmlPanelDashboardPeer
Indicates whether this peer has interest in resize notifications.
needsResizeNotify(Object) - Method in AdfDhtmlPanelHeaderPeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlPanelSplitterPeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlPanelStretchLayoutPeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlPanelTabbedPeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlTablePeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlTablePeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlToolbarPeer
We need resize notification.
needsResizeNotify(Object) - Method in AdfDhtmlToolboxPeer
Tests whether the peer requires resize notification.
needsResizeNotify() - Method in AdfDhtmlTrainPeer
Tests whether the peer requires resize notification.
needsResizeNotify(Object) - Method in AdfUIPeer
Tests whether the peer requires resize notification.
NeedsRowKeyCollectionCheck() - Method in AdfDashboardDropTarget
Returns whether a special check against the row keys is needed.
NeedsRowKeyCollectionCheck() - Method in AdfStampedDropTarget
Returns whether a special check against the row keys is needed.
needsWindowUnload() - Method in AdfDhtmlPage
Mark that this page needs windowUnloaded events.
NEGATIVE_INFINITY - Field in Number
An identifier for values that are less than MIN_VALUE.
nextEventPhase() - Method in AdfPhasedEvent
Move the event into the next event phase
nextSibling - Field in Node
The node immediatly following this node.
NO_BLOCKS - Static field in AdfDhtmlCarouselPeer
 
NO_BLOCKS - Static field in AdfDhtmlTablePeer
 
NO_DATA_ALLOWED_ERR - Static field in DOMException
If data is specified for a node which does not support data.
NO_MODIFICATION_ALLOWED_ERR - Static field in DOMException
If an attempt is made to modify an object where modifications are not allowed.
NO_RESIZE_MARKER - Static field in AdfDhtmlTablePeer
 
Node - Class in org.w3c.dom.core
The Node interface is the primary datatype for the entire Document Object Model.
NODE_COLLAPSE_ROW_MARGIN - Static field in AdfDhtmlTreeTablePeer
 
NODE_DEPTH_ATTR - Static field in AdfDhtmlTreeTablePeer
 
NodeList - Class in org.w3c.dom.core
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
nodeName - Field in Node
The name of this node, depending on its type.
nodeType - Field in Node
A code representing the type of the underlying object.
nodeValue - Field in Node
The value of this node, depending on its type; see the table above.
noResponseExpected() - Method in AdfBaseEvent
Specifies that this event is not expected to produce a response handled by the framework, such as when export contents are streamed to Excel or when a file is downloaded.
normalize() - Method in Node
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates {@link Text} nodes, i.e., there are neither adjacent {@link Text} nodes nor empty {@link Text} nodes.
NOT_FOUND_ERR - Static field in DOMException
If an attempt is made to reference a node in a context where it does not exist.
NOT_SUPPORTED_ERR - Static field in DOMException
If the implementation does not support the requested type of object or operation.
Notation - Class in org.w3c.dom.core
This interface represents a notation declared in the DTD.
NOTATION_NODE - Static field in Node
This constant is of type Number and its value is 12.
notationName - Field in Entity
For unparsed entities, the name of the notation for the entity.
notations - Field in DocumentType
A NamedNodeMap containing the notations declared in the DTD.
notifyStreamingRequestComplete() - Method in AdfDataTransferService
 
number - Field in Error
The rarely-supported error code number of the error.
Number - Class in org.ecmascript.primitive
The native browser JavaScript object used to wrap primitive numeric values.
Number(Number) - Constructor in Number
The native browser JavaScript object used to wrap primitive numeric values.

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 2009.09.25 03:44 UTC
Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.