AXPropertyName enum
Values of AXProperty name:
- from 'busy' to 'roledescription': states which apply to every AX node
- from 'live' to 'root': attributes which apply to nodes in live regions
- from 'autocomplete' to 'valuetext': attributes which apply to widgets
- from 'checked' to 'selected': states which apply to widgets
- from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.
Values
- busy → const AXPropertyName
-
const AXPropertyName('busy')
- disabled → const AXPropertyName
-
const AXPropertyName('disabled')
- editable → const AXPropertyName
-
const AXPropertyName('editable')
- focusable → const AXPropertyName
-
const AXPropertyName('focusable')
- focused → const AXPropertyName
-
const AXPropertyName('focused')
-
const AXPropertyName('hidden')
-
const AXPropertyName('hiddenRoot')
- invalid → const AXPropertyName
-
const AXPropertyName('invalid')
- keyshortcuts → const AXPropertyName
-
const AXPropertyName('keyshortcuts')
- settable → const AXPropertyName
-
const AXPropertyName('settable')
- roledescription → const AXPropertyName
-
const AXPropertyName('roledescription')
- live → const AXPropertyName
-
const AXPropertyName('live')
- atomic → const AXPropertyName
-
const AXPropertyName('atomic')
- relevant → const AXPropertyName
-
const AXPropertyName('relevant')
- root → const AXPropertyName
-
const AXPropertyName('root')
- autocomplete → const AXPropertyName
-
const AXPropertyName('autocomplete')
- hasPopup → const AXPropertyName
-
const AXPropertyName('hasPopup')
- level → const AXPropertyName
-
const AXPropertyName('level')
- multiselectable → const AXPropertyName
-
const AXPropertyName('multiselectable')
- orientation → const AXPropertyName
-
const AXPropertyName('orientation')
- multiline → const AXPropertyName
-
const AXPropertyName('multiline')
- readonly → const AXPropertyName
-
const AXPropertyName('readonly')
- required → const AXPropertyName
-
const AXPropertyName('required')
- valuemin → const AXPropertyName
-
const AXPropertyName('valuemin')
- valuemax → const AXPropertyName
-
const AXPropertyName('valuemax')
- valuetext → const AXPropertyName
-
const AXPropertyName('valuetext')
- checked → const AXPropertyName
-
const AXPropertyName('checked')
- expanded → const AXPropertyName
-
const AXPropertyName('expanded')
- modal → const AXPropertyName
-
const AXPropertyName('modal')
- pressed → const AXPropertyName
-
const AXPropertyName('pressed')
- selected → const AXPropertyName
-
const AXPropertyName('selected')
- activedescendant → const AXPropertyName
-
const AXPropertyName('activedescendant')
- controls → const AXPropertyName
-
const AXPropertyName('controls')
- describedby → const AXPropertyName
-
const AXPropertyName('describedby')
- details → const AXPropertyName
-
const AXPropertyName('details')
- errormessage → const AXPropertyName
-
const AXPropertyName('errormessage')
- flowto → const AXPropertyName
-
const AXPropertyName('flowto')
- labelledby → const AXPropertyName
-
const AXPropertyName('labelledby')
- owns → const AXPropertyName
-
const AXPropertyName('owns')
- url → const AXPropertyName
-
const AXPropertyName('url')
- uninteresting → const AXPropertyName
-
const AXPropertyName('uninteresting')
- ariaHiddenElement → const AXPropertyName
-
const AXPropertyName('ariaHiddenElement')
- ariaHiddenSubtree → const AXPropertyName
-
const AXPropertyName('ariaHiddenSubtree')
- notRendered → const AXPropertyName
-
const AXPropertyName('notRendered')
- notVisible → const AXPropertyName
-
const AXPropertyName('notVisible')
- labelFor → const AXPropertyName
-
const AXPropertyName('labelFor')
- presentationalRole → const AXPropertyName
-
const AXPropertyName('presentationalRole')
- emptyAlt → const AXPropertyName
-
const AXPropertyName('emptyAlt')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AXPropertyName> - A constant List of the values in this enum, in order of their declaration.