The columns of the table list widget are defined by the columns resource that should be set to a collection of EwTableColumn instances. The resources that can be set for each column are described in "Table columns".The table list selection policies involve a separate protocol. Messages such as selectPos:notify: and deselectAllItems are used with the standard policies. Messages such as selectCell:notify: and deselectCell: are used with the cell selection policies. It is important to ensure that the protocol being used at any given time is appropriate for the widget's selection policy. Row selection methods should not be used with cell selection policies and vice versa.
|