The JadeTableRow class provides access to an internally created row object that you can use to directly reference the properties and methods of the table row. This object is created on the first call to the
Using instances of the JadeTableRow class is equivalent to setting the
One JadeTableRow object only is created for each
Accessing a row by using the
Storing a reference to a returned row causes problems unless you take a copy of that row, as there is one row object only. (Your logic must delete the cloned row.)
For details about the properties and methods defined in the JadeTableRow class, see "JadeTableRow Properties" and "JadeTableRow Methods", in the following subsections. For details about the table control and the constants, properties, methods, and events that it provides, see "
(None)