eventName: (string, required): The eventName to listen to.
node: (Y.Node, optional): The Y.Node that will fire the event (defaults to the boundingBox of the widget)
keyCode: (string, optional): If listening for key events, specify the keyCode
By default, this attribute consists of one object which will cause the widget to hide if the * escape key is pressed.
* This method in invoked after bindUI is invoked for the Widget class * using YUI's aop infrastructure. *
* This method in invoked after syncUI is invoked for the Widget class * using YUI's aop infrastructure. *