Class Field

java.lang.Object
org.kuali.rice.kns.web.ui.Field
All Implemented Interfaces:
Serializable, PropertyRenderingConfigElement

@Deprecated public class Field extends Object implements Serializable, PropertyRenderingConfigElement
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
Represents a Field (form field or read only)
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

  • Constructor Details

    • Field

      public Field()
      Deprecated.
      No-args constructor
    • Field

      public Field(String propertyName, String fieldLabel)
      Deprecated.
      Constructor that creates an instance of this class to support inquirable
      Parameters:
      propertyName - property attribute of the bean
      fieldLabel - label of the display field
    • Field

      public Field(String fieldLabel, String fieldHelpUrl, String fieldType, boolean clear, String propertyName, String propertyValue, boolean fieldRequired, boolean dateField, List<org.kuali.rice.core.api.util.KeyValue> fieldValidValues, String quickFinderClassNameImpl)
      Deprecated.
      Constructor that creates an instance of this class.
      Parameters:
      fieldLabel - label of the search criteria field
      fieldHelpUrl - url of a help link to help instructions
      fieldType - type of input field for this search criteria
      clear - clear action flag
      propertyName - name of the bean attribute for this search criteria
      propertyValue - value of the bean attribute
      fieldRequired - flag to denote if field is required
      dateField - falg to denot if field should be validated as a date object
      fieldValidValues - used for drop down list
      quickFinderClassNameImpl - class name to transfer control to quick finder
    • Field

      public Field(String fieldLabel, String fieldHelpUrl, String fieldType, boolean clear, String propertyName, String propertyValue, boolean fieldRequired, boolean dateField, List<org.kuali.rice.core.api.util.KeyValue> fieldValidValues, String quickFinderClassNameImpl, int size, int maxLength)
      Deprecated.
      Constructor that creates an instance of this class.
      Parameters:
      fieldLabel - label of the search criteria field
      fieldHelpUrl - url of a help link to help instructions
      fieldType - type of input field for this search criteria
      clear - clear action flag
      propertyName - name of the bean attribute for this search criteria
      propertyValue - value of the bean attribute
      fieldRequired - flag to denote if field is required
      dateField - falg to denot if field should be validated as a date object
      fieldValidValues - used for drop down list
      quickFinderClassNameImpl - class name to transfer control to quick finder
      size - size of the input field
      maxLength - maxLength of the input field
  • Method Details

    • isInputField

      public static boolean isInputField(String fieldType)
      Deprecated.
      Helper method to determine if this is an INPUT type field
      Parameters:
      fieldType -
    • getImageSrc

      public String getImageSrc()
      Deprecated.
      Returns:
      the imageSrc
    • setImageSrc

      public void setImageSrc(String imageSrc)
      Deprecated.
      Parameters:
      imageSrc - the imageSrc to set
    • getTarget

      public String getTarget()
      Deprecated.
      Returns:
      the target
    • setTarget

      public void setTarget(String target)
      Deprecated.
      Parameters:
      target - the target to set
    • getHrefText

      public String getHrefText()
      Deprecated.
      Returns:
      the hrefText
    • setHrefText

      public void setHrefText(String hrefText)
      Deprecated.
      Parameters:
      hrefText - the hrefText to set
    • getInquiryURL

      public HtmlData getInquiryURL()
      Deprecated.
    • setInquiryURL

      public void setInquiryURL(HtmlData propertyURL)
      Deprecated.
    • getNumberOfColumnsForCollection

      public int getNumberOfColumnsForCollection()
      Deprecated.
    • setNumberOfColumnsForCollection

      public void setNumberOfColumnsForCollection(int numberOfColumnsForCollection)
      Deprecated.
    • isDatePicker

      public boolean isDatePicker()
      Deprecated.
    • setDatePicker

      public void setDatePicker(boolean isDatePicker)
      Deprecated.
    • getDatePickerFormat

      public String getDatePickerFormat()
      Deprecated.
    • setDatePickerFormat

      public void setDatePickerFormat(String datePickerFormat)
      Deprecated.
    • isRanged

      public boolean isRanged()
      Deprecated.
    • setRanged

      public void setRanged(boolean ranged)
      Deprecated.
    • isExpandedTextArea

      public boolean isExpandedTextArea()
      Deprecated.
    • setExpandedTextArea

      public void setExpandedTextArea(boolean expandedTextArea)
      Deprecated.
    • getDefaultValue

      public String getDefaultValue()
      Deprecated.
      Returns:
      Returns the defaultValue.
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
      Deprecated.
      Parameters:
      defaultValue - The defaultValue to set.
    • containsBOData

      public boolean containsBOData()
      Deprecated.
    • getCHECKBOX

      public String getCHECKBOX()
      Deprecated.
      Returns:
      Returns the CHECKBOX.
    • getCONTAINER

      public String getCONTAINER()
      Deprecated.
      Returns:
      Returns the CONTAINER.
    • getDROPDOWN

      public String getDROPDOWN()
      Deprecated.
      Returns:
      Returns the dROPDOWN.
    • getTEXT_AREA

      public String getTEXT_AREA()
      Deprecated.
      Returns:
      Returns the TEXT_AREA.
    • getDROPDOWN_REFRESH

      public String getDROPDOWN_REFRESH()
      Deprecated.
      Returns:
      Returns the DROPDOWN_REFRESH
    • getDROPDOWN_SCRIPT

      public String getDROPDOWN_SCRIPT()
      Deprecated.
      Returns:
      Returns DROPDOWN_SCRIPT
    • getMULTISELECT

      public String getMULTISELECT()
      Deprecated.
      Returns:
      Returns MULTISELECT
    • getKUALIUSER

      public String getKUALIUSER()
      Deprecated.
      Returns:
      Returns KUALIUSER
    • getFILE

      public String getFILE()
      Deprecated.
      Returns:
      Returns the FILE.
    • getSUB_SECTION_SEPARATOR

      public String getSUB_SECTION_SEPARATOR()
      Deprecated.
      Returns:
      Returns SUB_SECTION_SEPARATOR
    • getBLANK_SPACE

      public String getBLANK_SPACE()
      Deprecated.
      Returns:
      Returns BLANK_SPACE
    • getBUTTON

      public String getBUTTON()
      Deprecated.
      Returns:
      the BUTTON
    • getLINK

      public String getLINK()
      Deprecated.
      Returns:
      the LINK
    • getFieldConversions

      public String getFieldConversions()
      Deprecated.
      Returns:
      Returns the fieldConversions.
    • getFieldConversionMap

      public Map<String,String> getFieldConversionMap()
      Deprecated.
    • getFieldHelpUrl

      public String getFieldHelpUrl()
      Deprecated.
      Returns:
      Returns the fieldHelpUrl.
    • getFieldLabel

      public String getFieldLabel()
      Deprecated.
      Returns:
      Returns the fieldLabel.
    • getFieldType

      public String getFieldType()
      Deprecated.
      Returns:
      Returns the fieldType.
    • getFieldValidValues

      public List<org.kuali.rice.core.api.util.KeyValue> getFieldValidValues()
      Deprecated.
      Returns:
      Returns the fieldValidValues.
    • getFormatter

      public org.kuali.rice.core.web.format.Formatter getFormatter()
      Deprecated.
      Specified by:
      getFormatter in interface PropertyRenderingConfigElement
      Returns:
      Returns the formatter.
    • getHIDDEN

      public String getHIDDEN()
      Deprecated.
      Returns:
      Returns the hIDDEN.
    • getLookupParameters

      public String getLookupParameters()
      Deprecated.
      Returns:
      Returns the lookupParameters.
    • getMaxLength

      public int getMaxLength()
      Deprecated.
      Returns:
      Returns the maxLength.
    • getPropertyName

      public String getPropertyName()
      Deprecated.
      Specified by:
      getPropertyName in interface PropertyRenderingConfigElement
      Returns:
      Returns the propertyName.
    • getPropertyValue

      public String getPropertyValue()
      Deprecated.
      Specified by:
      getPropertyValue in interface PropertyRenderingConfigElement
      Returns:
      Returns the propertyValue.
    • getPropertyPrefix

      public String getPropertyPrefix()
      Deprecated.
      Gets the propertyPrefix attribute.
      Returns:
      Returns the propertyPrefix.
    • setPropertyPrefix

      public void setPropertyPrefix(String propertyPrefix)
      Deprecated.
      Sets the propertyPrefix attribute value.
      Parameters:
      propertyPrefix - The propertyPrefix to set.
    • getQUICKFINDER

      public String getQUICKFINDER()
      Deprecated.
      Returns:
      Returns the qUICKFINDER.
    • getQuickFinderClassNameImpl

      public String getQuickFinderClassNameImpl()
      Deprecated.
      Returns:
      Returns the quickFinderClassNameImpl.
    • getRADIO

      public String getRADIO()
      Deprecated.
      Returns:
      Returns the rADIO.
    • getSize

      public int getSize()
      Deprecated.
      Returns:
      Returns the size.
    • getTEXT

      public String getTEXT()
      Deprecated.
      Returns:
      Returns the TEXT.
    • getCURRENCY

      public String getCURRENCY()
      Deprecated.
    • getIMAGE_SUBMIT

      public String getIMAGE_SUBMIT()
      Deprecated.
      Returns:
      Returns the iMAGE_SUBMIT.
    • getLOOKUP_HIDDEN

      public String getLOOKUP_HIDDEN()
      Deprecated.
      Returns:
      Returns the LOOKUP_HIDDEN.
    • getLOOKUP_READONLY

      public String getLOOKUP_READONLY()
      Deprecated.
      Returns:
      Returns the LOOKUP_READONLY.
    • getWORKFLOW_WORKGROUP

      public String getWORKFLOW_WORKGROUP()
      Deprecated.
      Returns:
      Returns the WORKFLOW_WORKGROUP.
    • isClear

      public boolean isClear()
      Deprecated.
      Returns:
      Returns the clear.
    • isDateField

      public boolean isDateField()
      Deprecated.
      Returns:
      Returns the dateField.
    • isFieldRequired

      public boolean isFieldRequired()
      Deprecated.
      Returns:
      Returns the fieldRequired.
    • isHighlightField

      public boolean isHighlightField()
      Deprecated.
      Returns:
      Returns the highlightField.
    • isReadOnly

      public boolean isReadOnly()
      Deprecated.
      Returns:
      Returns the isReadOnly.
    • isUpperCase

      public boolean isUpperCase()
      Deprecated.
      Returns:
      Returns the upperCase.
    • setClear

      public void setClear(boolean clear)
      Deprecated.
      Parameters:
      clear - The clear to set.
    • setDateField

      public void setDateField(boolean dateField)
      Deprecated.
      Parameters:
      dateField - The dateField to set.
    • setFieldConversions

      public void setFieldConversions(Map<String,String> fieldConversionsMap)
      Deprecated.
      Parameters:
      fieldConversionsMap - The fieldConversions to set.
    • setFieldConversions

      public void setFieldConversions(String fieldConversions)
      Deprecated.
      Parameters:
      fieldConversions - The fieldConversions to set.
    • appendFieldConversions

      public void appendFieldConversions(String fieldConversions)
      Deprecated.
    • setFieldHelpUrl

      public void setFieldHelpUrl(String fieldHelpUrl)
      Deprecated.
      Parameters:
      fieldHelpUrl - The fieldHelpUrl to set.
    • setFieldLabel

      public void setFieldLabel(String fieldLabel)
      Deprecated.
      Parameters:
      fieldLabel - The fieldLabel to set.
    • setFieldRequired

      public void setFieldRequired(boolean fieldRequired)
      Deprecated.
      Parameters:
      fieldRequired - The fieldRequired to set.
    • setFieldType

      public void setFieldType(String fieldType)
      Deprecated.
      Parameters:
      fieldType - The fieldType to set.
    • setFieldValidValues

      public void setFieldValidValues(List<org.kuali.rice.core.api.util.KeyValue> fieldValidValues)
      Deprecated.
      Parameters:
      fieldValidValues - The fieldValidValues to set.
    • getHasBlankValidValue

      public boolean getHasBlankValidValue()
      Deprecated.
    • setFormatter

      public void setFormatter(org.kuali.rice.core.web.format.Formatter formatter)
      Deprecated.
      Specified by:
      setFormatter in interface PropertyRenderingConfigElement
      Parameters:
      formatter - The formatter to set.
    • setHighlightField

      public void setHighlightField(boolean highlightField)
      Deprecated.
      Parameters:
      highlightField - The highlightField to set.
    • setLookupParameters

      public void setLookupParameters(Map lookupParametersMap)
      Deprecated.
      Parameters:
      lookupParametersMap - The lookupParameters to set.
    • setLookupParameters

      public void setLookupParameters(String lookupParameters)
      Deprecated.
      Parameters:
      lookupParameters - The lookupParameters to set.
    • appendLookupParameters

      public void appendLookupParameters(String lookupParameters)
      Deprecated.
      This method appends the passed-in lookupParameters to the existing
      Parameters:
      lookupParameters -
    • setMaxLength

      public void setMaxLength(int maxLength)
      Deprecated.
      Parameters:
      maxLength - The maxLength to set.
    • setPropertyName

      public void setPropertyName(String propertyName)
      Deprecated.
      Specified by:
      setPropertyName in interface PropertyRenderingConfigElement
      Parameters:
      propertyName - The propertyName to set.
    • setPropertyValue

      public void setPropertyValue(Object propertyValue)
      Deprecated.
      Parameters:
      propertyValue - The propertyValue to set.
    • setQuickFinderClassNameImpl

      public void setQuickFinderClassNameImpl(String quickFinderClassNameImpl)
      Deprecated.
      Parameters:
      quickFinderClassNameImpl - The quickFinderClassNameImpl to set.
    • setReadOnly

      public void setReadOnly(boolean isReadOnly)
      Deprecated.
      Parameters:
      isReadOnly - The isReadOnly to set.
    • setSize

      public void setSize(int size)
      Deprecated.
      Parameters:
      size - The size to set.
    • setUpperCase

      public void setUpperCase(boolean upperCase)
      Deprecated.
      Parameters:
      upperCase - The upperCase to set.
    • getCols

      public int getCols()
      Deprecated.
      Returns:
      Returns the cols.
    • setCols

      public void setCols(int cols)
      Deprecated.
      Parameters:
      cols - The cols to set.
    • getRows

      public int getRows()
      Deprecated.
      Returns:
      Returns the rows.
    • setRows

      public void setRows(int rows)
      Deprecated.
      Parameters:
      rows - The rows to set.
    • getContainerRows

      public List<Row> getContainerRows()
      Deprecated.
      Returns:
      Returns the containerRows.
    • setContainerRows

      public void setContainerRows(List<Row> containerRows)
      Deprecated.
      Parameters:
      containerRows - The containerRows to set.
    • getBusinessObjectClassName

      public String getBusinessObjectClassName()
      Deprecated.
      Returns:
      Returns the businessObjectClassName.
    • setBusinessObjectClassName

      public void setBusinessObjectClassName(String businessObjectClassName)
      Deprecated.
      Parameters:
      businessObjectClassName - The businessObjectClassName to set.
    • getFieldHelpSummary

      public String getFieldHelpSummary()
      Deprecated.
      Returns:
      Returns the fieldHelpSummary.
    • setFieldHelpSummary

      public void setFieldHelpSummary(String fieldHelpSummary)
      Deprecated.
      Parameters:
      fieldHelpSummary - The fieldHelpSummary to set.
    • getFieldHelpName

      public String getFieldHelpName()
      Deprecated.
      Returns:
      Returns the fieldHelpName.
    • setFieldHelpName

      public void setFieldHelpName(String fieldHelpName)
      Deprecated.
      Parameters:
      fieldHelpName - The fieldHelpName to set.
    • getScript

      public String getScript()
      Deprecated.
      Gets the script attribute.
      Returns:
      Returns the script.
    • setScript

      public void setScript(String script)
      Deprecated.
      Sets the script attribute value.
      Parameters:
      script - The script to set.
    • getPersonNameAttributeName

      public String getPersonNameAttributeName()
      Deprecated.
      Gets the personNameAttributeName attribute.
      Returns:
      Returns the personNameAttributeName.
    • setPersonNameAttributeName

      public void setPersonNameAttributeName(String personNameAttributeName)
      Deprecated.
      Sets the personNameAttributeName attribute value.
      Parameters:
      personNameAttributeName - The personNameAttributeName to set.
    • getUniversalIdAttributeName

      public String getUniversalIdAttributeName()
      Deprecated.
      Gets the universalIdAttributeName attribute.
      Returns:
      Returns the universalIdAttributeName.
    • setUniversalIdAttributeName

      public void setUniversalIdAttributeName(String universalIdAttributeName)
      Deprecated.
      Sets the universalIdAttributeName attribute value.
      Parameters:
      universalIdAttributeName - The universalIdAttributeName to set.
    • getUserIdAttributeName

      public String getUserIdAttributeName()
      Deprecated.
      Gets the userIdAttributeName attribute.
      Returns:
      Returns the userIdAttributeName.
    • setUserIdAttributeName

      public void setUserIdAttributeName(String userIdAttributeName)
      Deprecated.
      Sets the userIdAttributeName attribute value.
      Parameters:
      userIdAttributeName - The userIdAttributeName to set.
    • isKeyField

      public boolean isKeyField()
      Deprecated.
      Gets the keyField attribute.
      Returns:
      Returns the keyField.
    • setKeyField

      public void setKeyField(boolean keyField)
      Deprecated.
      Sets the keyField attribute value.
      Parameters:
      keyField - The keyField to set.
    • getDisplayEditMode

      public String getDisplayEditMode()
      Deprecated.
      Gets the displayEditMode attribute.
      Returns:
      Returns the displayEditMode.
    • setDisplayEditMode

      public void setDisplayEditMode(String displayEditMode)
      Deprecated.
      Sets the displayEditMode attribute value.
      Parameters:
      displayEditMode - The displayEditMode to set.
    • getDisplayMask

      public org.kuali.rice.krad.datadictionary.mask.Mask getDisplayMask()
      Deprecated.
      Gets the displayMask attribute.
      Returns:
      Returns the displayMask.
    • setDisplayMask

      public void setDisplayMask(org.kuali.rice.krad.datadictionary.mask.Mask displayMask)
      Deprecated.
      Sets the displayMask attribute value.
      Parameters:
      displayMask - The displayMask to set.
    • getDisplayMaskValue

      public String getDisplayMaskValue()
      Deprecated.
      Gets the displayMaskValue attribute.
      Returns:
      Returns the displayMaskValue.
    • setDisplayMaskValue

      public void setDisplayMaskValue(String displayMaskValue)
      Deprecated.
      Sets the displayMaskValue attribute value.
      Parameters:
      displayMaskValue - The displayMaskValue to set.
    • getEncryptedValue

      public String getEncryptedValue()
      Deprecated.
      Gets the encryptedValue attribute.
      Returns:
      Returns the encryptedValue.
    • setEncryptedValue

      public void setEncryptedValue(String encryptedValue)
      Deprecated.
      Sets the encryptedValue attribute value.
      Parameters:
      encryptedValue - The encryptedValue to set.
    • isSecure

      public boolean isSecure()
      Deprecated.
      Gets the secure attribute.
      Returns:
      Returns the secure.
    • setSecure

      public void setSecure(boolean secure)
      Deprecated.
      Sets the secure attribute value.
      Parameters:
      secure - The secure to set.
    • getWebOnBlurHandler

      public String getWebOnBlurHandler()
      Deprecated.
      Returns the method name of a function present in the page which should be called when the user tabs away from the field.
      Returns:
    • setWebOnBlurHandler

      public void setWebOnBlurHandler(String webOnBlurHandler)
      Deprecated.
    • getWebOnBlurHandlerCallback

      public String getWebOnBlurHandlerCallback()
      Deprecated.
      Returns the method name of a function present in the page which should be called after an AJAX call from the onblur handler.
      Returns:
    • setWebOnBlurHandlerCallback

      public void setWebOnBlurHandlerCallback(String webOnBlurHandlerCallback)
      Deprecated.
    • setPropertyValue

      public void setPropertyValue(String propertyValue)
      Deprecated.
      Sets the propertyValue attribute value.
      Specified by:
      setPropertyValue in interface PropertyRenderingConfigElement
      Parameters:
      propertyValue - The propertyValue to set.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • getStyleClass

      public String getStyleClass()
      Deprecated.
    • setStyleClass

      public void setStyleClass(String styleClass)
      Deprecated.
    • getFormattedMaxLength

      public int getFormattedMaxLength()
      Deprecated.
    • setFormattedMaxLength

      public void setFormattedMaxLength(int formattedMaxLength)
      Deprecated.
    • getContainerName

      public String getContainerName()
      Deprecated.
    • setContainerName

      public void setContainerName(String containerName)
      Deprecated.
    • getContainerElementName

      public String getContainerElementName()
      Deprecated.
      Gets the containerElementName attribute.
      Returns:
      Returns the containerElementName.
    • setContainerElementName

      public void setContainerElementName(String containerElementName)
      Deprecated.
      Sets the containerElementName attribute value.
      Parameters:
      containerElementName - The containerElementName to set.
    • getContainerDisplayFields

      public List<Field> getContainerDisplayFields()
      Deprecated.
      Gets the containerDisplayFields attribute.
      Returns:
      Returns the containerDisplayFields.
    • setContainerDisplayFields

      public void setContainerDisplayFields(List<Field> containerDisplayFields)
      Deprecated.
      Sets the containerDisplayFields attribute value.
      Parameters:
      containerDisplayFields - The containerDisplayFields to set.
    • getReferencesToRefresh

      public String getReferencesToRefresh()
      Deprecated.
    • setReferencesToRefresh

      public void setReferencesToRefresh(String referencesToRefresh)
      Deprecated.
    • getMultipleValueLookupClassLabel

      public String getMultipleValueLookupClassLabel()
      Deprecated.
      The DD defined objectLabel of the class on which a multiple value lookup is performed
      Returns:
      The DD defined objectLabel of the class on which a multiple value lookup is performed
    • setMultipleValueLookupClassLabel

      public void setMultipleValueLookupClassLabel(String multipleValueLookupClassLabel)
      Deprecated.
      The DD defined objectLabel of the class on which a multiple value lookup is performed
      Parameters:
      multipleValueLookupClassLabel - The DD defined objectLabel of the class on which a multiple value lookup is performed
    • getMultipleValueLookedUpCollectionName

      public String getMultipleValueLookedUpCollectionName()
      Deprecated.
      For container fields (i.e. fieldType.equals(CONTAINER)) with MV lookups enabled, this is the name of the collection on the doc on which the MV lookup is performed
      Returns:
    • setMultipleValueLookedUpCollectionName

      public void setMultipleValueLookedUpCollectionName(String multipleValueLookedUpCollectionName)
      Deprecated.
      For container fields (i.e. fieldType.equals(CONTAINER)) with MV lookups enabled, this is the name of the collection on the doc on which the MV lookup is performed
      Parameters:
      multipleValueLookedUpCollectionName -
    • getMultipleValueLookupClassName

      public String getMultipleValueLookupClassName()
      Deprecated.
      For container fields (i.e. fieldType.equals(CONTAINER)) with MV lookups enabled, this is the class to perform a lookup upon
      Returns:
    • setMultipleValueLookupClassName

      public void setMultipleValueLookupClassName(String multipleValueLookupClassName)
      Deprecated.
      For container fields (i.e. fieldType.equals(CONTAINER)) with MV lookups enabled, this is the class to perform a lookup upon
      Parameters:
      multipleValueLookupClassName -
    • getCellAlign

      public String getCellAlign()
      Deprecated.
      The td alignment to use for the Field.
      Returns:
      the cellAlign
    • setCellAlign

      public void setCellAlign(String cellAlign)
      Deprecated.
      Sets the td alignment for the Field.
      Parameters:
      cellAlign - the cellAlign to set
    • getInquiryParameters

      public String getInquiryParameters()
      Deprecated.
    • setInquiryParameters

      public void setInquiryParameters(String inquiryParameters)
      Deprecated.
    • isFieldLevelHelpEnabled

      public boolean isFieldLevelHelpEnabled()
      Deprecated.
      Returns whether field level help is enabled for this field. If this value is true, then the field level help will be enabled. If false, then whether a field is enabled is determined by the value returned by isFieldLevelHelpDisabled() and the system-wide parameter setting. Note that if a field is read-only, that may cause field-level help to not be rendered.
      Returns:
      true if field level help is enabled, false if the value of this method should NOT be used to determine whether this method's return value affects the enablement of field level help
    • setFieldLevelHelpEnabled

      public void setFieldLevelHelpEnabled(boolean fieldLevelHelpEnabled)
      Deprecated.
    • isFieldLevelHelpDisabled

      public boolean isFieldLevelHelpDisabled()
      Deprecated.
      Returns whether field level help is disabled for this field. If this value is true and isFieldLevelHelpEnabled() returns false, then the field level help will not be rendered. If both this and isFieldLevelHelpEnabled() return false, then the system-wide setting will determine whether field level help is enabled. Note that if a field is read-only, that may cause field-level help to not be rendered.
      Returns:
      true if field level help is disabled, false if the value of this method should NOT be used to determine whether this method's return value affects the enablement of field level help
    • setFieldLevelHelpDisabled

      public void setFieldLevelHelpDisabled(boolean fieldLevelHelpDisabled)
      Deprecated.
    • isFieldDirectInquiryEnabled

      public boolean isFieldDirectInquiryEnabled()
      Deprecated.
    • setFieldDirectInquiryEnabled

      public void setFieldDirectInquiryEnabled(boolean fieldDirectInquiryEnabled)
      Deprecated.
    • getFieldInactiveValidValues

      public List getFieldInactiveValidValues()
      Deprecated.
      Returns:
      the fieldInactiveValidValues
    • setFieldInactiveValidValues

      public void setFieldInactiveValidValues(List fieldInactiveValidValues)
      Deprecated.
      Parameters:
      fieldInactiveValidValues - the fieldInactiveValidValues to set
    • isTriggerOnChange

      public boolean isTriggerOnChange()
      Deprecated.
    • setTriggerOnChange

      public void setTriggerOnChange(boolean triggerOnChange)
      Deprecated.
    • getHasLookupable

      public boolean getHasLookupable()
      Deprecated.
    • getAlternateDisplayPropertyName

      public String getAlternateDisplayPropertyName()
      Deprecated.
      Specified by:
      getAlternateDisplayPropertyName in interface PropertyRenderingConfigElement
      Returns:
      name of the property that should be displayed in place of property we are rendering (only applies when read-only)
    • setAlternateDisplayPropertyName

      public void setAlternateDisplayPropertyName(String alternateDisplayPropertyName)
      Deprecated.
      Specified by:
      setAlternateDisplayPropertyName in interface PropertyRenderingConfigElement
      Parameters:
      alternateDisplayPropertyName - - name of the property that should be displayed in place of property we are rendering (only applies when read-only)
    • getAlternateDisplayPropertyValue

      public String getAlternateDisplayPropertyValue()
      Deprecated.
    • setAlternateDisplayPropertyValue

      public void setAlternateDisplayPropertyValue(Object alternateDisplayPropertyValue)
      Deprecated.
    • getAdditionalDisplayPropertyName

      public String getAdditionalDisplayPropertyName()
      Deprecated.
      Specified by:
      getAdditionalDisplayPropertyName in interface PropertyRenderingConfigElement
      Returns:
      name of the property that should be displayed in addition to the property we are rendering (only applies when read-only)
    • setAdditionalDisplayPropertyName

      public void setAdditionalDisplayPropertyName(String additionalDisplayPropertyName)
      Deprecated.
      Specified by:
      setAdditionalDisplayPropertyName in interface PropertyRenderingConfigElement
      Parameters:
      additionalDisplayPropertyName - - name of the property that should be displayed in addition to the property we are rendering (only applies when read-only)
    • getAdditionalDisplayPropertyValue

      public String getAdditionalDisplayPropertyValue()
      Deprecated.
    • setAdditionalDisplayPropertyValue

      public void setAdditionalDisplayPropertyValue(Object additionalDisplayPropertyValue)
      Deprecated.
    • isIndexedForSearch

      public boolean isIndexedForSearch()
      Deprecated.
    • setIndexedForSearch

      public void setIndexedForSearch(boolean indexedForSearch)
      Deprecated.
    • getMainFieldLabel

      public String getMainFieldLabel()
      Deprecated.
    • getRangeFieldInclusive

      public Boolean getRangeFieldInclusive()
      Deprecated.
    • isMemberOfRange

      public boolean isMemberOfRange()
      Deprecated.
    • setMainFieldLabel

      public void setMainFieldLabel(String mainFieldLabel)
      Deprecated.
    • setRangeFieldInclusive

      public void setRangeFieldInclusive(Boolean rangeFieldInclusive)
      Deprecated.
    • setMemberOfRange

      public void setMemberOfRange(boolean memberOfRange)
      Deprecated.
    • isInclusive

      public boolean isInclusive()
      Deprecated.
    • getFieldDataType

      public String getFieldDataType()
      Deprecated.
    • setFieldDataType

      public void setFieldDataType(String fieldDataType)
      Deprecated.
    • isColumnVisible

      public boolean isColumnVisible()
      Deprecated.
    • setColumnVisible

      public void setColumnVisible(boolean isColumnVisible)
      Deprecated.
    • getPropertyValues

      public String[] getPropertyValues()
      Deprecated.
    • setPropertyValues

      public void setPropertyValues(String[] propertyValues)
      Deprecated.
    • isSkipBlankValidValue

      public boolean isSkipBlankValidValue()
      Deprecated.
      Returns:
      the skipBlankValidValue
    • setSkipBlankValidValue

      public void setSkipBlankValidValue(boolean skipBlankValidValue)
      Deprecated.
      Parameters:
      skipBlankValidValue - the skipBlankValidValue to set
    • isAllowInlineRange

      public boolean isAllowInlineRange()
      Deprecated.
      Returns:
      the allowInlineRange
    • setAllowInlineRange

      public void setAllowInlineRange(boolean allowInlineRange)
      Deprecated.
      Parameters:
      allowInlineRange - the allowInlineRange to set
    • getUniversalIdValue

      public String getUniversalIdValue()
      Deprecated.
    • setUniversalIdValue

      public void setUniversalIdValue(String universalIdValue)
      Deprecated.
    • getPersonNameValue

      public String getPersonNameValue()
      Deprecated.
    • setPersonNameValue

      public void setPersonNameValue(String personNameValue)
      Deprecated.
    • getBaseLookupUrl

      public String getBaseLookupUrl()
      Deprecated.
    • setBaseLookupUrl

      public void setBaseLookupUrl(String baseLookupURL)
      Deprecated.
    • getFieldLevelHelpUrl

      public String getFieldLevelHelpUrl()
      Deprecated.
    • setFieldLevelHelpUrl

      public void setFieldLevelHelpUrl(String fieldLevelHelpUrl)
      Deprecated.
    • getWebUILeaveFieldFunctionParameters

      public List<String> getWebUILeaveFieldFunctionParameters()
      Deprecated.
      Returns:
      the webUILeaveFieldFunctionParameters
    • setWebUILeaveFieldFunctionParameters

      public void setWebUILeaveFieldFunctionParameters(List<String> webUILeaveFieldFunctionParameters)
      Deprecated.
      Parameters:
      webUILeaveFieldFunctionParameters - the webUILeaveFieldFunctionParameters to set
    • getWebUILeaveFieldFunctionParametersString

      public String getWebUILeaveFieldFunctionParametersString()
      Deprecated.