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.
needsChildVisibilityChanges(AdfUIComponent) - Method in AdfRichUIPeer
Test whether the peer wants to be notified if the visibility of one of its children changes.
needsFocusTargetStyleClass() - Method in AdfRichUIPeer
Test if the peer needs the :focus-target stype class injected for click-to-edit.
needsResizeNotify(Object) - Method in AdfUIPeer
Tests whether the peer requires resize notification.
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_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.
Node - Class in org.w3c.dom.core
The Node interface is the primary datatype for the entire Document Object Model.
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.
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 2013.01.09 16:37 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.