The Table Row object

Path: relative paths according to sequences.

Corresponding AUI Tree element: TableColumn/ValueList

The TableRow is a sub-object from the Table describing one row content.

Fields (Attributes) Type Description
DID Deprecated ! Attribute (string) Dialog identifier.

This path is deprecated use XDID path or makeRowSelectionDID function instead.

XDID Attribute (string) Dialog identifier in exclusive format. To use the inclusive format see the function makeRowSelectionIDID.

Syntax:

control-name=control-value

where the control-name is the row id and control-value is the row index.

Example:

<input
 type="radio"
 gwc:attributes="name r/XDID;
 value repeat/r/index"
 ... />

produces

<input
 type="radio"
 name="r89"
 value="50"
 ... />
isCurrent Attribute (boolean) True if the row is the current one.
isSelected Attribute (boolean) True if the row is selected.
cells Collection of Table Cell objects A list of the cells in this table row.
cells/length Attribute (number) Number of items in the collection.
sortedcells Attribute (sequence) Column cells sorted in their visual order.
sortedcells/length Attribute (number) Length of the sequence.