col.xyz.type = sequence

Give each row in the grid a unique id.

 

Class

Column Type

Property

col.xyz.type = sequence

Formal specification

col.xyz.type = sequence

Required

no

Default



Version

1.0

Comment

A sequence is a number associated to a row. For each gridtable, a sequence can either be unique for each issue, or unique overall. A sequence is stored as an integer in the gridtable. The sequence prefix is used when the grid values are showed in a grid view or when printed or exported to xml or word. The sequence number of a row is allocated when an issue modification is persisted (during create or edit) When uniqueSequence is true, the next id is allocated on an issue to issue basis. When uniqueSecuence is false, the next id is allocated based on the number of rows in the gridtable.

Example



col.line=Line  col.line.type=sequence  col.line.sequencePrefix=LINE-  col.line.initialValue=10 



Reference

col.xyz.uniqueSequence 
col.xyz.initialValue 
col.xyz.sequencePrefix