Class LookupWindowClassBuilder<E,V extends View<?> & LookupView<E>>

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

public class LookupWindowClassBuilder<E,V extends View<?> & LookupView<E>> extends LookupWindowBuilder<E,V> implements DialogWindowClassBuilder<V>
Provides a fluent interface to configure and open a lookup view with the specific class in a DialogWindow.