enum sap.ui.vtm.ColumnType

Control sample: sap.ui.vtm.ColumnType
Visiblity: public
Available since: N/A
Module: sap/ui/vtm/ColumnType
Application Component:

Enumeration specifying types of sap.ui.vtm.Column.


Properties Overview

Node Description
sap.ui.vtm.ColumnType.AppData

The AppData (application data) column type. This type of column represents application data that is neither metadata nor identifier data.

sap.ui.vtm.ColumnType.Identifier

The Identifier column type. This type of column represents identifiers retrieved from viewables (or metadata values supplied by the application which will be present in exported viewables).

sap.ui.vtm.ColumnType.Internal

The Internal column type. Columns of this type:

  • Should not be used for application data (all columns of this type are defined by VTM).
  • Is not normally expected to be used by end users (columns of this type are typically expected to be used for development/debugging).

sap.ui.vtm.ColumnType.Metadata

The Metadata column type. This type of column represents metadata retrieved from viewables (or metadata values supplied by the application which will be present in exported viewables).