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

Type Parameters:
V - a view type which is opened in a dialog window
E - entity type
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.