Class sap.m.VBoxModule: sap/m/VBox

extends FlexBox
known direct subclasses: SmartChart, SmartTable

The VBox control builds the container for a vertical flexible box layout. VBox is a convenience control as it is just a specialized FlexBox control.

Browser support: This control is not supported in Internet Explorer 9!

Constructor Summary
new sap.m.VBox(sId?, mSettings?)Constructor for a new VBox.
Events borrowed from class sap.ui.core.Control
Method Summary
sap.m.VBox.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.m.VBox with name sClassName and enriches it with the information contained in oClassInfo.
sap.m.VBox.getMetadata()Returns a metadata object for class sap.m.VBox.
Constructor Detail
new sap.m.VBox(sId?, mSettings?)
Constructor for a new VBox.
Parameters:
{string}sId? id for the new control, generated automatically if no id is given
{object}mSettings? initial settings for the new control
Method Detail
sap.m.VBox.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.m.VBox with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.m.FlexBox.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.VBox.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.m.VBox.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class