GroupDisplayProperty

constructor(name: String, list: List<DisplayProperty>)


constructor(name: String)

Creates an empty group with no children.

Parameters

name

the name of this group


constructor(name: String, vararg properties: DisplayProperty)

Creates a group with the specified children.

Parameters

name

the name of this group

properties

variable arguments of child properties