Package com.hp.lft.sdk.uiapro
Interface ValuePattern
public interface ValuePattern
The methods and properties used to interact with a control that has an intrinsic value that does not span a range and can be represented as a string.
 This string may or may not be editable depending on the control and its settings.
- 
Method Summary
- 
Method Details- 
isReadOnly- Returns:
- A value that specifies whether the value of a UI Automation element is read-only.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
setValueThe value of the UIA Pro element. The UIA Pro provider is responsible for converting the value to the appropriate data type.- Parameters:
- value- The value of the UIA Pro element.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
getValue- Returns:
- the value of the UIA Pro element.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
setSecureSets the encrypted value of the UIA Pro element.- Parameters:
- encryptedValue- the encrypted value of the UIA Pro element.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
 
-