implements |
BackedEnum |
|---|
Defines the mode of GenericTile.
| Cases | |
|---|---|
ActionMode = 'ActionMode'
Action Mode (Two lines for the header).
Action Mode (Two lines for the header). Generic Tile renders buttons that are specified under 'actionButtons' aggregation |
# |
ArticleMode = 'ArticleMode'
Article Mode (Two lines for the header and one line for the subtitle).
Article Mode (Two lines for the header and one line for the subtitle). Enables Article Mode. |
# |
ContentMode = 'ContentMode'
Default mode (Two lines for the header and one line for the subtitle).
Default mode (Two lines for the header and one line for the subtitle). |
# |
HeaderMode = 'HeaderMode'
Header mode (Four lines for the header and one line for the subtitle).
Header mode (Four lines for the header and one line for the subtitle). |
# |
IconMode = 'IconMode'
Icon mode.
Icon mode. GenericTile displays a combination of icon and header title. It is applicable only for the OneByOne FrameType and TwoByHalf FrameType. |
# |
LineMode = 'LineMode'
Line mode (Implemented for both, cozy and compact densities).
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). |
# |