public class AttributeSecurity extends UifDictionaryBeanBase
| 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
|
<T> T |
copy()
Returns a copy of the component.
|
protected <T> void |
copyProperties(T component)
Copies the properties over for the copy method
|
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) |
getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraphgetComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentCode, 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()
public <T> T copy()
copy in class DictionaryBeanBaseprotected <T> void copyProperties(T component)
copyProperties in class UifDictionaryBeanBasecomponent - base beanCopyright © 2005–2016 The Kuali Foundation. All rights reserved.