Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples for cell-based Controls #5

Open
18 tasks
hastebrot opened this issue Feb 15, 2016 · 0 comments
Open
18 tasks

Examples for cell-based Controls #5

hastebrot opened this issue Feb 15, 2016 · 0 comments

Comments

@hastebrot
Copy link
Member

Data fixtures:

  • Show fixture data in ListView, TableView, TreeView and TreeTableView.

Actions:

  • Retrieve cell-based Nodes.
  • Click on cell-based Nodes.
  • Retrieve value objects of cell-based Nodes.
  • Assertions for cell-based Nodes.
  • Assertions for value objects of cell-based Nodes.

Query by index:

  • ListView
    • query a list cell by index.
  • TableView
    • query a table row cell by row index.
    • query a table cell by row and column index.
    • query a list of table cell in a table column by column index.
  • TreeView
    • query a tree cell by row index.
  • TreeTableView
    • query a tree table row cell by row index.
    • query a tree table cell by row and column index.

Query by value:

  • From ListView query a list cell by object value.
@hastebrot hastebrot changed the title Examples for cell-based Controlls Examples for cell-based Controls Feb 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant