Package muntjac :: Package ui :: Module table :: Class IHeaderClickListener
[hide private]
[frames] | no frames]

Class IHeaderClickListener

source code

object --+
         |
        IHeaderClickListener

Interface for the listener for column header mouse click events. The headerClick method is called when the user presses a header column cell.

Instance Methods [hide private]
 
headerClick(self, event)
Called when a user clicks a header column cell
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

headerClick(self, event)

source code 

Called when a user clicks a header column cell

Parameters:
  • event - The event which contains information about the column and the mouse click event