Method Summary |
|
public String | getDir() Gets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public String | getErrorClass() Gets CSS class to be used for messages with severity "ERROR". |
public String | getErrorStyle() Gets CSS style to be used for messages with severity "ERROR". |
public String | getFamily() |
public String | getFatalClass() Gets CSS class to be used for messages with severity "FATAL". |
public String | getFatalStyle() Gets CSS style to be used for messages with severity "FATAL". |
public String | getInfoClass() Gets CSS class to be used for messages with severity "INFO". |
public String | getInfoStyle() Gets CSS style to be used for messages with severity "INFO". |
public String | getLang() Gets The base language of this document. |
public String | getStyle() Gets CSS styling instructions. |
public String | getStyleClass() Gets The CSS class for this element. |
public String | getTitle() Gets An advisory title for this element. |
public String | getWarnClass() Gets CSS class to be used for messages with severity "WARN". |
public String | getWarnStyle() Gets CSS style to be used for messages with severity "WARN". |
public boolean | isTooltip() Gets If true, the message summary will be rendered as a tooltip (i.e. |
public void | restoreState(FacesContext facesContext, Object state) |
public Object | saveState(FacesContext facesContext) |
public void | setDir(String dir) Sets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public void | setErrorClass(String errorClass) Sets CSS class to be used for messages with severity "ERROR". |
public void | setErrorStyle(String errorStyle) Sets CSS style to be used for messages with severity "ERROR". |
public void | setFatalClass(String fatalClass) Sets CSS class to be used for messages with severity "FATAL". |
public void | setFatalStyle(String fatalStyle) Sets CSS style to be used for messages with severity "FATAL". |
public void | setInfoClass(String infoClass) Sets CSS class to be used for messages with severity "INFO". |
public void | setInfoStyle(String infoStyle) Sets CSS style to be used for messages with severity "INFO". |
public void | setLang(String lang) Sets The base language of this document. |
public void | setStyle(String style) Sets CSS styling instructions. |
public void | setStyleClass(String styleClass) Sets The CSS class for this element. |
public void | setTitle(String title) Sets An advisory title for this element. |
public void | setTooltip(boolean tooltip) Sets If true, the message summary will be rendered as a tooltip (i.e. |
public void | setWarnClass(String warnClass) Sets CSS class to be used for messages with severity "WARN". |
public void | setWarnStyle(String warnStyle) Sets CSS style to be used for messages with severity "WARN". |