| ResultListIntermediateFormatted |
ResultListFormatted is an intermediate formatted result list. It's like assembly code, half way
between a high livel language and binary code running on the CPU. In this case, it reads in the
raw result list data, and the result list format definition, to produce the ResultListIntermediateFormatted
class.
The compiled ResultListFormat has a header row, footer row, and a body considting of 0 to n rows.
Each header, footer, and body row has the same number of columns. The ResultListFormat has methods
to retreive either the textual value of each cell or a CallValue object that is the text value plus
css class list.
|