Package io.jmix.flowui
Interface Views
- All Known Implementing Classes:
- ViewsImpl
public interface Views
Creates UI view instances.
 
 To open views, use ViewNavigators and DialogWindows.
- 
Method Summary
- 
Method Details- 
createCreates a view by its id.- Parameters:
- viewId- view id set in the- ViewControllerannotation.
- Returns:
- view instance
 
- 
createCreates a view by its class.- Parameters:
- viewClass- view class
- Returns:
- view instance
 
 
-