|
RichFaces UI Components UI 4.3.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ajax4jsf.javascript.ScriptStringBase
org.richfaces.validator.csv.AddCSVMessageScript
public class AddCSVMessageScript
Renders script for adding new CSV message type with given ID, derived from provided FacesMessage
This script can be then included by JavaScriptService
to the page.
Field Summary |
---|
Fields inherited from class org.ajax4jsf.javascript.ScriptStringBase |
---|
COLON, COMMA, DOT, EMPTY_STRING, EQUALS, FUNCTION, LEFT_CURLY_BRACKET, LEFT_ROUND_BRACKET, LEFT_SQUARE_BRACKET, RIGHT_CURLY_BRACKET, RIGHT_ROUND_BRACKET, RIGHT_SQUARE_BRACKET |
Constructor Summary | |
---|---|
AddCSVMessageScript(String messageId,
javax.faces.application.FacesMessage facesMessage)
|
Method Summary | |
---|---|
void |
appendScript(Appendable target)
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
Methods inherited from class org.ajax4jsf.javascript.ScriptStringBase |
---|
appendScriptToStringBuilder, toScript, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ajax4jsf.javascript.ScriptString |
---|
appendScriptToStringBuilder, toScript |
Constructor Detail |
---|
public AddCSVMessageScript(String messageId, javax.faces.application.FacesMessage facesMessage)
Method Detail |
---|
public void appendScript(Appendable target) throws IOException
appendScript
in interface org.ajax4jsf.javascript.ScriptString
IOException
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
RichFaces UI Components UI 4.3.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |