Uses of Interface
org.kuali.rice.krad.datadictionary.mask.MaskFormatter
Packages that use MaskFormatter
Package
Description
-
Uses of MaskFormatter in org.kuali.rice.krad.datadictionary
Methods in org.kuali.rice.krad.datadictionary that return MaskFormatterModifier and TypeMethodDescriptionAttributeSecurity.getMaskFormatter()AttributeSecurity.getPartialMaskFormatter()Methods in org.kuali.rice.krad.datadictionary with parameters of type MaskFormatterModifier and TypeMethodDescriptionvoidAttributeSecurity.setMaskFormatter(MaskFormatter maskFormatter) voidAttributeSecurity.setPartialMaskFormatter(MaskFormatter partialMaskFormatter) -
Uses of MaskFormatter in org.kuali.rice.krad.datadictionary.mask
Classes in org.kuali.rice.krad.datadictionary.mask that implement MaskFormatterModifier and TypeClassDescriptionclassThe maskLiteral element is used to completely hide the field value for unauthorized users.classThe maskTo element is to used hide the beginning part of the value for unauthorized users.Fields in org.kuali.rice.krad.datadictionary.mask declared as MaskFormatterFields in org.kuali.rice.krad.datadictionary.mask with type parameters of type MaskFormatterModifier and TypeFieldDescriptionprotected Class<? extends MaskFormatter> Mask.maskFormatterClassMethods in org.kuali.rice.krad.datadictionary.mask that return MaskFormatterMethods in org.kuali.rice.krad.datadictionary.mask that return types with arguments of type MaskFormatterModifier and TypeMethodDescriptionClass<? extends MaskFormatter> Mask.getMaskFormatterClass()Gets the maskFormatterClass attribute.Methods in org.kuali.rice.krad.datadictionary.mask with parameters of type MaskFormatterMethod parameters in org.kuali.rice.krad.datadictionary.mask with type arguments of type MaskFormatterModifier and TypeMethodDescriptionvoidMask.setMaskFormatterClass(Class<? extends MaskFormatter> maskFormatterClass) -
Uses of MaskFormatter in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field that return MaskFormatterModifier and TypeMethodDescriptionDataField.getMaskFormatter()MaskFormatter instance that will be used to mask the field value whenDataField.isApplyMask()is trueDataFieldBase.getMaskFormatter()MaskFormatter instance that will be used to mask the field value whenDataField.isApplyMask()is trueMethods in org.kuali.rice.krad.uif.field with parameters of type MaskFormatterModifier and TypeMethodDescriptionvoidDataField.setMaskFormatter(MaskFormatter maskFormatter) Setter for the MaskFormatter instance to apply when the value is maskedvoidDataFieldBase.setMaskFormatter(MaskFormatter maskFormatter) Setter for the MaskFormatter instance to apply when the value is masked