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 |