javax.faces.component
public class UIMessage extends UIComponentBase
Version: $Revision: 169646 $ $Date: 2005-05-11 17:34:57 +0200 (Wed, 11 May 2005) $
Field Summary | |
---|---|
static String | COMPONENT_FAMILY |
static String | COMPONENT_TYPE |
Constructor Summary | |
---|---|
UIMessage() |
Method Summary | |
---|---|
String | getFamily() |
String | getFor() |
boolean | isShowDetail() |
boolean | isShowSummary() |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setFor(String forValue) |
void | setShowDetail(boolean showDetail) |
void | setShowSummary(boolean showSummary) |