Skip to main content

TilesViewTemplate

This page provides generated reference documentation for the TilesViewTemplate data model.

Displays multiple datasets as "tiles". Each tile is styled like a business card (similar to template type "Card"), allowing to show up to 6 entity fields at fixed positions.

Overview

PropertySummary
titleTitle of the component
devicesDetermines on wich devices the component should be available. The default value states that the component is available on all devices. If one or more devices…
childrenList of children in this container
favoriteActionGroup1First action group to place additional actions in
favoriteActionGroup2Second action group to place additional actions in
favoriteActionGroup3Third action group to place additional actions in
entityFieldThis property is mandatory. Its value must be set to
iconFieldField, which determines the icon
titleFieldField, which holds the title
subtitleFieldField, which hold an additional title. Shown below the title.
descriptionFieldField, which holds the description text
infoTopFieldField, which holds the text for the information in the top right corner of the tile
infoBottomFieldField, which holds the text for the information in the bottom right corner of the tile
isCreatableCreatable yes/no.
isEditableEditable yes/no.
isDeletableDeletable yes/no.
hideActionsDetermines, if actions are shown or not
hideContentSearchIf true, the content search of the view is hidden.
tilePresentationDetermines how the tiles are shown inside the client.
directionDetermines in wich direction the layout should be scrolled (vertical or horizontal). Mobile devices always use vertical and ignores this option.
colspanThe colspan of the element.
rowspanThe rowspan of the element.

title

Type: String
Constraints: Verification: TITLE_LENGTH

Title of the component


devices

Type: EDeviceType[]

Determines on wich devices the component should be available. The default value states that the component is available on all devices. If one or more devices are selected then the component is only available for those selected devices.


children

Type: Children

List of children in this container


favoriteActionGroup1

Type: String

First action group to place additional actions in


favoriteActionGroup2

Type: String

Second action group to place additional actions in


favoriteActionGroup3

Type: String

Third action group to place additional actions in


entityField

Type: String

This property is mandatory. Its value must be set to\

  • #ENTITY, when the ViewTemplate uses multiple EntityFields of the Entity belonging to the View (default).\
  • a single EntityField, if the ViewTemplate uses only this one single EntityField (example: WebContentViewTemplate).
    The second option will result in a performance optimization.

iconField

Type: String

Field, which determines the icon


titleField

Type: String

Field, which holds the title


subtitleField

Type: String

Field, which hold an additional title. Shown below the title.


descriptionField

Type: String

Field, which holds the description text


infoTopField

Type: String

Field, which holds the text for the information in the top right corner of the tile


infoBottomField

Type: String

Field, which holds the text for the information in the bottom right corner of the tile


isCreatable

Type: Boolean
Default: false

Creatable yes/no.


isEditable

Type: Boolean
Default: true

Editable yes/no.


isDeletable

Type: Boolean
Default: true

Deletable yes/no.


hideActions

Type: Boolean

Determines, if actions are shown or not


hideContentSearch

Type: Boolean
Default: true

If true, the content search of the view is hidden.


tilePresentation

Type: ETilePresentation

Determines how the tiles are shown inside the client.
LANDSCAPE -> icon on the left side of the tile, text on the right. PORTRAIT -> icon on top of the tile, text below the icon.


direction

Type: EScrollDirection

Determines in wich direction the layout should be scrolled (vertical or horizontal). Mobile devices always use vertical and ignores this option.


colspan

Type: Integer
Default: 1
Constraints: Minimum: 0, Maximum: Integer.MAX_VALUE

The colspan of the element.


rowspan

Type: Integer
Default: 1
Constraints: Minimum: 0, Maximum: Integer.MAX_VALUE

The rowspan of the element.