Lines Matching refs:value

111 			<p> The value is a combination of 
166 <p> The value is a combination of
215 <p> The value is a combination of
297 <p> Subsequent calls describe new value(s) for the property until a
308 <p> The value is a combination of
325 In this case any subsequent value may be of a generic type
364 /** receives notification that the value of the current property
368 specifies the new value of the property.
370 <p> The value must match the type of the current property.
373 the value can be <void/>.
375 <p> If the current property is localized, this value applies
382 <li>if there already was a change to the value of that property</li>
383 <li>if the value does not have the proper type</li>
384 <li>if the value is not valid for the property</li>
399 /** receives notification that the value of the current localized property
403 specifies the new value of the property.
405 <p> The value must match the type of the current property.
408 the value can be <void/>.
412 specifies the locale this value should apply to.
419 <li>if the value does not have the proper type</li>
420 <li>if the value is not valid for the property</li>
458 /** receives notification that a property having a <void/> value is added
470 <p> The value is a combination of
505 /** receives notification that a property having a non-<void/> value
517 <p> The value is a combination of
528 specifies the value of the new property.
530 <p> The value also determines the type.
531 Therefore the value must not be <void/>.
538 <li>if the type of the value is not an allowed type
539 or if the value is <void/></li>
541 <li>if the value is not valid for the property</li>