GridRowItem¶
GridRowItem Properties¶
Property | Type | Required | Default |
---|---|---|---|
BindTo | enum |
Optional | |
Image | Image | Optional | |
ImageSizeAffectsRowHeight | boolean |
Optional | |
LineBreakMode | enum |
Optional | |
NumberOfLines | integer |
Optional | |
Style | complex | Optional | |
Text | string |
Optional | |
TextAlignment | enum |
Optional | "center" |
BindTo¶
- type:
enum
The value of this property must be equal to one of the known values below.
BindTo Known Values¶
Value | Description |
---|---|
statusImage |
|
substatusImage |
|
detailImage |
|
firstIcon |
|
secondIcon |
|
thirdIcon |
|
headline |
|
subheadline |
|
footnote |
|
status |
|
substatus |
Image¶
- type: Image
ImageSizeAffectsRowHeight¶
- type:
boolean
LineBreakMode¶
- type:
enum
The value of this property must be equal to one of the known values below.
LineBreakMode Known Values¶
Value | Description |
---|---|
wordWrapping |
|
charWrapping |
|
clipping |
|
truncatingHead |
|
truncatingTail |
|
truncatingMiddle |
NumberOfLines¶
- type:
integer
Style¶
The string value is a style class name for Text
or
style class name for Image
. For Image
, the style is applicable only to SAP icon
or font icon types (Supported CSS properties are font-size and color).
- type: complex
Text¶
- type:
string
TextAlignment¶
- type:
enum
- default:
"center"
The value of this property must be equal to one of the known values below.
TextAlignment Known Values¶
Value | Description |
---|---|
left |
|
right |
|
center |