org.apache.myfaces.component.html.ext
Class HtmlMessages
javax.faces.component.html.HtmlMessages
org.apache.myfaces.component.html.ext.HtmlMessages
- UserRoleAware
public class HtmlMessages
extends javax.faces.component.html.HtmlMessages
$Revision: 167533 $ $Date: 2005-01-22 20:47:45 +0100 (Sat, 22 Jan 2005) $- Thomas Spiegl (latest modification by $Author: mmarinschek $)
- Manfred Geiler
COMPONENT_TYPE
public static final String COMPONENT_TYPE
HtmlMessages
public HtmlMessages()
getClientId
public String getClientId(FacesContext context)
getDetailFormat
public String getDetailFormat()
getGlobalSummaryFormat
public String getGlobalSummaryFormat()
getSummaryFormat
public String getSummaryFormat()
isRendered
public boolean isRendered()
isReplaceIdWithLabel
public boolean isReplaceIdWithLabel()
restoreState
public void restoreState(FacesContext context,
Object state)
saveState
public Object saveState(FacesContext context)
setDetailFormat
public void setDetailFormat(String detailFormat)
setGlobalSummaryFormat
public void setGlobalSummaryFormat(String globalSummaryFormat)
setReplaceIdWithLabel
public void setReplaceIdWithLabel(boolean replaceIdWithLabel)
setSummaryFormat
public void setSummaryFormat(String summaryFormat)