Class sap.suite.ui.commons.HeaderCellModule: sap/suite/ui/commons/HeaderCell
This control contains 4 cells (West, North, East, South). It can display one or more controls in different layouts. Each aggregation must contain only one instance of HeaderCellItem.
sClassName
and enriches it with the information contained in oClassInfo
. Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers.
If the name of a setting is ambiguous (e.g. a property has the same name as an event), then the framework assumes property, aggregation, association, event in that order. To override this automatic resolution, one of the prefixes "aggregation:", "association:" or "event:" can be added to the name of the setting (such a prefixed name must be enclosed in single or double quotes).
The supported settings are:
- Properties
- Aggregations
- Associations
- Events
{string} | sId? | id for the new control, generated automatically if no id is given |
{object} | mSettings? | initial settings for the new control |
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of informations as described in Element.extend.
{string} | sClassName | name of the class to be created |
{object} | oClassInfo? | object literal with informations about the class |
{function} | FNMetaImpl? | constructor function for the metadata object. If not given, it defaults to sap.ui.core.ElementMetadata. |
{function} | the created class / constructor function |
{sap.ui.base.Metadata} | Metadata object describing this class |
east
. {sap.suite.ui.commons.HeaderCell} | this to allow method chaining |
north
. {sap.suite.ui.commons.HeaderCell} | this to allow method chaining |
south
. {sap.suite.ui.commons.HeaderCell} | this to allow method chaining |
west
. {sap.suite.ui.commons.HeaderCell} | this to allow method chaining |
east
.Objecth that contains control to render in east area of the HeaderCell.
{sap.suite.ui.commons.HeaderCellItem} |
height
. Height of the HeaderCell control. Default value is 106px
{sap.ui.core.CSSSize} | the value of property height |
north
.Objecth that contains control to render in north area of the HeaderCell.
{sap.suite.ui.commons.HeaderCellItem} |
south
.Objecth that contains control to render in south area of the HeaderCell.
{sap.suite.ui.commons.HeaderCellItem} |
west
.Objecth that contains control to render in west area of the HeaderCell.
{sap.suite.ui.commons.HeaderCellItem} |
east
. {sap.suite.ui.commons.HeaderCellItem} | oEast |
{sap.suite.ui.commons.HeaderCell} | this to allow method chaining |
height
. Default value is 106px
{sap.ui.core.CSSSize} | sHeight | new value for property height |
{sap.suite.ui.commons.HeaderCell} | this to allow method chaining |
north
. {sap.suite.ui.commons.HeaderCellItem} | oNorth |
{sap.suite.ui.commons.HeaderCell} | this to allow method chaining |
south
. {sap.suite.ui.commons.HeaderCellItem} | oSouth |
{sap.suite.ui.commons.HeaderCell} | this to allow method chaining |
west
. {sap.suite.ui.commons.HeaderCellItem} | oWest |
{sap.suite.ui.commons.HeaderCell} | this to allow method chaining |
heigth
. Height of the HeaderCell control. Default value is 100px
- Deprecated:
- Since version 1.20.2. Wrong property name
{sap.ui.core.CSSSize} | the value of property heigth |
heigth
. Default value is 100px
{sap.ui.core.CSSSize} | sHeigth | new value for property heigth |
- Deprecated:
- Since version 1.20.2. Wrong property name
{sap.suite.ui.commons.HeaderCell} | this to allow method chaining |