Package com.hp.lft.sdk.uiapro
Interface LegacyIAccessiblePattern
public interface LegacyIAccessiblePattern
The methods and properties used to retrieve accessibility information about a control.
-
Method Summary
Modifier and TypeMethodDescriptionintgetHelp()getName()getRole()Deprecated.Retrieves the Microsoft Active Accessibility selected children of the current object.
Note: This method is not supported when you enable the legacy UIA Pro Add-ingetState()getValue()voidPerforms the default operation on the control.voidselect(SelectOptions[] selectionOptions) Selects the element.voidThe Microsoft Active Accessibility encrypted value for the current object.voidSet The Microsoft Active Accessibility value for the current object.
-
Method Details
-
getChildId
- Returns:
- The Microsoft Active Accessibility child identifier for the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getDefaultOperation
- Returns:
- The Microsoft Active Accessibility default operation for the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getDescription
- Returns:
- The Microsoft Active Accessibility description for the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getHelp
- Returns:
- The Microsoft Active Accessibility help string for the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getKeyboardShortcut
- Returns:
- The Microsoft Active Accessibility keyboard shortcut for the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getName
- Returns:
- The Microsoft Active Accessibility name for the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getRole
- Returns:
- The Microsoft Active Accessibility role for the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getState
- Returns:
- An array of Microsoft Active Accessibility states for the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getValue
- Returns:
- The Microsoft Active Accessibility value for the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
setValue
Set The Microsoft Active Accessibility value for the current object.- Parameters:
value- The Microsoft Active Accessibility value for the current object.- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getSelectedChildrenAsUIObjects
Retrieves the Microsoft Active Accessibility selected children of the current object.
Note: This method is not supported when you enable the legacy UIA Pro Add-in- Returns:
- The Microsoft Active Accessibility selected children of the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getSelectedChildren
Deprecated.Retrieves the Microsoft Active Accessibility selected children of the current object.
Note: This method is only supported when you enable the legacy UIA Pro Add-in- Returns:
- The Microsoft Active Accessibility selected children of the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
select
Selects the element.- Parameters:
selectionOptions- An array of flags to use when selecting the element.- Throws:
GeneralLeanFtException- if error occurs during execution.
-
setSecure
The Microsoft Active Accessibility encrypted value for the current object.- Parameters:
encryptedValue- The Microsoft Active Accessibility encrypted value for the current object.- Throws:
GeneralLeanFtException- if error occurs during execution.
-
performDefaultOperation
Performs the default operation on the control.- Throws:
GeneralLeanFtException- if error occurs during execution.
-