Assigns a delegate to the columnClick event.
public final void addOnColumnClick( ColumnClickEventHandler value )
value
The ColumnClickEventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the columnClick event to that method in the Properties window. The columnClick event occurs when the user clicks one of the column headers that are visible in Report view. A common response to clicking a column header is to sort the list view items using the clicked column as the key.
See Also removeOnColumnClick