Package io.jmix.flowui.view.builder
@NonNullApi
package io.jmix.flowui.view.builder
-
ClassDescriptionAbstractWindowBuilder<V extends View<?>>A generic abstract builder class for constructing dialog windows with specific configurations and listeners.Abstract base class for processing and constructing
DialogWindowinstances usingDialogWindowBuilder.DetailWindowBuilder<E,V extends View<?>> Provides a fluent interface to configure and open a details view in aDialogWindow.Processes and buildsDialogWindowinstances for views using aDetailWindowBuilder.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.Implementation ofEditedEntityTransformerthat transforms an entity to ensure it is fetched with a specified fetch plan, if applicable.LookupWindowBuilder<E,V extends View<?>> Provides a fluent interface to configure and open a lookup view in aDialogWindow.Processes and buildsDialogWindowinstances for views using aLookupWindowBuilder.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.Processes and buildsDialogWindowinstances for views using aWindowBuilder.