OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

org.ecmascript.object
Class Object

org.ecmascript.object.Object
Direct Known Subclasses:
adf, AdfAssert, AdfAutomationUtils, AdfBootstrap, AdfCheckpoint, AdfClientDomTracker, AdfCollections, AdfComponentFocusEvent, AdfDhtmlCodeEditorPeer, AdfDhtmlConveyorBeltPeer, AdfDhtmlInputChooseBindingUtils, AdfDhtmlInputFilePeer, AdfDhtmlPanelAccordionPeer, AdfDhtmlPanelWindowPeer, AdfDhtmlRegionPeer, AdfDhtmlSelectOneRadioPeer, AdfDomComponentFocusEvent, AdfDomUtils, AdfEventUtils, AdfFocusUtils, AdfInputFileUtils, AdfLogRecord, AdfLoopbackUtils, AdfMissingConverter, AdfObject, AdfPopupScopingUtils, AdfProfiler, AdfProfilerDataDetail, AdfProfilerGUI, AdfRichActiveOutputText, AdfShuttleUtils, AdfStrings, AdfStyleUtils, AdfSubIdUtils, AdfUICalendar, AdfUIChart, AdfUIChoose, AdfUICollection, AdfUIColumn, AdfUICommand, AdfUIComponentRef, AdfUIComponents, AdfUIDecorateCollection, AdfUIDialog, AdfUIDocument, AdfUIForm, AdfUIGo, AdfUIGroup, AdfUIInclude, AdfUIMenu, AdfUIMessage, AdfUIMessages, AdfUIObject, AdfUIPanel, AdfUIPoll, AdfUIPopup, AdfUIProgress, AdfUIQuery, AdfUIRegion, AdfUIReset, AdfUISelectItem, AdfUISelectRange, AdfUIShowDetail, AdfUIShowMany, AdfUIShowOne, AdfUISingleStep, AdfUISubform, AdfUISwitcher, AdfUIUtils, AdfUIValue, Arguments, Array, Attr, Boolean, boolean, Date, Date, DocumentEvent, DOMException, DOMImplementation, Error, EvalError, Event, EventException, EventListener, EventTarget, Function, Global, goog, InnerPBMaximizePeer, InnerPBShowDetailPeer, InnerQueryShowDetailPeer, InnerRegionMaximizePeer, InnerRegionShowDetailPeer, InnerSDHShowDetailPeer, Math, NamedNodeMap, Node, NodeList, Number, number, RangeError, ReferenceError, RegExp, String, string, SyntaxError, TypeError, URIError, window

public class Object
The native browser JavaScript object used to store multiple mappings of values in a single variable.
An instance can also be created with the shorthand {}.

Note that this object is implemented and supported by the web browser and results of its use may vary.



Field Summary

public Function
constructor
The function that created the object.
public Object
prototype
The instance properties and instance methods for the object.


Constructor Summary

public
Object()
The native browser JavaScript object used to store multiple mappings of values in a single variable.


Field Detail


constructor

public Function constructor

The function that created the object.

prototype

public Object prototype

The instance properties and instance methods for the object.

Constructor Detail


Object

public Object()

The native browser JavaScript object used to store multiple mappings of values in a single variable.
An instance can also be created with the shorthand {}.

Note that this object is implemented and supported by the web browser and results of its use may vary.

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.