- Loading...
...
Control | Test | Focus | Actions | Notes |
---|---|---|---|---|
Button | HelloButton | read text | Mac:VO+S Win:CL+S | Note: only the first button in the example has a action listener printing to the console |
CheckBox | HelloCheckBoxHelloSimpleCheckBox | |||
ComboBox | HelloComboBox | |||
Hyperlink | HelloHyperlink | |||
Label | HelloLabel | |||
ListView | HelloSimpleListView | |||
Pagination | HelloPagination | |||
PasswordField | HelloTextField | |||
ProgressBar | HelloProgressBar | |||
ProgressIndicator | HelloProgressIndicator | |||
RadioButton | HelloRadioButton | |||
ScrollBar | HelloScrollBar | |||
ScrollPane | HelloScrollPane | |||
Slider | HelloSlider | Mac: reads 0% Win: reads 0% | Increment: arrow right, must read new value Decrement: arrow left, must read new value |
|
TableView | HelloSimpleTableView | Mac: reads first column for selected row: Item 0 Column 1 Row 1 Win: | Arrow up and down: reads newly selected row Mac: Describe item VO+F3: reads selected cell, cell location, column header Cell traverse: VO + Left/Right arrow: reads selected cell, cell location, column header Read header: VO + C (read the column header, either name or email) Win: | |
TabPane | HelloTabPane | |||
TextArea | HelloTextArea | |||
TitlePane | HelloTitlePane | |||
TitlePane | HelloAccordion | |||
ToggleButton | HelloToggleButton | |||
ToolBar | HelloToolBar | |||
Tooltip | HelloTooltip | |||
TreeView | HelloSimpleTreeView |
...