@Deprecated public class MaintainableFieldDefinition extends MaintainableItemDefinition implements FieldDefinitionI
Modifier and Type | Field and Description |
---|---|
protected String |
additionalDisplayAttributeName
Deprecated.
|
protected String |
alternateDisplayAttributeName
Deprecated.
|
protected String |
defaultValue
Deprecated.
|
protected Class<? extends ValueFinder> |
defaultValueFinderClass
Deprecated.
|
protected String |
fieldLevelHelpUrl
Deprecated.
|
protected boolean |
lookupReadOnly
Deprecated.
|
protected boolean |
noLookup
Deprecated.
|
protected String |
overrideFieldConversions
Deprecated.
|
protected Class<? extends BusinessObject> |
overrideLookupClass
Deprecated.
|
protected boolean |
readOnlyAfterAdd
Deprecated.
|
protected boolean |
required
Deprecated.
|
protected Boolean |
showFieldLevelHelp
Deprecated.
|
protected String |
template
Deprecated.
|
protected boolean |
triggerOnChange
Deprecated.
|
protected boolean |
unconditionallyReadOnly
Deprecated.
|
protected String |
webUILeaveFieldCallbackFunction
Deprecated.
|
protected String |
webUILeaveFieldFunction
Deprecated.
|
protected List<String> |
webUILeaveFieldFunctionParameters
Deprecated.
|
id
Constructor and Description |
---|
MaintainableFieldDefinition()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Deprecated.
Directly validate simple fields.
|
String |
getAdditionalDisplayAttributeName()
Deprecated.
The additionalDisplayAttributeName is the name of the attribute whose value will be displayed in addition
to the actual maintenance field attribute.
|
String |
getAlternateDisplayAttributeName()
Deprecated.
The alternateDisplayAttributeName is the name of the attribute whose value will be displayed instead
of the actual maintenance field attribute.
|
String |
getDefaultValue()
Deprecated.
|
Class<? extends ValueFinder> |
getDefaultValueFinderClass()
Deprecated.
|
String |
getFieldLevelHelpUrl()
Deprecated.
|
String |
getOverrideFieldConversions()
Deprecated.
Gets the overrideFieldConversions attribute.
|
Class<? extends BusinessObject> |
getOverrideLookupClass()
Deprecated.
Gets the overrideLookupClass attribute.
|
String |
getTemplate()
Deprecated.
|
String |
getWebUILeaveFieldCallbackFunction()
Deprecated.
|
String |
getWebUILeaveFieldFunction()
Deprecated.
|
List<String> |
getWebUILeaveFieldFunctionParameters()
Deprecated.
|
boolean |
isLookupReadOnly()
Deprecated.
|
boolean |
isNoLookup()
Deprecated.
|
boolean |
isReadOnlyAfterAdd()
Deprecated.
|
boolean |
isRequired()
Deprecated.
|
Boolean |
isShowFieldLevelHelp()
Deprecated.
|
boolean |
isTriggerOnChange()
Deprecated.
|
boolean |
isUnconditionallyReadOnly()
Deprecated.
|
void |
setAdditionalDisplayAttributeName(String additionalDisplayAttributeName)
Deprecated.
|
void |
setAlternateDisplayAttributeName(String alternateDisplayAttributeName)
Deprecated.
|
void |
setDefaultValue(String defaultValue)
Deprecated.
The defaultValue element will pre-load the specified value
into the lookup field.
|
void |
setDefaultValueFinderClass(Class<? extends ValueFinder> defaultValueFinderClass)
Deprecated.
The defaultValueFinderClass specifies the java class that will be
used to determine the default value of a lookup field.
|
void |
setFieldLevelHelpUrl(String fieldLevelHelpUrl)
Deprecated.
|
void |
setLookupReadOnly(boolean lookupReadOnly)
Deprecated.
|
void |
setNoLookup(boolean noLookup)
Deprecated.
|
void |
setOverrideFieldConversions(String overrideFieldConversions)
Deprecated.
Single value lookups expect field conversions to be passed in as a HTTP parameter when the lookups is invoked from a quickfinder icon (i.e.
|
void |
setOverrideLookupClass(Class<? extends BusinessObject> overrideLookupClass)
Deprecated.
The overrideLookupClass element is used to indicate the
class that should be used for the magnifying glass lookup.
|
void |
setReadOnlyAfterAdd(boolean readOnlyAfterAdd)
Deprecated.
This is used to indicate that the field is read-only after the record has been
initially created.
|
void |
setRequired(boolean required)
Deprecated.
required is true if the field must contain a non-null value
|
void |
setShowFieldLevelHelp(Boolean showFieldLevelHelp)
Deprecated.
|
void |
setTemplate(String template)
Deprecated.
template documentation from MaintenanceUtils.java:
Field templates are used in relation to multiple value lookups.
|
void |
setTriggerOnChange(boolean triggerOnChange)
Deprecated.
|
void |
setUnconditionallyReadOnly(boolean unconditionallyReadOnly)
Deprecated.
|
void |
setWebUILeaveFieldCallbackFunction(String webUILeaveFieldCallbackFunction)
Deprecated.
webUILeaveFieldCallbackFunction
This is the call javascript function related to the webUILeaveFieldFunction.
|
void |
setWebUILeaveFieldFunction(String webUILeaveFieldFunction)
Deprecated.
webUILeaveFieldFunction is the name of a javascript function to called when
when the user tabs out of the field.
|
void |
setWebUILeaveFieldFunctionParameters(List<String> webUILeaveFieldFunctionParameters)
Deprecated.
|
String |
toString()
Deprecated.
|
getName, setName
afterPropertiesSet, getId, setId
copy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName
getComponentCode, getNamespaceCode
protected boolean required
protected boolean unconditionallyReadOnly
protected boolean readOnlyAfterAdd
protected boolean noLookup
protected boolean lookupReadOnly
protected String defaultValue
protected Class<? extends ValueFinder> defaultValueFinderClass
protected String webUILeaveFieldFunction
protected String webUILeaveFieldCallbackFunction
protected List<String> webUILeaveFieldFunctionParameters
protected Class<? extends BusinessObject> overrideLookupClass
protected String overrideFieldConversions
protected String alternateDisplayAttributeName
protected String additionalDisplayAttributeName
protected boolean triggerOnChange
protected Boolean showFieldLevelHelp
protected String fieldLevelHelpUrl
public MaintainableFieldDefinition()
public boolean isRequired()
public void setRequired(boolean required)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public Class<? extends ValueFinder> getDefaultValueFinderClass()
public boolean isUnconditionallyReadOnly()
public void setUnconditionallyReadOnly(boolean unconditionallyReadOnly)
unconditionallyReadOnly
- the unconditionallyReadOnly to setpublic String getOverrideFieldConversions()
public void setOverrideFieldConversions(String overrideFieldConversions)
public Class<? extends BusinessObject> getOverrideLookupClass()
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation
in interface DataDictionaryDefinition
rootBusinessObjectClass
- Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass
- other stuff required to complete validationorg.kuali.rice.krad.datadictionary.DataDictionaryDefinition#completeValidation(java.lang.Class, java.lang.Object)
public String toString()
toString
in class MaintainableItemDefinition
Object.toString()
public String getTemplate()
public void setTemplate(String template)
public String getWebUILeaveFieldCallbackFunction()
public void setWebUILeaveFieldCallbackFunction(String webUILeaveFieldCallbackFunction)
public String getWebUILeaveFieldFunction()
public void setWebUILeaveFieldFunction(String webUILeaveFieldFunction)
public boolean isReadOnlyAfterAdd()
isReadOnlyAfterAdd
in interface FieldDefinitionI
public void setReadOnlyAfterAdd(boolean readOnlyAfterAdd)
public void setDefaultValueFinderClass(Class<? extends ValueFinder> defaultValueFinderClass)
public void setOverrideLookupClass(Class<? extends BusinessObject> overrideLookupClass)
public boolean isNoLookup()
public void setNoLookup(boolean noLookup)
noLookup
- the noLookup to setpublic boolean isLookupReadOnly()
public void setLookupReadOnly(boolean lookupReadOnly)
public Boolean isShowFieldLevelHelp()
public void setShowFieldLevelHelp(Boolean showFieldLevelHelp)
public String getFieldLevelHelpUrl()
public void setFieldLevelHelpUrl(String fieldLevelHelpUrl)
public String getAlternateDisplayAttributeName()
getAlternateDisplayAttributeName
in interface FieldDefinitionI
public void setAlternateDisplayAttributeName(String alternateDisplayAttributeName)
public String getAdditionalDisplayAttributeName()
getAdditionalDisplayAttributeName
in interface FieldDefinitionI
public void setAdditionalDisplayAttributeName(String additionalDisplayAttributeName)
public boolean isTriggerOnChange()
public void setTriggerOnChange(boolean triggerOnChange)
public List<String> getWebUILeaveFieldFunctionParameters()
public void setWebUILeaveFieldFunctionParameters(List<String> webUILeaveFieldFunctionParameters)
webUILeaveFieldFunctionParameters
- the webUILeaveFieldFunctionParameters to setCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.