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()getState()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:
- The Microsoft Active Accessibility state 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.
-
getSelectedChildren
- Returns:
- The Microsoft Active Accessibility selected children of the current object.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
select
Selects the element.- Parameters:
selectionOptions- The flag 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.
-