Field subclasses.@Deprecated public class MaintainableFieldDefinition extends MaintainableItemDefinition implements FieldDefinitionI
| Modifier and Type | Field and Description | 
|---|---|
| protected String | additionalDisplayAttributeNameDeprecated.  | 
| protected String | alternateDisplayAttributeNameDeprecated.  | 
| protected String | defaultValueDeprecated.  | 
| protected Class<? extends ValueFinder> | defaultValueFinderClassDeprecated.  | 
| protected String | fieldLevelHelpUrlDeprecated.  | 
| protected boolean | lookupReadOnlyDeprecated.  | 
| protected boolean | noLookupDeprecated.  | 
| protected String | overrideFieldConversionsDeprecated.  | 
| protected Class<? extends BusinessObject> | overrideLookupClassDeprecated.  | 
| protected boolean | readOnlyAfterAddDeprecated.  | 
| protected boolean | requiredDeprecated.  | 
| protected Boolean | showFieldLevelHelpDeprecated.  | 
| protected String | templateDeprecated.  | 
| protected boolean | triggerOnChangeDeprecated.  | 
| protected boolean | unconditionallyReadOnlyDeprecated.  | 
| protected String | webUILeaveFieldCallbackFunctionDeprecated.  | 
| protected String | webUILeaveFieldFunctionDeprecated.  | 
| protected List<String> | webUILeaveFieldFunctionParametersDeprecated.  | 
embeddedDataObjectMetadata, generatedFromMetadata, idcomponentCode, namespaceCode| 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, setNamecompleteValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadataclone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNamedataDictionaryPostProcessing, getComponentCode, getNamespaceCodeprotected 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 DataDictionaryDefinitioncompleteValidation in class DataDictionaryDefinitionBaserootBusinessObjectClass - 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 MaintainableItemDefinitionObject.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 FieldDefinitionIpublic 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 FieldDefinitionIpublic void setAlternateDisplayAttributeName(String alternateDisplayAttributeName)
public String getAdditionalDisplayAttributeName()
getAdditionalDisplayAttributeName in interface FieldDefinitionIpublic 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.