Just like a Table except that all constructor parameters that are lists or tuples are automatically converted to rows, and all items in those lists that are not TD's are converted to TD's.
def __convertRow(self, row):
def __init__(self, *parms, **kw):