AXRadioGroup
, providing utility methods.cp.ui.RadioGroup.matches(element) -> boolean
axuielement
is a RadioGroup.true
if the element is a RadioGroup.cp.ui.RadioGroup(parent, uiFinder[, createOptionFn]) -> cp.ui.RadioGroup
axuielement
representing the RadioGroup.RadioGroup
and an axuielement
for a given option within the group.RadioGroup
instance.cp.ui.RadioGroup.optionCount <cp.prop: number; read-only>
cp.ui.RadioGroup.options <table: cp.ui.Element; read-only>
table
containing cp.ui.Element
available in the radio group.cp.prop
of options.cp.ui.RadioGroup.optionsUI <cp.prop: axuielement; read-only>
cp.prop
containing table
of axuielement
options available in the radio group.cp.prop
of options.cp.ui.RadioGroup.selectedOption <cp.prop: number>
cp.ui.RadioGroup:doNextOption() -> cp.rx.go.Statement<boolean>
Statement
, that resolves to true
if successful or sends an error if not.cp.ui.RadioGroup:doPreviousOption() -> cp.rx.go.Statement<boolean>
Statement
, which resolves to true
if successful or sends an error if not..cp.ui.RadioGroup:doSelectOption(index) -> cp.rx.go.Statement<boolean>
Statement
, which will resolve to true
if successful or send an error if not.cp.ui.RadioGroup:nextOption() -> self
RadioGroup
.cp.ui.RadioGroup:previousOption() -> self
RadioGroup
.