Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > fc480f9d5aabed8eeaffe8ad3401a94c > files > 1367

openoffice.org-devel-doc-3.2.1-0.3mdv2010.2.i586.rpm

<html>
<head>
<title>Constants' Group PropertyAttribute</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimainnone">Use</td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub"><a href="#Constants" class="navisub">Constants</a></td>
<td class="navisub"><a href="#ConstantDetails" class="navisub">Constants' Details</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">beans</a> :: </p>
</td>
</tr>
<tr>
<td class="title">constants group PropertyAttribute</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>These values are used to specify the behavior of a <a href="Property.html">Property</a>.
 </dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="Constants"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Constants</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MAYBEVOID">MAYBEVOID</a></td>
<td class="imsum_right">indicates that a property value can be void.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#BOUND">BOUND</a></td>
<td class="imsum_right">indicates that a <a href="PropertyChangeEvent.html">PropertyChangeEvent</a> will be fired
 to all registered <a href="XPropertyChangeListener.html">XPropertyChangeListener</a>s whenever the
 value of this property changes.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CONSTRAINED">CONSTRAINED</a></td>
<td class="imsum_right">indicates that a <a href="PropertyChangeEvent.html">PropertyChangeEvent</a> will be fired
 to all registered <a href="XVetoableChangeListener.html">XVetoableChangeListener</a>s whenever the
 value of this property changes.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TRANSIENT">TRANSIENT</a></td>
<td class="imsum_right">indicates that the value of the property is not persistent.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#READONLY">READONLY</a></td>
<td class="imsum_right">indicates that the value of the property is read-only.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MAYBEAMBIGUOUS">MAYBEAMBIGUOUS</a></td>
<td class="imsum_right">indicates that the value of the property can be ambiguous.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MAYBEDEFAULT">MAYBEDEFAULT</a></td>
<td class="imsum_right">indicates that the property can be set to default.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#REMOVEABLE">REMOVEABLE</a></td>
<td class="imsum_right">indicates that the property can be removed
 (i.e., by calling <a href="XPropertyContainer.html">XPropertyContainer</a>::<a href="XPropertyContainer.html#removeProperty">removeProperty</a>).
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#REMOVABLE">REMOVABLE</a></td>
<td class="imsum_right"><b>[ DEPRECATED ]<br>
</b>&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#OPTIONAL">OPTIONAL</a></td>
<td class="imsum_right">indicates that a property is optional.

 &nbsp;</td>
</tr>
</table>
<a name="ConstantDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Constants' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="MAYBEVOID" class="membertitle">MAYBEVOID</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>MAYBEVOID</b> = 1;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>indicates that a property value can be void.

 </dd>
<dd><p>It does not mean that the type of the property is void!
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="BOUND" class="membertitle">BOUND</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>BOUND</b> = 2;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>indicates that a <a href="PropertyChangeEvent.html">PropertyChangeEvent</a> will be fired
 to all registered <a href="XPropertyChangeListener.html">XPropertyChangeListener</a>s whenever the
 value of this property changes.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CONSTRAINED" class="membertitle">CONSTRAINED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CONSTRAINED</b> = 4;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>indicates that a <a href="PropertyChangeEvent.html">PropertyChangeEvent</a> will be fired
 to all registered <a href="XVetoableChangeListener.html">XVetoableChangeListener</a>s whenever the
 value of this property changes.

 </dd>
<dd><p>This always implies that the property is <em>bound</em>, too. </p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TRANSIENT" class="membertitle">TRANSIENT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TRANSIENT</b> = 8;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>indicates that the value of the property is not persistent.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="READONLY" class="membertitle">READONLY</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>READONLY</b> = 16;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>indicates that the value of the property is read-only.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="MAYBEAMBIGUOUS" class="membertitle">MAYBEAMBIGUOUS</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>MAYBEAMBIGUOUS</b> = 32;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>indicates that the value of the property can be ambiguous.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="MAYBEDEFAULT" class="membertitle">MAYBEDEFAULT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>MAYBEDEFAULT</b> = 64;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>indicates that the property can be set to default.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="REMOVEABLE" class="membertitle">REMOVEABLE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>REMOVEABLE</b> = 128;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>indicates that the property can be removed
 (i.e., by calling <a href="XPropertyContainer.html">XPropertyContainer</a>::<a href="XPropertyContainer.html#removeProperty">removeProperty</a>).
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="REMOVABLE" class="membertitle">REMOVABLE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>REMOVABLE</b> = 128;<hr>
<dl>
<dt><b>Usage Restrictions</b></dt>
<dd><i>deprecated</i></dd>
<dt><b>Deprecation Info</b></dt>
<dd>same as <b>PropertyAttribute::REMOVEABLE</b>.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="OPTIONAL" class="membertitle">OPTIONAL</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>OPTIONAL</b> = 256;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>indicates that a property is optional.

 </dd>
<dd><p>This attribute is not of interest for concrete property
 implementations. It's needed for property specifications inside
 service specifications in UNOIDL.

 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 1.1.2</dd>
<dt><b>See also</b></dt>
<dd>::com::sun::star::<a href="../reflection/module-ix.html">reflection</a>::<a href="../reflection/XPropertyTypeDescription.html">XPropertyTypeDescription</a>, ::com::sun::star::<a href="../reflection/module-ix.html">reflection</a>::<a href="../reflection/XServiceTypeDescription.html">XServiceTypeDescription</a></dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>