Class sap.ui.model.type.BooleanModule: sap/ui/model/type/Boolean
This class represents boolean simple types.
Constructor Summary
Method Summary
sap.ui.model.type.Boolean.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.ui.model.type.Boolean with name
sClassName
and enriches it with the information contained in oClassInfo
.sap.ui.model.type.Boolean.getMetadata()Returns a metadata object for class sap.ui.model.type.Boolean.
Methods borrowed from class sap.ui.model.SimpleType
Methods borrowed from class sap.ui.model.Type
Methods borrowed from class sap.ui.base.Object
Constructor Detail
Method Detail
sap.ui.model.type.Boolean.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.ui.model.type.Boolean 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.model.SimpleType.extend.
Parameters:
{string} | sClassName | Name of the class being created |
{object} | oClassInfo? | Object literal with information about the class |
{function} | FNMetaImpl? | Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata |
Returns:
{function} | Created class / constructor function |
sap.ui.model.type.Boolean.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.ui.model.type.Boolean.
Returns:
{sap.ui.base.Metadata} | Metadata object describing this class |