Provide possibility to access all open views in a view
thinkh opened this issue · 0 comments
thinkh commented
Currently, there is no possibility to access the list of open views in a view; ViewWrapper and its views are encapsulated from other views. Only selections of the predecessor view is passed to the next view.
The following features should be implemented:
- Pass
OrdinoApp
instance to ViewWrapper (and further to views) - Add public interfaces in
IOrdinoApp
to iterate over the list of open views