Modifier and Type | Method | Description |
---|---|---|
default int |
countRadioButtons() |
|
int |
countRadioButtons(String filter) |
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
RadioButton |
getRadioButton(int index) |
|
RadioButton |
getRadioButton(Id id) |
|
default RadioButton[] |
getRadioButtons() |
|
RadioButton[] |
getRadioButtons(String filter) |
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
countActions, countActions, countAttributes, countAttributes, countBrowsers, countBrowsers, countBusyIndicators, countBusyIndicators, countButtons, countButtons, countCheckboxs, countCheckboxs, countColorWells, countColorWells, countColumns, countColumns, countComboBoxs, countComboBoxs, countDrawers, countDrawers, countGroups, countGroups, countGrowAreas, countGrowAreas, countImages, countImages, countIncrementors, countIncrementors, countLists, countLists, countMenuBarItems, countMenuBarItems, countMenuBars, countMenuBars, countMenuButtons, countMenuButtons, countMenuItems, countMenuItems, countMenus, countMenus, countOutlines, countOutlines, countPopOvers, countPopOvers, countPopUpButtons, countPopUpButtons, countProgressIndicators, countProgressIndicators, countRadioGroups, countRadioGroups, countRelevanceIndicators, countRelevanceIndicators, countRows, countRows, countScrollAreas, countScrollAreas, countScrollBars, countScrollBars, countSheets, countSheets, countSliders, countSliders, countSplitterGroups, countSplitterGroups, countSplitters, countSplitters, countStaticTexts, countStaticTexts, countTabGroups, countTabGroups, countTables, countTables, countTextAreas, countTextAreas, countTextFields, countTextFields, countToolbars, countToolbars, countUiElements, countUiElements, countValueIndicators, countValueIndicators, countWindows, countWindows, getAccessibilityDescription, getAction, getAction, getActions, getActions, getAttribute, getAttribute, getAttributes, getAttributes, getBrowser, getBrowser, getBrowsers, getBrowsers, getBusyIndicator, getBusyIndicator, getBusyIndicators, getBusyIndicators, getButton, getButton, getButtons, getButtons, getCheckbox, getCheckbox, getCheckboxs, getCheckboxs, getColorWell, getColorWell, getColorWells, getColorWells, getColumn, getColumn, getColumns, getColumns, getComboBox, getComboBox, getComboBoxs, getComboBoxs, getDescription, getDrawer, getDrawer, getDrawers, getDrawers, getEntireContents, getGroup, getGroup, getGroups, getGroups, getGrowArea, getGrowArea, getGrowAreas, getGrowAreas, getHelp, getImage, getImage, getImages, getImages, getIncrementor, getIncrementor, getIncrementors, getIncrementors, getKlass, getList, getList, getLists, getLists, getMaximumValue, getMenu, getMenu, getMenuBar, getMenuBar, getMenuBarItem, getMenuBarItem, getMenuBarItems, getMenuBarItems, getMenuBars, getMenuBars, getMenuButton, getMenuButton, getMenuButtons, getMenuButtons, getMenuItem, getMenuItem, getMenuItems, getMenuItems, getMenus, getMenus, getMinimumValue, getName, getOrientation, getOutline, getOutline, getOutlines, getOutlines, getPopOver, getPopOver, getPopOvers, getPopOvers, getPopUpButton, getPopUpButton, getPopUpButtons, getPopUpButtons, getPosition, getProgressIndicator, getProgressIndicator, getProgressIndicators, getProgressIndicators, getRadioGroup, getRadioGroup, getRadioGroups, getRadioGroups, getRelevanceIndicator, getRelevanceIndicator, getRelevanceIndicators, getRelevanceIndicators, getRole, getRoleDescription, getRow, getRow, getRows, getRows, getScrollArea, getScrollArea, getScrollAreas, getScrollAreas, getScrollBar, getScrollBar, getScrollBars, getScrollBars, getSheet, getSheet, getSheets, getSheets, getSize, getSlider, getSlider, getSliders, getSliders, getSplitter, getSplitter, getSplitterGroup, getSplitterGroup, getSplitterGroups, getSplitterGroups, getSplitters, getSplitters, getStaticText, getStaticText, getStaticTexts, getStaticTexts, getSubrole, getTabGroup, getTabGroup, getTabGroups, getTabGroups, getTable, getTable, getTables, getTables, getTextArea, getTextArea, getTextAreas, getTextAreas, getTextField, getTextField, getTextFields, getTextFields, getTitle, getToolbar, getToolbar, getToolbars, getToolbars, getUiElement, getUiElement, getUiElements, getUiElements, getValue, getValueIndicator, getValueIndicator, getValueIndicators, getValueIndicators, getWindow, getWindow, getWindows, getWindows, isEnabled, isFocused, isSelected, setFocused, setPosition, setSelected, setSize, setValue
static final TypeClass CLASS
@Kind("element") @Type("radio button") default RadioButton[] getRadioButtons()
getRadioButtons
in interface UiElement
RadioButton
s@Kind("element") @Type("radio button") RadioButton[] getRadioButtons(String filter)
getRadioButtons
in interface UiElement
filter
- AppleScript filter clause without the leading "whose" or "where"RadioButton
s@Kind("element") @Type("radio button") RadioButton getRadioButton(int index)
getRadioButton
in interface UiElement
index
- index into the element list (zero-based)RadioButton
at the requested index@Kind("element") @Type("radio button") RadioButton getRadioButton(Id id)
getRadioButton
in interface UiElement
id
- id of the itemRadioButton
with the requested id@Kind("element") @Type("radio button") default int countRadioButtons()
countRadioButtons
in interface UiElement
RadioButton
s@Kind("element") @Type("radio button") int countRadioButtons(String filter)
countRadioButtons
in interface UiElement
filter
- AppleScript filter clause without the leading "whose" or "where"Map<String,Object> getProperties()
getProperties
in interface UiElement