Class FullScreenAwareWindowWidget

Object
UIObject
Widget
Panel
SimplePanel
PopupPanel
Overlay
VOverlay
VWindow
FullScreenAwareWindowWidget
All Implemented Interfaces:
BlurHandler, FocusHandler, KeyDownHandler, ScrollHandler, HasAttachHandlers, HasCloseHandlers<PopupPanel>, EventHandler, HasHandlers, EventListener, EventPreview, AcceptsOneWidget, HasAnimation, HasOneWidget, HasVisibility, HasWidgets, HasWidgets.ForIsWidget, IsWidget, SourcesPopupEvents, Focusable, ShortcutActionHandler.ShortcutActionHandlerOwner, Iterable<Widget>

public class FullScreenAwareWindowWidget extends VWindow
  • Nested Class Summary

    Nested classes/interfaces inherited from class Overlay

    Overlay.PositionAndSize, Overlay.ResizeAnimation

    Nested classes/interfaces inherited from class PopupPanel

    PopupPanel.AnimationType, PopupPanel.PositionCallback

    Nested classes/interfaces inherited from class UIObject

    UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled

    Nested classes/interfaces inherited from interface HasWidgets

    HasWidgets.ForIsWidget
  • Field Summary

    Fields inherited from class VWindow

    bringToFrontSequence, centered, CLASSNAME, client, closeBox, connector, contentPanel, contents, footer, header, id, maximizeRestoreBox, resizable, resizeLazy, shortcutHandler, vaadinModality, visibilityChangesDisabled, Z_INDEX

    Fields inherited from class VOverlay

    ac

    Fields inherited from class Overlay

    ADDITIONAL_CLASSNAME_ANIMATE_IN, ADDITIONAL_CLASSNAME_ANIMATE_OUT, CLASSNAME_CONTAINER, CLASSNAME_SHADOW, current

    Fields inherited from class UIObject

    DEBUG_ID_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    setZIndex(int zIndex)
     

    Methods inherited from class VWindow

    addMoveHandler, addStyleDependentName, addWindowOrderHandler, bringToFront, constructDOM, deferOrdering, focus, getAssistiveDescription, getAssistivePostfix, getAssistivePrefix, getContainerElement, getModalityCurtain, getShortcutActionHandler, getTabStopBottomAssistiveText, getTabStopTopAssistiveText, getWindowOrder, hide, isClosable, isModalWindowOpen, onAttach, onBlur, onBrowserEvent, onDetach, onEventPreview, onFocus, onKeyDown, onScroll, setAssistiveDescription, setAssistivePostfix, setAssistivePrefix, setCaption, setCaption, setCaption, setClosable, setDraggable, setHeight, setPopupPosition, setPopupPositionNoUpdate, setResizable, setTabStopBottomAssistiveText, setTabStopEnabled, setTabStopTopAssistiveText, setVaadinModality, setVisible, setWaiAriaRole, setWidth, setWindowOrderAndPosition, show, updateContentsSize, updateMaximizeRestoreClassName

    Methods inherited from class VOverlay

    getApplicationConnection, getOverlayContainer, getOverlayContainer, setApplicationConnection, setOverlayContainerLabel

    Methods inherited from class Overlay

    center, getOwner, hide, hide, isFitInWindow, isShimElementEnabled, needsShimElement, positionOrSizeUpdated, setFitInWindow, setOwner, updateShadowSizeAndPosition

    Methods inherited from class PopupPanel

    addAutoHidePartner, addCloseHandler, addPopupListener, getAnimationType, getGlassElement, getGlassStyleName, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getStyleElement, getTitle, isAnimationEnabled, isAutoHideEnabled, isAutoHideOnHistoryEventsEnabled, isGlassEnabled, isModal, isPreviewingAllNativeEvents, isShowing, isVisible, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, onPreviewNativeEvent, onUnload, removeAutoHidePartner, removePopupListener, setAnimationEnabled, setAnimationType, setAutoHideEnabled, setAutoHideOnHistoryEventsEnabled, setGlassEnabled, setGlassStyleName, setModal, setPopupPositionAndShow, setPreviewingAllNativeEvents, setTitle, setWidget, showRelativeTo

    Methods inherited from class SimplePanel

    add, getWidget, iterator, remove, setWidget

    Methods inherited from class Panel

    add, adopt, clear, doAttachChildren, doDetachChildren, orphan, remove

    Methods inherited from class Widget

    addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onLoad, removeFromParent, setLayoutData, sinkEvents, unsinkEvents

    Methods inherited from class UIObject

    addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkBitlessEvent, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface HasHandlers

    fireEvent

    Methods inherited from interface HasWidgets

    add, clear, iterator, remove

    Methods inherited from interface Iterable

    forEach, spliterator
  • Constructor Details

    • FullScreenAwareWindowWidget

      public FullScreenAwareWindowWidget()
  • Method Details

    • setZIndex

      protected void setZIndex(int zIndex)
      Overrides:
      setZIndex in class VWindow