org.kuali.rice.krad.uif.element
Class PageValidationMessages

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
          extended by org.kuali.rice.krad.uif.element.ValidationMessages
              extended by org.kuali.rice.krad.uif.element.GroupValidationMessages
                  extended by org.kuali.rice.krad.uif.element.PageValidationMessages
All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean

public class PageValidationMessages
extends GroupValidationMessages

ValidationMessages for logic and options specific to pages TODO this class is currently a placeholder for possible future functionality (ex. flatValidationMessages)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode
 
Constructor Summary
PageValidationMessages()
           
 
Method Summary
protected
<T> void
copyProperties(T component)
          Copies properties for copy()
 boolean isShowPageSummaryHeader()
          If true, shows the page summary header (message count header message in the message block).
 void setShowPageSummaryHeader(boolean showPageSummaryHeader)
          Set the page summary header to show or not show.
 
Methods inherited from class org.kuali.rice.krad.uif.element.GroupValidationMessages
collectIdsFromItems, generateMessages, isCollapseAdditionalFieldLinkMessages, isDisplayFieldLabelWithMessages, isDisplayHeaderMessageSummary, setCollapseAdditionalFieldLinkMessages, setDisplayFieldLabelWithMessages, setDisplayHeaderMessageSummary
 
Methods inherited from class org.kuali.rice.krad.uif.element.ValidationMessages
addValidationDataSettingsValue, getAdditionalKeysToMatch, getErrors, getInfos, getKeys, getWarnings, isDisplayMessages, setAdditionalKeysToMatch, setAdditionalKeysToMatch, setDisplayMessages, setErrors, setInfos, setWarnings
 
Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, preventModification, setComponentCode, setNamespaceCode
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
 

Constructor Detail

PageValidationMessages

public PageValidationMessages()
Method Detail

isShowPageSummaryHeader

public boolean isShowPageSummaryHeader()
If true, shows the page summary header (message count header message in the message block). Otherwise, this header is not rendered.

Returns:
true if the header will show, false otherwise

setShowPageSummaryHeader

public void setShowPageSummaryHeader(boolean showPageSummaryHeader)
Set the page summary header to show or not show.

Parameters:
showPageSummaryHeader -

copyProperties

protected <T> void copyProperties(T component)
Description copied from class: DictionaryBeanBase
Copies properties for copy()

Overrides:
copyProperties in class GroupValidationMessages
Parameters:
component - base bean
See Also:
DictionaryBeanBase.copyProperties(Object)


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