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

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

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

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

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

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



Copyright © 2004-2008 Wicket developers. All Rights Reserved.