org.apache.myfaces.component.html.ext
public class HtmlMessages extends HtmlMessages implements UserRoleAware
Version: $Revision: 167533 $ $Date: 2005-01-22 20:47:45 +0100 (Sat, 22 Jan 2005) $
Field Summary | |
---|---|
static String | COMPONENT_TYPE |
Constructor Summary | |
---|---|
HtmlMessages() |
Method Summary | |
---|---|
String | getClientId(FacesContext context) |
String | getDetailFormat() |
String | getEnabledOnUserRole() |
String | getGlobalSummaryFormat() |
String | getSummaryFormat() |
String | getVisibleOnUserRole() |
boolean | isRendered() |
boolean | isReplaceIdWithLabel() |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setDetailFormat(String detailFormat) |
void | setEnabledOnUserRole(String enabledOnUserRole) |
void | setGlobalSummaryFormat(String globalSummaryFormat) |
void | setReplaceIdWithLabel(boolean replaceIdWithLabel) |
void | setSummaryFormat(String summaryFormat) |
void | setVisibleOnUserRole(String visibleOnUserRole) |