org.apache.myfaces.tobago.taglib.component
Interface MessagesTagDeclaration
- All Superinterfaces:
- HasBinding, HasFor, HasId, HasIdBindingAndRendered, IsRendered, Tag, TobagoTagDeclaration
- All Known Implementing Classes:
- MessagesTag
public interface MessagesTagDeclaration
- extends TobagoTagDeclaration, HasIdBindingAndRendered, HasFor
Renders error/validation messages.
Method Summary |
void |
setGlobalOnly(String globalOnly)
Flag indicating that only messages that are not associated to any
particular UIComponent should be displayed. |
void |
setShowDetail(String showDetail)
Flag indicating whether the detail should be included
The default is "false". |
void |
setShowSummary(String showSummary)
Flag indicating whether the summary should be included
The default is "true". |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId |
setId |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasFor |
setFor |
setGlobalOnly
void setGlobalOnly(String globalOnly)
- Flag indicating that only messages that are not associated to any
particular UIComponent should be displayed. That are messages without clientId.
The default is "false".
setShowDetail
void setShowDetail(String showDetail)
- Flag indicating whether the detail should be included
The default is "false".
setShowSummary
void setShowSummary(String showSummary)
- Flag indicating whether the summary should be included
The default is "true".
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.