| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.datadictionary.mask | |
| org.kuali.rice.krad.uif.field |
| Modifier and Type | Method and Description |
|---|---|
MaskFormatter |
AttributeSecurity.getMaskFormatter() |
MaskFormatter |
AttributeSecurity.getPartialMaskFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeSecurity.setMaskFormatter(MaskFormatter maskFormatter) |
void |
AttributeSecurity.setPartialMaskFormatter(MaskFormatter partialMaskFormatter) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaskFormatterLiteral
The maskLiteral element is used to completely hide the field value for
unauthorized users.
|
class |
MaskFormatterSubString
The maskTo element is to used hide the beginning part of the value for
unauthorized users.
|
| Modifier and Type | Field and Description |
|---|---|
protected MaskFormatter |
Mask.maskFormatter |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends MaskFormatter> |
Mask.maskFormatterClass |
| Modifier and Type | Method and Description |
|---|---|
MaskFormatter |
Mask.getMaskFormatter()
Gets the maskFormatter attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MaskFormatter> |
Mask.getMaskFormatterClass()
Gets the maskFormatterClass attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mask.setMaskFormatter(MaskFormatter maskFormatter) |
| Modifier and Type | Method and Description |
|---|---|
void |
Mask.setMaskFormatterClass(Class<? extends MaskFormatter> maskFormatterClass) |
| Modifier and Type | Method and Description |
|---|---|
MaskFormatter |
DataField.getMaskFormatter()
MaskFormatter instance that will be used to mask the field value when
DataField.isApplyValueMask() is true |
| Modifier and Type | Method and Description |
|---|---|
void |
DataField.setMaskFormatter(MaskFormatter maskFormatter)
Setter for the MaskFormatter instance to apply when the value is masked
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.