The ControlMessageProcessor implementation. This MessageProcessor is able to handle Messages with the following target syntax: 'ControlID/PropertyName'. Creating an instance of this class using the "new" keyword always results in the same instance (Singleton).
Method | Description |
---|---|
checkMessages |
Check Messages and update controls with messages |
sap.ui.core.message.ControlMessageProcessor.extend |
Creates a new subclass of class sap.ui.core.message.ControlMessageProcessor with name
|
sap.ui.core.message.ControlMessageProcessor.getMetadata |
Returns a metadata object for class sap.ui.core.message.ControlMessageProcessor. |
setMessages |
Set Messages to check |
Creates a new subclass of class sap.ui.core.message.ControlMessageProcessor with name sClassName
and enriches it with the information contained in oClassInfo
.
oClassInfo
might contain the same kind of information as described in sap.ui.core.message.MessageProcessor.extend.
Param | Type | DefaultValue | Description |
---|---|---|---|
sClassName | string |
Name of the class being created |
|
oClassInfo | object |
Object literal with information about the class |
|
FNMetaImpl | function |
Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class |