| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ILayoutClickNotifier
The interface for adding and removing LayoutClickEvent
listeners. By implementing this interface a class explicitly announces
that it will generate a LayoutClickEvent when a component
inside it is clicked and a LayoutClickListener is
registered.
LayoutClickListener,
LayoutClickEvent
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Add a click listener to the layout. The listener is called whenever the user clicks inside the layout. An event is also triggered when the click targets a component inside a nested layout or Panel, provided the targeted component does not prevent the click event from propagating. A caption is not considered part of a component. The child component that was clicked is included in the LayoutClickEvent. Use removeListener to remove the listener.
|
Removes an LayoutClickListener.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:51 2013 | http://epydoc.sourceforge.net |