Class DialogWindow<V extends View<?>>

java.lang.Object
io.jmix.flowui.view.AbstractDialogWindow<V>
io.jmix.tabbedmode.view.DialogWindow<V>
Type Parameters:
V - a view type
All Implemented Interfaces:
com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasTheme, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class DialogWindow<V extends View<?>> extends AbstractDialogWindow<V>
Wrapper class representing a View opened as a dialog window.
See Also:
  • Constructor Details

    • DialogWindow

      public DialogWindow(V view)
  • Method Details