| |
|
| com.icesoft.faces.component.ext.HtmlMessage
HtmlMessage | public class HtmlMessage extends javax.faces.component.html.HtmlMessage (Code) | | This is an extension of javax.faces.component.html.HtmlMessage, which
provides some additional behavior to this component such as: - changes
the component's rendered state based on the authentication
- adds
effects to the component
|
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
HtmlMessage | public HtmlMessage()(Code) | | |
getCurrentStyle | public CurrentStyle getCurrentStyle()(Code) | | Return the value of the currentStyle property.
|
getEffect | public Effect getEffect()(Code) | | Return the value of the effect property.
|
getErrorClass | public String getErrorClass()(Code) | | Return the value of the errorClass property.
|
getFatalClass | public String getFatalClass()(Code) | | Return the value of the fataClass property.
|
getInfoClass | public String getInfoClass()(Code) | | Return the value of the infoClass property.
|
getRenderedOnUserRole | public String getRenderedOnUserRole()(Code) | | Return the value of the renderedOnUserRole property.
|
getStyleClass | public String getStyleClass()(Code) | | Return the value of the styleClass property.
|
getVisible | public boolean getVisible()(Code) | | Return the value of the visible property.
|
getWarnClass | public String getWarnClass()(Code) | | Return the value of the warnClass property.
|
isRendered | public boolean isRendered()(Code) | | Return the value of the rendered property.
|
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | Perform any processing required to restore the state from the entries
in the state Object.
|
saveState | public Object saveState(FacesContext context)(Code) | | Gets the state of the instance as a Serializable
Object.
|
setCurrentStyle | public void setCurrentStyle(CurrentStyle currentStyle)(Code) | | Set the value of the currentStyle property.
|
setEffect | public void setEffect(Effect effect)(Code) | | Set the value of the effect property.
|
setErrorClass | public void setErrorClass(String errorClass)(Code) | | Set the value of the errorClass property.
|
setFatalClass | public void setFatalClass(String fatalClass)(Code) | | Set the value of the fataClass property.
|
setInfoClass | public void setInfoClass(String infoClass)(Code) | | Set the value of the infoClass property.
|
setRenderedOnUserRole | public void setRenderedOnUserRole(String renderedOnUserRole)(Code) | | Set the value of the renderedOnUserRole property.
|
setStyleClass | public void setStyleClass(String styleClass)(Code) | | Set the value of the styleClass property.
|
setValueBinding | public void setValueBinding(String s, ValueBinding vb)(Code) | | |
setVisible | public void setVisible(boolean visible)(Code) | | Set the value of the visible property.
|
setWarnClass | public void setWarnClass(String warnClass)(Code) | | Set the value of the warnClass property.
|
|
|
|