|
Richfaces UI Components UI 4.1.0.20110805-M1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ajax4jsf.javascript.ScriptStringBase
org.ajax4jsf.javascript.JSFunctionDefinition
org.richfaces.renderkit.html.ValidatorScriptBase
org.richfaces.renderkit.html.ClientOnlyScript
org.richfaces.renderkit.html.ClientAndAjaxScript
public class ClientAndAjaxScript
Field Summary |
---|
Fields inherited from class org.richfaces.renderkit.html.ClientOnlyScript |
---|
converter, CSV_RESOURCE, validators |
Fields inherited from class org.richfaces.renderkit.html.ValidatorScriptBase |
---|
AJAX, AJAX_REF, CLIENT_ID, CLIENT_ID_REF, CONVERTER, CONVERTER_REF, CSV_NAMESPACE, DISABLE_AJAX, DISABLE_AJAX_REF, ELEMENT, ELEMENT_REF, EOL, EVENT, EVENT_REF, GET_VALUE_FUNCTION, MESSAGE, MESSAGE_REF, NULL_CONVERTER_SCRIPT, PARAMS, PARAMS_REF, SOURCE_ID, SOURCE_ID_REF, VALIDATE_FUNCTION, VALIDATE_FUNCTION_NAME, VALIDATORS, VALIDATORS_REF, VALUE_FUNCTION_NAME |
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 | |
---|---|
ClientAndAjaxScript(LibraryScriptFunction clientSideConverterScript,
Collection<? extends LibraryScriptFunction> validatorScripts,
String ajaxScript)
|
Method Summary | |
---|---|
protected void |
appendAjaxParameter(Appendable target)
|
boolean |
equals(Object obj)
|
Iterable<org.richfaces.resource.ResourceKey> |
getResources()
|
int |
hashCode()
|
Methods inherited from class org.richfaces.renderkit.html.ClientOnlyScript |
---|
appendConverter, appendFunctionName, appendParameters, appendValidator |
Methods inherited from class org.richfaces.renderkit.html.ValidatorScriptBase |
---|
appendAjaxFunction, appendAjaxParameter, appendBody, appendValidatorCall, createCallScript |
Methods inherited from class org.ajax4jsf.javascript.JSFunctionDefinition |
---|
addParameter, addToBody, appendScript, getName, setName |
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.FunctionDefWithDependencies |
---|
getName |
Methods inherited from interface org.ajax4jsf.javascript.ScriptString |
---|
appendScript, appendScriptToStringBuilder, toScript |
Constructor Detail |
---|
public ClientAndAjaxScript(LibraryScriptFunction clientSideConverterScript, Collection<? extends LibraryScriptFunction> validatorScripts, String ajaxScript)
Method Detail |
---|
public Iterable<org.richfaces.resource.ResourceKey> getResources()
getResources
in interface org.richfaces.resource.ResourceLibrary
getResources
in class ClientOnlyScript
protected void appendAjaxParameter(Appendable target) throws IOException
appendAjaxParameter
in class ClientOnlyScript
IOException
public int hashCode()
hashCode
in class ClientOnlyScript
public boolean equals(Object obj)
equals
in class ClientOnlyScript
|
Richfaces UI Components UI 4.1.0.20110805-M1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |