Class sap.m.GrowingEnablementModule: sap/m/GrowingEnablement
extends Object
Experimental API:Since 1.16. This class is experimental and provides only limited functionality. Also the API might be changed in future.
Constructor Summary
new sap.m.GrowingEnablement(oControl)Creates a GrowingEnablement delegate that can be attached to ListBase Controls requiring capabilities for growing
Method Summary
sap.m.GrowingEnablement.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.m.GrowingEnablement with name 
sClassName and enriches it with the information contained in oClassInfo.Methods borrowed from class sap.ui.base.Object
 Constructor Detail 
 new sap.m.GrowingEnablement(oControl) 
 Creates a GrowingEnablement delegate that can be attached to ListBase Controls requiring capabilities for growing 
Parameters:
| {sap.m.ListBase} | oControl | the ListBase control of which this Growing is the delegate | 
 Method Detail 
 sap.m.GrowingEnablement.extend(sClassName, oClassInfo?, FNMetaImpl?): function
 Creates a new subclass of class sap.m.GrowingEnablement 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.base.Object.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.m.GrowingEnablement.getMetadata(): sap.ui.base.Metadata
 Returns a metadata object for class sap.m.GrowingEnablement. 
Returns:
| {sap.ui.base.Metadata} | Metadata object describing this class |