ResultListCellValue

<< Click to Display Table of Contents >>

Navigation:  Support > Reconfigurable Rulebook > Definition Objects >

ResultListCellValue

Description

Describes the content of one cell within a Result List Intermediate Formatted table. A cell can have interpolated text, it may contain a link, and it may contain a series of css classes to decorate it.

Definition

Property Name

Type

Description

Text

String

Text, with field interpolation, to display in each cell.

Interpolation fields are defined in the ResultListFormat's Fields section.

LinkTo

String enum LinkToOption

What, if anything, the text in this cell should link to.

Not required, default value is None.

ClassSet

List of ClassSet objects

A list of Name (css class) to decorate each cell within this column, and ShowWhen objects to determine when it should be included.

These classes are added to the class list in addition to the .ClassSet specified in the ResultListDisplayColumn instance.

While any css class value may be used, the common values are:

rlf-col-event

rlf-col-gap

rlf-col-matchinfo

rlf-col-participant

rlf-col-rank

rlf-col-remark

rlf-col-round

rlf-col-stage

rlf-col-string

rlf-col-series

rlf-col-shot

rlf-col-spanning

rlf-col-squadding

Not required. Default value is an empty list.