org.kuali.rice.kns.datadictionary.control
Class LookupReadonlyControlDefinition

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
      extended by org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
          extended by org.kuali.rice.kns.datadictionary.control.LookupReadonlyControlDefinition
All Implemented Interfaces:
Serializable, ControlDefinition, DataDictionaryDefinition, org.springframework.beans.factory.InitializingBean

Deprecated.

@Deprecated
public class LookupReadonlyControlDefinition
extends ControlDefinitionBase

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:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
businessObjectClass, cols, datePicker, expandedTextArea, includeBlankRow, includeKeyInLabel, keyAttribute, labelAttribute, ranged, rows, script, size, valuesFinderClass
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
LookupReadonlyControlDefinition()
          Deprecated.  
 
Method Summary
 boolean isLookupReadonly()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
completeValidation, equals, getBusinessObjectClass, getCols, getIncludeBlankRow, getIncludeKeyInLabel, getKeyAttribute, getLabelAttribute, getRows, getScript, getSize, getValuesFinderClass, hasScript, isButton, isCheckbox, isCurrency, isDatePicker, isExpandedTextArea, isFile, isHidden, isKualiUser, isLink, isLookupHidden, isMultiselect, isRadio, isRanged, isSelect, isText, isTextarea, isWorkflowWorkgroup, setBusinessObjectClass, setCols, setDatePicker, setExpandedTextArea, setIncludeBlankRow, setIncludeKeyInLabel, setKeyAttribute, setLabelAttribute, setRanged, setRows, setScript, setSize, setValuesFinderClass
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
afterPropertiesSet, getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
getId
 

Constructor Detail

LookupReadonlyControlDefinition

public LookupReadonlyControlDefinition()
Deprecated. 
Method Detail

isLookupReadonly

public boolean isLookupReadonly()
Deprecated. 
Specified by:
isLookupReadonly in interface ControlDefinition
Overrides:
isLookupReadonly in class ControlDefinitionBase
Returns:
true if the ControlDefinition instance represents a lookupReadonly control
See Also:
ControlDefinition.isLookupReadonly()

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.