Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: 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 happend.
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 happend.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.