javax.faces.component

Class UIMessage

public class UIMessage extends UIComponentBase

see Javadoc of JSF Specification Javadoc says default for showDetail is false, but Specs say it is true!?

Version: $Revision: 169646 $ $Date: 2005-05-11 17:34:57 +0200 (Wed, 11 May 2005) $

Author: Manfred Geiler (latest modification by $Author: grantsmith $)

Field Summary
static StringCOMPONENT_FAMILY
static StringCOMPONENT_TYPE
Constructor Summary
UIMessage()
Method Summary
StringgetFamily()
StringgetFor()
booleanisShowDetail()
booleanisShowSummary()
voidrestoreState(FacesContext context, Object state)
ObjectsaveState(FacesContext context)
voidsetFor(String forValue)
voidsetShowDetail(boolean showDetail)
voidsetShowSummary(boolean showSummary)

Field Detail

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Detail

UIMessage

public UIMessage()

Method Detail

getFamily

public String getFamily()

getFor

public String getFor()

isShowDetail

public boolean isShowDetail()

isShowSummary

public boolean isShowSummary()

restoreState

public void restoreState(FacesContext context, Object state)

saveState

public Object saveState(FacesContext context)

setFor

public void setFor(String forValue)

setShowDetail

public void setShowDetail(boolean showDetail)

setShowSummary

public void setShowSummary(boolean showSummary)