Type: info
         Title: css.form.FormComponent optionally is a css.beans.PropertyBag
     Posted by: [EMAIL PROTECTED]
      Affected: -
Effective from: CWS hb02


*Summary*
--------
service css.form.FormComponent {
...
+ [optional] service css.beans.PropertyBag;
}

*Description*
-------------
Form components (control models and logical forms) are now defined to
optionally support the com.sun.star.beans.PropertyBag service. That
is, you can, at runtime, add arbitrary new properties to an existing
form component. Those new properties are persistent when you
write/reload the document, unless specified otherwise (by using the
com.sun.star.beans.PropertyAttribute.TRANSIENT flag).

Note that currently, this is only implemented for form control models,
not for logical forms, but this will change in a not-too-distant future.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to