Initializes and returns a row template suitable for displaying compound predicates.
Original signature is '- (id)initWithCompoundTypes:(NSArray *)compoundTypes'
Available in Mac OS X v10.5 and later.


- compoundTypes (NSArray)
- An array of NSNumber objects specifying compound predicate types. See Compound_Predicate_Types for possible values.

A row template initialized for displaying compound predicates of the types specified by compoundTypes.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)