Package io.jmix.flowui.view.builder
Interface DialogWindowClassBuilder<V extends View<?>>
- Type Parameters:
- V- a view type which is opened in a dialog window
- All Superinterfaces:
- DialogWindowBuilder<V>
- All Known Implementing Classes:
- DetailWindowClassBuilder,- LookupWindowClassBuilder,- WindowBuilder
An interface to be implemented by builders which opens a
 specific view in a 
DialogWindow.- 
Method SummaryMethods inherited from interface io.jmix.flowui.view.builder.DialogWindowBuildergetAfterCloseListener, getAfterOpenListener, getOrigin, getViewConfigurer, getViewId
- 
Method Details- 
getViewClass- Returns:
- opened view class
 
 
-