Package javax.faces.component.html
Class HtmlMessage
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- javax.faces.component.UIMessage
-
- javax.faces.component.html.HtmlMessage
-
- All Implemented Interfaces:
EventListener
,PartialStateHolder
,StateHolder
,TransientStateHolder
,ComponentSystemEventListener
,FacesListener
,SystemEventListenerHolder
public class HtmlMessage extends UIMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
HtmlMessage.PropertyKeys
-
Field Summary
Fields Modifier and Type Field Description static String
COMPONENT_FAMILY
static String
COMPONENT_TYPE
-
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
-
-
Constructor Summary
Constructors Constructor Description HtmlMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDir()
String
getErrorClass()
String
getErrorStyle()
String
getFamily()
String
getFatalClass()
String
getFatalStyle()
String
getInfoClass()
String
getInfoStyle()
String
getLang()
String
getRole()
String
getStyle()
String
getStyleClass()
String
getTitle()
String
getWarnClass()
String
getWarnStyle()
boolean
isTooltip()
void
setDir(String dir)
void
setErrorClass(String errorClass)
void
setErrorStyle(String errorStyle)
void
setFatalClass(String fatalClass)
void
setFatalStyle(String fatalStyle)
void
setInfoClass(String infoClass)
void
setInfoStyle(String infoStyle)
void
setLang(String lang)
void
setRole(String role)
void
setStyle(String style)
void
setStyleClass(String styleClass)
void
setTitle(String title)
void
setTooltip(boolean tooltip)
void
setValueExpression(String name, javax.el.ValueExpression expression)
void
setWarnClass(String warnClass)
void
setWarnStyle(String warnStyle)
-
Methods inherited from class javax.faces.component.UIMessage
getFor, isRedisplay, isShowDetail, isShowSummary, setFor, setRedisplay, setShowDetail, setShowSummary
-
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, visitTree
-
Methods inherited from class javax.faces.component.UIComponent
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, subscribeToEvent, unsubscribeFromEvent
-
-
-
-
Field Detail
-
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
-
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStyle
public String getStyle()
-
setStyle
public void setStyle(String style)
-
getStyleClass
public String getStyleClass()
-
setStyleClass
public void setStyleClass(String styleClass)
-
getErrorClass
public String getErrorClass()
-
setErrorClass
public void setErrorClass(String errorClass)
-
getErrorStyle
public String getErrorStyle()
-
setErrorStyle
public void setErrorStyle(String errorStyle)
-
getFatalClass
public String getFatalClass()
-
setFatalClass
public void setFatalClass(String fatalClass)
-
getFatalStyle
public String getFatalStyle()
-
setFatalStyle
public void setFatalStyle(String fatalStyle)
-
getInfoClass
public String getInfoClass()
-
setInfoClass
public void setInfoClass(String infoClass)
-
getInfoStyle
public String getInfoStyle()
-
setInfoStyle
public void setInfoStyle(String infoStyle)
-
isTooltip
public boolean isTooltip()
-
setTooltip
public void setTooltip(boolean tooltip)
-
getWarnClass
public String getWarnClass()
-
setWarnClass
public void setWarnClass(String warnClass)
-
getWarnStyle
public String getWarnStyle()
-
setWarnStyle
public void setWarnStyle(String warnStyle)
-
getRole
public String getRole()
-
setRole
public void setRole(String role)
-
getDir
public String getDir()
-
setDir
public void setDir(String dir)
-
getLang
public String getLang()
-
setLang
public void setLang(String lang)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
setValueExpression
public void setValueExpression(String name, javax.el.ValueExpression expression)
- Overrides:
setValueExpression
in classUIComponent
-
-