public static final class ModalWindow.MaskType extends org.apache.wicket.util.lang.EnumeratedType
TRANSPARENT - the mask is invisible
SEMI_TRANSPARENT - the mask is black with small opacity (10%)
| Modifier and Type | Field and Description |
|---|---|
static ModalWindow.MaskType |
SEMI_TRANSPARENT
Visible mask (black with low opacity).
|
static ModalWindow.MaskType |
TRANSPARENT
Transparent mask (not visible).
|
| Constructor and Description |
|---|
ModalWindow.MaskType(String name)
Constructor.
|
getValues, readResolveafterFirst, afterLast, beforeFirst, beforeLast, equals, hashCode, isEmpty, isNull, repeat, repeat, replaceAll, to, toBoolean, toBoolean, toBooleanObject, toChar, toChar, toCharacter, toDouble, toDouble, toDoubleObject, toDuration, toDuration, toEnum, toEnum, toEnum, toInt, toInt, toInteger, toLong, toLong, toLongObject, toOptional, toOptionalBoolean, toOptionalCharacter, toOptionalDouble, toOptionalDuration, toOptionalEnum, toOptionalInteger, toOptionalLong, toOptionalString, toOptionalTime, toString, toString, toTime, toTime, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOfpublic static final ModalWindow.MaskType TRANSPARENT
public static final ModalWindow.MaskType SEMI_TRANSPARENT
public ModalWindow.MaskType(String name)
name - Copyright © 2006–2015 Apache Software Foundation. All rights reserved.