:: com :: sun :: star :: inspection ::
|
unpublished |
interface XPropertyControl |
|
|
|
- Usage Restrictions
- not published
- Description
- defines the interface for a single control in an ObjectInspector
- Since
- OOo 2.0.3
|
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 © 2000, 2013 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.