Package io.jmix.flowui.view.builder
@NonNullApi
package io.jmix.flowui.view.builder
-
ClassDescriptionAbstractWindowBuilder<V extends View<?>>DetailWindowBuilder<E,
V extends View<?>> Provides a fluent interface to configure and open a details view in aDialogWindow
.DetailWindowClassBuilder<E,V extends View<?> & DetailView<E>> Provides a fluent interface to configure and open a details view with the specific class in aDialogWindow
.DialogWindowBuilder<V extends View<?>>An interface to be implemented by builders which opens a view in aDialogWindow
.DialogWindowClassBuilder<V extends View<?>>An interface to be implemented by builders which opens a specific view in aDialogWindow
.Interface to be implemented by beans that transform an entity after returning it from a detail view.LookupWindowBuilder<E,V extends View<?>> Provides a fluent interface to configure and open a lookup view in aDialogWindow
.LookupWindowClassBuilder<E,V extends View<?> & LookupView<E>> Provides a fluent interface to configure and open a lookup view with the specific class in aDialogWindow
.WindowBuilder<V extends View<?>>Provides a fluent interface to configure and open a view in aDialogWindow
.