You are viewing information archived from Mozilla.org on 2015-08-05.

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++ .