Uses of Class
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.MaskType

Packages that use ModalWindow.MaskType
org.apache.wicket.extensions.ajax.markup.html.modal   
 

Uses of ModalWindow.MaskType in org.apache.wicket.extensions.ajax.markup.html.modal
 

Fields in org.apache.wicket.extensions.ajax.markup.html.modal declared as ModalWindow.MaskType
static ModalWindow.MaskType ModalWindow.MaskType.SEMI_TRANSPARENT
          Visible mask (black with low opacity).
static ModalWindow.MaskType ModalWindow.MaskType.TRANSPARENT
          Transparent mask (not visible).
 

Methods in org.apache.wicket.extensions.ajax.markup.html.modal that return ModalWindow.MaskType
 ModalWindow.MaskType ModalWindow.getMaskType()
          Returns the mask type of the window
 

Methods in org.apache.wicket.extensions.ajax.markup.html.modal with parameters of type ModalWindow.MaskType
 ModalWindow ModalWindow.setMaskType(ModalWindow.MaskType mask)
          Sets the mask type of the window.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.