Uses of Class
info.magnolia.ui.api.overlay.OverlayLayer.ModalityLevel

Packages that use OverlayLayer.ModalityLevel
info.magnolia.ui.api.overlay   
info.magnolia.ui.api.shell   
info.magnolia.ui.framework.context   
info.magnolia.ui.framework.shell   
info.magnolia.ui.vaadin.magnoliashell   
info.magnolia.ui.vaadin.overlay   
 

Uses of OverlayLayer.ModalityLevel in info.magnolia.ui.api.overlay
 

Methods in info.magnolia.ui.api.overlay that return OverlayLayer.ModalityLevel
static OverlayLayer.ModalityLevel OverlayLayer.ModalityLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OverlayLayer.ModalityLevel[] OverlayLayer.ModalityLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.magnolia.ui.api.overlay with parameters of type OverlayLayer.ModalityLevel
 OverlayCloser OverlayLayer.openOverlay(View view, OverlayLayer.ModalityLevel modalityLevel)
          Open an Overlay on top of the OverlayLayer implementer.
 

Uses of OverlayLayer.ModalityLevel in info.magnolia.ui.api.shell
 

Methods in info.magnolia.ui.api.shell with parameters of type OverlayLayer.ModalityLevel
 OverlayCloser Shell.openOverlayOnView(View view, View parent, OverlayLayer.ModalityDomain modalityLocation, OverlayLayer.ModalityLevel modalityLevel)
          Open an Overlay on top of a specific View.
 

Uses of OverlayLayer.ModalityLevel in info.magnolia.ui.framework.context
 

Methods in info.magnolia.ui.framework.context with parameters of type OverlayLayer.ModalityLevel
 OverlayCloser AbstractUIContext.openOverlay(View view, OverlayLayer.ModalityLevel modalityLevel)
           
 

Uses of OverlayLayer.ModalityLevel in info.magnolia.ui.framework.shell
 

Methods in info.magnolia.ui.framework.shell with parameters of type OverlayLayer.ModalityLevel
 OverlayCloser ShellImpl.openOverlayOnView(View view, View parent, OverlayLayer.ModalityDomain modalityLocation, OverlayLayer.ModalityLevel modalityLevel)
           
 

Uses of OverlayLayer.ModalityLevel in info.magnolia.ui.vaadin.magnoliashell
 

Methods in info.magnolia.ui.vaadin.magnoliashell with parameters of type OverlayLayer.ModalityLevel
 OverlayCloser MagnoliaShell.openOverlay(View child, View parent, OverlayLayer.ModalityDomain modalityDomain, OverlayLayer.ModalityLevel modalityLevel)
          Open an Overlay on top of a specific View.
 

Uses of OverlayLayer.ModalityLevel in info.magnolia.ui.vaadin.overlay
 

Constructors in info.magnolia.ui.vaadin.overlay with parameters of type OverlayLayer.ModalityLevel
Overlay(com.vaadin.ui.Component content, com.vaadin.ui.Component overlayParent, OverlayLayer.ModalityDomain modalityDomain, OverlayLayer.ModalityLevel modalityLevel)
           
 



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.