Home | Trees | Indices | Help |
|
---|
|
object --+ | util.EventObject --+ | ui.component.Event --+ | mouse_events.ClickEvent --+ | LayoutClickEvent
An event fired when the layout has been clicked. The event contains information about the target layout (component) and the child component that was clicked. If no child component was found it is set to null.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Constructs a new event with the specified source component.
|
Returns the component that was clicked, which is somewhere inside the parent layout on which the listener was registered. For the direct child component of the layout, see getChildComponent.
|
Returns the direct child component of the layout which contains the clicked component. For the clicked component inside that child component of the layout, see getClickedComponent.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:51 2013 | http://epydoc.sourceforge.net |