public class AttributeSecurity extends UifDictionaryBeanBase
componentCode, namespaceCode| Constructor and Description | 
|---|
| AttributeSecurity() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | completeValidation(Class rootBusinessObjectClass,
                                    Class otherBusinessObjectClass)This overridden method ... | 
| void | completeValidation(Class rootBusinessObjectClass,
                                    Class otherBusinessObjectClass,
                                    ValidationTrace tracer)Directly validate simple fields | 
| MaskFormatter | getMaskFormatter() | 
| MaskFormatter | getPartialMaskFormatter() | 
| boolean | hasAnyRestriction()Returns whether any of the restrictions defined in this class are true. | 
| boolean | hasRestrictionThatRemovesValueFromUI()Returns whether any of the restrictions defined in this class indicate that the attribute
 value potentially needs to be not shown to the user (i.e. | 
| boolean | isHide() | 
| boolean | isMask() | 
| boolean | isPartialMask() | 
| boolean | isReadOnly() | 
| void | setHide(boolean hide) | 
| void | setMask(boolean mask) | 
| void | setMaskFormatter(MaskFormatter maskFormatter) | 
| void | setPartialMask(boolean partialMask) | 
| void | setPartialMaskFormatter(MaskFormatter partialMaskFormatter) | 
| void | setReadOnly(boolean readOnly) | 
| String | toString() | 
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressionsclone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdataDictionaryPostProcessing, getComponentCode, getNamespaceCodepublic AttributeSecurity()
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly - the readOnly to setpublic boolean isHide()
public void setHide(boolean hide)
hide - the hide to setpublic boolean isMask()
public void setMask(boolean mask)
mask - the mask to setpublic boolean isPartialMask()
public void setPartialMask(boolean partialMask)
partialMask - the partialMask to setpublic MaskFormatter getMaskFormatter()
public void setMaskFormatter(MaskFormatter maskFormatter)
maskFormatter - the maskFormatter to setpublic MaskFormatter getPartialMaskFormatter()
public void setPartialMaskFormatter(MaskFormatter partialMaskFormatter)
partialMaskFormatter - the partialMaskFormatter to setpublic void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass, ValidationTrace tracer)
public boolean hasAnyRestriction()
public boolean hasRestrictionThatRemovesValueFromUI()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.