SAPUI5 base classes
Node | Description |
---|---|
sap.ui.base.DataType |
Represents the type of properties in a |
sap.ui.base.Event |
An Event object consisting of an ID, a source and a map of parameters. |
sap.ui.base.EventProvider |
Provides eventing capabilities for objects like attaching or detaching event handlers for events which are notified when events are fired. |
sap.ui.base.Interface |
A class whose instances act as a facade for other objects. |
sap.ui.base.ManagedObject |
Base Class that introduces some basic concepts, such as, state management and data binding. |
sap.ui.base.ManagedObjectMetadata |
Note about Info Objects Several methods in this class return info objects that describe a property, aggregation, association or event of the class described by this metadata object. The type, structure and behavior of these info objects is not yet documented and not part of the stable, public API. Code using such methods and the returned info objects therefore needs to be aware of the following restrictions:
|
sap.ui.base.ManagedObjectObserver |
Use the |
sap.ui.base.Metadata |
Metadata for a class. |
sap.ui.base.Object |
Base class for all SAPUI5 Objects. |
sap.ui.base.ObjectPool |
Manages a pool of objects for reuse, all of the same type; the type has to be specified at construction time. |
sap.ui.base.Poolable |
Contract for objects that can be pooled by an |
Method | Description |
---|