org.kuali.rice.krad.uif.element
Class PageValidationMessages
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.uif.element.ValidationMessages
org.kuali.rice.krad.uif.element.GroupValidationMessages
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
Method Summary |
protected
|
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.ValidationMessages |
addValidationDataSettingsValue, getAdditionalKeysToMatch, getErrors, getInfos, getKeys, getWarnings, isDisplayMessages, setAdditionalKeysToMatch, setAdditionalKeysToMatch, setDisplayMessages, setErrors, setInfos, setWarnings |
PageValidationMessages
public PageValidationMessages()
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.