org.kuali.rice.kns_2_4_M2.datadictionary.control
Class LookupHiddenControlDefinition

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
          extended by org.kuali.rice.kns_2_4_M2.datadictionary.control.ControlDefinitionBase
              extended by org.kuali.rice.kns_2_4_M2.datadictionary.control.LookupHiddenControlDefinition
All Implemented Interfaces:
Serializable, Cloneable, ControlDefinition, Copyable, DataDictionaryDefinition, DictionaryBean

Deprecated.

@Deprecated
public class LookupHiddenControlDefinition
extends ControlDefinitionBase

The lookupHidden control element creates a field with a magnifying glass, but no value showing. This can be used to do a lookup to return a value which will appear in another field.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns_2_4_M2.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
embeddedDataObjectMetadata, generatedFromMetadata, id
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode
 
Constructor Summary
LookupHiddenControlDefinition()
          Deprecated.  
 
Method Summary
 boolean isLookupHidden()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class org.kuali.rice.kns_2_4_M2.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, isLookupReadonly, 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
completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadata
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, copyProperties, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, preventModification, setComponentCode, setNamespaceCode
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
completeValidation, getId
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
 

Constructor Detail

LookupHiddenControlDefinition

public LookupHiddenControlDefinition()
Deprecated. 
Method Detail

isLookupHidden

public boolean isLookupHidden()
Deprecated. 
Specified by:
isLookupHidden in interface ControlDefinition
Overrides:
isLookupHidden in class ControlDefinitionBase
See Also:
ControlDefinition.isLookupHidden()

toString

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


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