enum sap.m.GenericTileMode

Control sample: sap.m.GenericTileMode
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-SC

Defines the mode of GenericTile.


Properties Overview

Node Description
sap.m.GenericTileMode.ActionMode

Action Mode (Two lines for the header).

Generic Tile renders buttons that are specified under 'actionButtons' aggregation

sap.m.GenericTileMode.ArticleMode

Article Mode (Two lines for the header and one line for the subtitle).

Enables Article Mode.

sap.m.GenericTileMode.ContentMode

Default mode (Two lines for the header and one line for the subtitle).

sap.m.GenericTileMode.HeaderMode

Header mode (Four lines for the header and one line for the subtitle).

sap.m.GenericTileMode.IconMode

Icon mode.

GenericTile displays a combination of icon and header title. It is applicable only for the OneByOne FrameType and TwoByHalf FrameType.

sap.m.GenericTileMode.LineMode

Line mode (Implemented for both, cozy and compact densities).

Generic Tile is displayed as in-line element, header and subheader are displayed in one line. In case the texts need more than one line, the representation depends on the used density. Cozy: The text will be truncated and the full text is shown in a tooltip as soon as the tile is hovered (desktop only). Compact: Header and subheader are rendered continuously spanning multiple lines, no tooltip is provided).