namespace sap.base.util

Control sample: sap.base.util
Visiblity:
Available since: N/A
Module:
Application Component: CA-UI5-COR

Nodes Overview

Node Description
sap/base/util/deepClone

Creates a deep clone of the source value.

sap/base/util/deepEqual

Compares the two given values for equality, especially by comparing the content.

sap/base/util/deepExtend

Performs object extension by merging source objects into a target object.

sap/base/util/Deferred

Creates a Deferred instance which represents a future value.

sap/base/util/defineCoupledProperty

Creates a property couple which has the same value at any time until one is deleted.

sap/base/util/defineLazyProperty

Creates a property stub which allows to retrieve the corresponding property value lazily.

sap/base/util/each

Iterates over elements of the given object or array.

sap/base/util/extend

Performs object extension by merging source objects into a target object.

sap/base/util/includes

Checks if value is included in collection.

sap/base/util/isEmptyObject

Validates if the given object is empty, that is that it has no enumerable properties.

sap/base/util/isPlainObject

Checks whether the object is a plain object (created using "{}" or "new Object").

sap/base/util/JSTokenizer

Tokenizer for JS values.

sap/base/util/LoaderExtensions

Utilities extending the sap.ui.loader functionalities.

sap/base/util/merge

Performs object extension by merging source objects into a target object.

sap/base/util/now

Returns a high resolution timestamp in microseconds if supported by the environment, otherwise in milliseconds.

sap/base/util/ObjectPath

Manages an object path.

sap/base/util/Properties

Represents a collection of string properties (key/value pairs).

sap/base/util/resolveReference

Returns a value located in the provided path using the given mVariables object.

sap/base/util/uid

Creates and returns a pseudo-unique ID.

sap/base/util/UriParameters

Provides access to the individual parameters of a URL query string.

sap/base/util/values

Returns values from an object.

sap/base/util/Version

Represents a version consisting of major, minor, patch version, and suffix, for example '1.2.7-SNAPSHOT'.

sap.base.util.array

Methods Overview

Method Description