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
Methods' Summary
isModified
determines whether the control content is currently modified
notifyModifiedValue
notifies the context in which the control lives of the current control value,
if this value is currently modified
Methods' Details
isModified
notifyModifiedValue
void
notifyModifiedValue ();
Description
notifies the context in which the control lives of the current control value,
if this value is currently modified
See also
isModified , ControlContext , XPropertyControlListener::valueChanged
Attributes' Details
ControlType
[ readonly ] short ControlType ;
Description
denotes the type of the control, as one of the PropertyControlType
constants
Value
any Value
set raises (::com::sun::star::beans ::IllegalTypeException );
Description
denotes the current content of the control.
At every point in time, this value is either void , or of the type
described by ValueType .
Throws
com::sun::star::beans::IllegalTypeException
if an attempt is made to set a value which is not void and whose
type does not equal ValueType .
ValueType
[ readonly ] type ValueType ;
Description
denotes the value type of the control.
See also
Value
ControlContext
XPropertyControlContext ControlContext ;
Description
specifies the context of the control within the ObjectInspector .
The property control should actively notify its state changes to the context.
In particular, changes in the focus and the value of the control must be notified.
ControlWindow
[ readonly ] ::com::sun::star::awt ::XWindow ControlWindow ;
Description
denotes the window which is the real UI representation of the property control.
The ObjectInspector will automatically position and size this control
as needed, care for its Z-order, and so on.
This Window must not be NULL , else the whole control is not usable.
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.