Class LookupReadonlyControlDefinition
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.LookupReadonlyControlDefinition
- All Implemented Interfaces:
Serializable,Cloneable,ControlDefinition,Copyable,DataDictionaryDefinition,DictionaryBean
Deprecated.
Only used by KNS classes, use KRAD.
The lookupReadonly control element creates a field with a magnifying glass and a read-only value. This forces the
user to change the value of the field only by use of the magnifying glass.
- See Also:
-
Field Summary
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
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, isCurrency, isDatePicker, isExpandedTextArea, isFile, isHidden, isKualiUser, isLink, isLookupHidden, 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
-
Constructor Details
-
LookupReadonlyControlDefinition
public LookupReadonlyControlDefinition()Deprecated.
-
-
Method Details
-
isLookupReadonly
public boolean isLookupReadonly()Deprecated.- Specified by:
isLookupReadonlyin interfaceControlDefinition- Overrides:
isLookupReadonlyin classControlDefinitionBase- See Also:
-
toString
Deprecated.
-