com.sencha.gxt.core.client.dom
Class Mask

java.lang.Object
  extended by com.sencha.gxt.core.client.dom.Mask

public class Mask
extends java.lang.Object

Masks a target element by showing a transparent "gray" overlay with support for a message.


Nested Class Summary
static interface Mask.MaskAppearance
           
static class Mask.MaskDefaultAppearance
           
static interface Mask.MessageTemplates
           
 
Method Summary
static void mask(XElement target, java.lang.String message)
          Masks the given element.
static void unmask(XElement target)
          Unmasks the given element.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mask

public static void mask(XElement target,
                        java.lang.String message)
Masks the given element.

Parameters:
target - the element to mask
message - the message

unmask

public static void unmask(XElement target)
Unmasks the given element.

Parameters:
target - the target element


Copyright © 2012. All Rights Reserved.