Contents

setCellClass(_:)

Sets the class of the cell to be used by the matrices in the columns of the browser.

Declaration

func setCellClass(_ factoryId: AnyClass)

Parameters

  • factoryId:

    The class of NSCell used by the matrices in the columns of the browser. This method creates an instance of the class and sets Cellprototype.

See Also

Managing Component Types