Uses of Class
org.hippoecm.frontend.dialog.wicket9.ModalWindow.MaskType
Packages that use ModalWindow.MaskType
-
Uses of ModalWindow.MaskType in org.hippoecm.frontend.dialog.wicket9
Fields in org.hippoecm.frontend.dialog.wicket9 declared as ModalWindow.MaskTypeModifier and TypeFieldDescriptionstatic final ModalWindow.MaskType
ModalWindow.MaskType.SEMI_TRANSPARENT
Visible mask (black with low opacity).static final ModalWindow.MaskType
ModalWindow.MaskType.TRANSPARENT
Transparent mask (not visible).Methods in org.hippoecm.frontend.dialog.wicket9 that return ModalWindow.MaskTypeModifier and TypeMethodDescriptionModalWindow.getMaskType()
Deprecated.Returns the mask type of the windowMethods in org.hippoecm.frontend.dialog.wicket9 with parameters of type ModalWindow.MaskTypeModifier and TypeMethodDescriptionModalWindow.setMaskType
(ModalWindow.MaskType mask) Deprecated.Sets the mask type of the window.