You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



interface nsIAccessibleValue

nsIAccessbile extended Interface implemented by valuators and components which display or select a value from a bounded range of values


Public Fields


[more] readonly attribute double maximumValue
Readonly attribute maximumValue.
[more] readonly attribute double minimumValue
Readonly attribute minimumValue.
[more] readonly attribute double currentValue
Readonly attribute currentValue.


Public Methods


[more] boolean setCurrentValue (in double value)
sets the value of this object We want to be able to return a success condition of the value getting set.


Documentation

nsIAccessbile extended Interface implemented by valuators and components which display or select a value from a bounded range of values
o readonly attribute double maximumValue
Readonly attribute maximumValue. <br> Gets the maximum value of this object


o readonly attribute double minimumValue
Readonly attribute minimumValue. <br> Gets the minimum value of this object


o readonly attribute double currentValue
Readonly attribute currentValue. <br> Gets/Sets the value of this object


o boolean setCurrentValue(in double value)
sets the value of this object We want to be able to return a success condition of the value getting set.

Parameters:
value - a double type input parameter which should be set to the object
Returns:
a boolean result representing whether the value was successfully set<br> for example if the value does not lie between the minimumValue and the maximumValue<br> a false result will be returned.


This class has no child classes.


Alphabetic index



This page was generated with the help of DOC++ .