public interface MessagesTagDeclaration extends HasIdBindingAndRendered, HasFor, IsVisual
Modifier and Type | Method and Description |
---|---|
void |
setConfirmation(String confirmation)
Has the user to confirm this message?
|
void |
setGlobalOnly(String globalOnly)
Flag indicating that only messages that are not associated to any
particular UIComponent should be displayed.
|
void |
setMaxNumber(String maxNumber)
Sets the maximum number of messages to show.
|
void |
setMaxSeverity(String maxSeverity)
Sets the maximum severity to be shown.
|
void |
setMinSeverity(String minSeverity)
Sets the mininum severity to be shown.
|
void |
setOrderBy(String orderBy)
Sets the order of the messages.
|
void |
setShowDetail(String showDetail)
Flag indicating whether the detail should be included
|
void |
setShowSummary(String showSummary)
Flag indicating whether the summary should be included
|
setBinding
setRendered
setFor
setCustomClass, setMarkup
void setGlobalOnly(String globalOnly)
void setShowDetail(String showDetail)
void setShowSummary(String showSummary)
void setMinSeverity(String minSeverity)
void setMaxSeverity(String maxSeverity)
void setMaxNumber(String maxNumber)
void setOrderBy(String orderBy)
void setConfirmation(String confirmation)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.