FieldDisplayProperty

class FieldDisplayProperty(val fieldName: String, val value: String) : DisplayProperty

A display property that shows a "field: value" pair with left-aligned field and right-aligned value.

Constructors

Link copied to clipboard
constructor(fieldName: String, value: String)

Properties

Link copied to clipboard

the name of the field

Link copied to clipboard

the value to display for this field