| CellValues |
Cell Values represent the what and the how to display in a result list cell. A cell meaning
one section in a result list row. Probable implemented as a | | or a .
A CellValue can represent cells in the header, in a result row, or child row, or footer.
| DynamicEssentialDataFile |
Generates a RESULT LIST FORMAT based on the inputted ResultList containing all the demographic fields
(e.g. FamilyName, GivenName, Hometown) and Attribute Values.
|
| DynamicResultListFormatT |
Abstract class to generate dynamic RESULT LIST FORMAT definitions.
|
| DynamicSquadding |
Generates a RESULT LIST FORMAT based on the inputted Squadding List containing most of the demographic fields
(e.g. DisplayName, Hometown), Squadding, and all Attribute Values.
|
| ResultListFormatFactory | |
| 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.
|
| ResultListIntermediateFormattedBodyRow |
Concrete class implementation of a ResultListIntermediateFormattedRow, representing information
from an IRLIFItem (which is usually a ResultEvent or Squadding instance).
|
| ResultListIntermediateFormattedChildRow | |
| ResultListIntermediateFormattedRow | |
| ShowWhenCalculator | |