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

java.lang.Object
  extended by org.apache.wicket.util.string.StringValue
      extended by org.apache.wicket.util.lang.EnumeratedType
          extended by org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.MaskType
All Implemented Interfaces:
java.io.Serializable, IClusterable
Enclosing class:
ModalWindow

public static final class ModalWindow.MaskType
extends EnumeratedType

Mask is the element behind the window, that prevents user from interacting the rest of page. Mask can be either

Author:
Matej Knopp
See Also:
Serialized Form

Field Summary
static ModalWindow.MaskType SEMI_TRANSPARENT
          Visible mask (black with low opacity).
static ModalWindow.MaskType TRANSPARENT
          Transparent mask (not visible).
 
Constructor Summary
ModalWindow.MaskType(java.lang.String name)
          Constructor.
 
Method Summary
 
Methods inherited from class org.apache.wicket.util.lang.EnumeratedType
getValues, readResolve
 
Methods inherited from class org.apache.wicket.util.string.StringValue
afterFirst, afterLast, beforeFirst, beforeLast, isEmpty, isNull, repeat, repeat, replaceAll, to, toBoolean, toBoolean, toBooleanObject, toChar, toChar, toCharacter, toDouble, toDouble, toDoubleObject, toDuration, toDuration, toInt, toInt, toInteger, toLong, toLong, toLongObject, toOptionalBoolean, toOptionalCharacter, toOptionalDouble, toOptionalDuration, toOptionalInteger, toOptionalLong, toOptionalString, toOptionalTime, toString, toString, toTime, toTime, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TRANSPARENT

public static final ModalWindow.MaskType TRANSPARENT
Transparent mask (not visible).


SEMI_TRANSPARENT

public static final ModalWindow.MaskType SEMI_TRANSPARENT
Visible mask (black with low opacity).

Constructor Detail

ModalWindow.MaskType

public ModalWindow.MaskType(java.lang.String name)
Constructor.

Parameters:
name -


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