|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.core.client.dom.Mask
public class Mask
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 |
|---|
public static void mask(XElement target,
java.lang.String message)
target - the element to maskmessage - the messagepublic static void unmask(XElement target)
target - the target element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||