
public class Mask extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Mask.MaskAppearance |
static class |
Mask.MaskDefaultAppearance |
static interface |
Mask.MessageTemplates |
| Modifier and Type | Method and Description |
|---|---|
Mask.MaskAppearance |
getAppearance() |
static void |
mask(XElement target,
String message)
Masks the given element.
|
static void |
unmask(XElement target)
Unmasks the given element.
|
public static void mask(XElement target, String message)
target - the element to maskmessage - the messagepublic static void unmask(XElement target)
target - the target elementpublic Mask.MaskAppearance getAppearance()
Copyright © 2018. All rights reserved.