Package com.hp.lft.sdk.uiapro
Interface RangeValuePattern
public interface RangeValuePattern
The methods and properties used to interact with a control that can be set to a value within a range.
-
Method Details
-
isReadOnly
- Returns:
- Indicates whether the value of UIAPro object is read-only.
- Throws:
GeneralLeanFtException
- if error occurs during execution.
-
getLargeChange
- Returns:
- The control-specific large-change value which is added to or subtracted from the Value of the current UIAPro object.
- Throws:
GeneralLeanFtException
- if error occurs during execution.
-
getMaximum
- Returns:
- The maximum value supported by the UIAPro object.
- Throws:
GeneralLeanFtException
- if error occurs during execution.
-
getMinimum
- Returns:
- The minimum value supported by the UIAPro object.
- Throws:
GeneralLeanFtException
- if error occurs during execution.
-
getSmallChange
- Returns:
- The small-change value, unique to the UIAPro object, which is added to or subtracted from the Value of the current UIAPro object.
- Throws:
GeneralLeanFtException
- if error occurs during execution.
-
getValue
- Returns:
- The current value of the UIAPro object.
- Throws:
GeneralLeanFtException
- if error occurs during execution.
-
setValue
Set the current value of the UIAPro object.- Parameters:
value
- the current value of the UIAPro object.- Throws:
GeneralLeanFtException
- if error occurs during execution.
-