Details
-
Improvement
-
Resolution: Resolved
-
Neutral
-
None
-
None
Description
Currently ContentApp provides the methods:
- boolean hasRow(String itemCaption)
- boolean rowIsGone(String itemCaption)
Generally, it would be"nicer", actually better to provide
- boolean hasRow(String path)
- boolean rowIsGone(String path)
These methods should work
- both in tree-view andlist-view
- in tree-view fully-collapsed situation
Needs to be checked what currently works.
Assumption is, that whether it works or not depends on the situation whether something is selected or not.
Proposal:
- Implement the methods with path parameter.
- Mark the methods with itemCaption parameter as deprecated.
Checklists
Acceptance criteria