org.kuali.rice.kns_2_4_M2.datadictionary
Class InquirySubSectionHeaderDefinition

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.FieldDefinition
              extended by org.kuali.rice.kns_2_4_M2.datadictionary.InquirySubSectionHeaderDefinition
All Implemented Interfaces:
Serializable, Cloneable, FieldDefinitionI, SubSectionHeaderDefinitionI, Copyable, DataDictionaryDefinition, DictionaryBean

Deprecated.

@Deprecated
public class InquirySubSectionHeaderDefinition
extends FieldDefinition
implements SubSectionHeaderDefinitionI

The inquirySubSectionHeader allows a separator containing text to separate groups of fields. The name attribute is the displayed text. DD: See InquirySubSectionHeaderDefinition. JSTL: inquirySubSectionHeader appears in the inquiryFields map as: key = "attributeName" value = name of inquirySubSectionHeader

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns_2_4_M2.datadictionary.FieldDefinition
additionalDisplayAttributeName, alternateDisplayAttributeName, attributeName, defaultValue, defaultValueFinderClass, displayEditMode, displayMask, forceInquiry, forceLookup, hidden, maxLength, noDirectInquiry, noInquiry, noLookup, quickfinderParameterString, quickfinderParameterStringBuilderClass, readOnly, required, total, treatWildcardsAndOperatorsAsLiteral, triggerOnChange, useShortLabel
 
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
InquirySubSectionHeaderDefinition()
          Deprecated.  
 
Method Summary
 void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
          Deprecated. Directly validate simple fields.
 String getName()
          Deprecated.  
 
Methods inherited from class org.kuali.rice.kns_2_4_M2.datadictionary.FieldDefinition
getAdditionalDisplayAttributeName, getAlternateDisplayAttributeName, getAttributeName, getDefaultValue, getDefaultValueFinderClass, getDisplayEditMode, getDisplayMask, getMaxLength, getQuickfinderParameterString, getQuickfinderParameterStringBuilderClass, isForceInquiry, isForceLookup, isHidden, isNoDirectInquiry, isNoInquiry, isNoLookup, isReadOnly, isReadOnlyAfterAdd, isRequired, isTotal, isTreatWildcardsAndOperatorsAsLiteral, isTriggerOnChange, isUseShortLabel, setAdditionalDisplayAttributeName, setAlternateDisplayAttributeName, setAttributeName, setDefaultValue, setDefaultValueFinderClass, setDisplayEditMode, setDisplayMask, setForceInquiry, setForceLookup, setHidden, setMaxLength, setNoDirectInquiry, setNoInquiry, setNoLookup, setQuickfinderParameterString, setQuickfinderParameterStringBuilderClass, setReadOnly, setRequired, setTotal, setTreatWildcardsAndOperatorsAsLiteral, setTriggerOnChange, setUseShortLabel, toString
 
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
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
 

Constructor Detail

InquirySubSectionHeaderDefinition

public InquirySubSectionHeaderDefinition()
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 
Specified by:
getName in interface FieldDefinitionI
Specified by:
getName in interface SubSectionHeaderDefinitionI
Overrides:
getName in class FieldDefinition

completeValidation

public void completeValidation(Class rootBusinessObjectClass,
                               Class otherBusinessObjectClass)
Deprecated. 
Description copied from class: FieldDefinition
Directly validate simple fields.

Specified by:
completeValidation in interface DataDictionaryDefinition
Overrides:
completeValidation in class FieldDefinition
See Also:
org.kuali.rice.krad.datadictionary.DataDictionaryDefinition#completeValidation(java.lang.Class, java.lang.Object)


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