Package io.jmix.tabbedmode.view
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
Wrapper class representing a
View opened as a dialog window.- See Also:
-
Field Summary
Fields inherited from class io.jmix.flowui.view.AbstractDialogWindow
applicationContext, BASE_CLASS_NAME, dialog, headerContent, view -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable com.vaadin.flow.component.button.ButtonMethods inherited from class io.jmix.flowui.view.AbstractDialogWindow
addClassName, addClassNames, addDraggedListener, addResizeListener, addThemeName, addThemeNames, afterPropertiesSet, applyDialogModeSettings, close, close, closeInternal, configureDialogWindowHeaderFooter, createDialog, createHeaderWrapper, createViewWrapper, getClassName, getClassNames, getElement, getEventHub, getFooterContent, getHeaderContent, getHeight, getHeightUnit, getLeft, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getModality, getStyle, getThemeName, getThemeNames, getTop, getView, getWidth, getWidthUnit, hasClassName, hasThemeName, icons, initDialog, initView, isCloseOnEsc, isCloseOnOutsideClick, isDraggable, isKeepInViewport, isModal, isResizable, messages, onCloseButtonClicked, onDialogCloseAction, open, postInitDialog, publish, removeClassName, removeClassNames, removeThemeName, removeThemeNames, setApplicationContext, setClassName, setClassName, setCloseOnEsc, setCloseOnOutsideClick, setDraggable, setHeight, setHeight, setHeightFull, setKeepInViewport, setLeft, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setModal, setModality, setResizable, setSizeFull, setSizeUndefined, setThemeName, setThemeName, setTop, setValueIfPresent, setWidth, setWidth, setWidthFull, uiComponentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.HasSize
bindHeight, bindWidthMethods inherited from interface com.vaadin.flow.component.HasStyle
bindClassName, bindClassNamesMethods inherited from interface com.vaadin.flow.component.HasTheme
bindThemeName, bindThemeNames
-
Constructor Details
-
DialogWindow
-
-
Method Details
-
createHeaderCloseButton
protected @Nullable com.vaadin.flow.component.button.Button createHeaderCloseButton()- Overrides:
createHeaderCloseButtonin classAbstractDialogWindow<V extends View<?>>
-