Class DetailWindowClassBuilder<E,V extends View<?> & DetailView<E>>

Type Parameters:
V - a view type which is opened in a dialog window
E - edited entity type
All Implemented Interfaces:
DialogWindowBuilder<V>, DialogWindowClassBuilder<V>

public class DetailWindowClassBuilder<E,V extends View<?> & DetailView<E>> extends DetailWindowBuilder<E,V> implements DialogWindowClassBuilder<V>
Provides a fluent interface to configure and open a details view with the specific class in a DialogWindow.