Class CurrencyControlDefinition
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
org.kuali.rice.kns.datadictionary.control.CurrencyControlDefinition
- All Implemented Interfaces:
Serializable,Cloneable,ControlDefinition,Copyable,DataDictionaryDefinition,DictionaryBean
Deprecated.
Only used by KNS classes, use KRAD.
The currency element defines an HTML text control for entering dollar and cents amounts. Only two decimals to the
right of the decimal point are allowed. Formatted value is displayed with commas.
Used Properties: size, formattedMaxLength
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IntegerDeprecated.the maxLength for text that has been formatted. ie if maxLength=5. [12345]. but after going through the formatter the value is [12,345.00] and will no longer fit in a field whos maxLength=5. formattedMaxLength solves this problem.Fields inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
cols, datePicker, datePickerFormat, expandedTextArea, ranged, rows, script, size, valuesFinderClass, valuesFinderPropertiesFields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
embeddedDataObjectMetadata, generatedFromMetadata, idFields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.voidsetFormattedMaxLength(Integer formattedMaxLength) Deprecated.the maxLength for text that has been formatted. ie if maxLength=5. [12345]. but after going through the formatter the value is [12,345.00] and will no longer fit in a field whos maxLength=5. formattedMaxLength solves this problem.toString()Deprecated.Methods inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
completeValidation, equals, getBusinessObjectClass, getCols, getDatePickerFormat, getIncludeBlankRow, getIncludeKeyInLabel, getKeyAttribute, getLabelAttribute, getRows, getScript, getSize, getValuesFinderClass, getValuesFinderProperties, hashCode, hasScript, isButton, isCheckbox, isDatePicker, isExpandedTextArea, isFile, isHidden, isKualiUser, isLink, isLookupHidden, isLookupReadonly, isMultiselect, isRadio, isRanged, isSelect, isText, isTextarea, isWorkflowWorkgroup, setBusinessObjectClass, setCols, setDatePicker, setDatePickerFormat, setExpandedTextArea, setIncludeBlankRow, setIncludeKeyInLabel, setKeyAttribute, setLabelAttribute, setRanged, setRows, setScript, setSize, setValuesFinderClass, setValuesFinderPropertiesMethods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadataMethods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
completeValidation, getIdMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
-
Field Details
-
formattedMaxLength
Deprecated.the maxLength for text that has been formatted. ie if maxLength=5. [12345]. but after going through the formatter the value is [12,345.00] and will no longer fit in a field whos maxLength=5. formattedMaxLength solves this problem.
-
-
Constructor Details
-
CurrencyControlDefinition
public CurrencyControlDefinition()Deprecated.
-
-
Method Details
-
isCurrency
public boolean isCurrency()Deprecated.- Specified by:
isCurrencyin interfaceControlDefinition- Overrides:
isCurrencyin classControlDefinitionBase- See Also:
-
toString
Deprecated. -
getFormattedMaxLength
Deprecated.- Returns:
- Returns the formattedMaxLength parameter for currency controls.
-
setFormattedMaxLength
Deprecated.the maxLength for text that has been formatted. ie if maxLength=5. [12345]. but after going through the formatter the value is [12,345.00] and will no longer fit in a field whos maxLength=5. formattedMaxLength solves this problem.
-