:: com :: sun :: star :: form ::
|
interface XFormControllerListener |
- Base Interfaces
XFormControllerListener
┗ ::com::sun::star::lang::XEventListener
::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Description
- allows to be notified when the activation status of a FormController changes.
A form controller is activated if a form control gains the
focus and none of its controls currently owned the focus before.
- See also
- XFormController
|
Methods' Summary |
formActivated |
is invoked when a control of the controller gained the focus and
the controller was not previously activated.
|
formDeactivated |
is invoked when a control of the "XFormController" lost the focus
and no control of the controller received the focus. In other
words, no control of the controller owns the focus.
|
Methods' Details |
formActivated
[oneway] void |
formActivated( |
[in] ::com::sun::star::lang::EventObject |
rEvent ); |
- Description
- is invoked when a control of the controller gained the focus and
the controller was not previously activated.
- Parameter rEvent
- the event happened.
|
|
formDeactivated
[oneway] void |
formDeactivated( |
[in] ::com::sun::star::lang::EventObject |
rEvent ); |
- Description
- is invoked when a control of the "XFormController" lost the focus
and no control of the controller received the focus. In other
words, no control of the controller owns the focus.
- Parameter rEvent
- the event happened.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.