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
-
create
Creates a view by its id.- Parameters:
viewId
- view id set in theViewController
annotation.- Returns:
- view instance
-
create
Creates a view by its class.- Parameters:
viewClass
- view class- Returns:
- view instance
-