org.richfaces.renderkit.html
Class ValidatorScriptBase
java.lang.Object
org.ajax4jsf.javascript.ScriptStringBase
org.ajax4jsf.javascript.JSFunctionDefinition
org.richfaces.renderkit.html.ValidatorScriptBase
- All Implemented Interfaces:
- org.ajax4jsf.javascript.FunctionDefWithDependencies, org.ajax4jsf.javascript.ScriptString, org.ajax4jsf.javascript.ScriptWithDependencies, ComponentValidatorScript, org.richfaces.resource.ResourceLibrary
- Direct Known Subclasses:
- AjaxOnlyScript, ClientOnlyScript
public abstract class ValidatorScriptBase
- extends org.ajax4jsf.javascript.JSFunctionDefinition
- implements ComponentValidatorScript
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 |
Method Summary |
protected void |
appendAjaxFunction(java.lang.Appendable target,
java.lang.String ajaxScript)
|
protected void |
appendAjaxParameter(java.lang.Appendable target,
java.lang.String ajaxScript)
|
protected void |
appendBody(java.lang.Appendable target)
|
protected void |
appendParameters(java.lang.Appendable target)
|
protected void |
appendValidatorCall(java.lang.Appendable target)
|
java.lang.String |
createCallScript(java.lang.String clientId,
java.lang.String sourceId)
Creates JavasCript that calls validator function. |
Methods inherited from class org.ajax4jsf.javascript.JSFunctionDefinition |
addParameter, addToBody, appendFunctionName, appendScript, getName, setName |
Methods inherited from class org.ajax4jsf.javascript.ScriptStringBase |
appendScriptToStringBuilder, toScript, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ajax4jsf.javascript.FunctionDefWithDependencies |
getName |
Methods inherited from interface org.richfaces.resource.ResourceLibrary |
getResources |
Methods inherited from interface org.ajax4jsf.javascript.ScriptString |
appendScript, appendScriptToStringBuilder, toScript |
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
ELEMENT_REF
public static final org.ajax4jsf.javascript.JSReference ELEMENT_REF
EVENT
public static final java.lang.String EVENT
- See Also:
- Constant Field Values
EVENT_REF
public static final org.ajax4jsf.javascript.JSReference EVENT_REF
DISABLE_AJAX
public static final java.lang.String DISABLE_AJAX
- See Also:
- Constant Field Values
DISABLE_AJAX_REF
public static final org.ajax4jsf.javascript.JSReference DISABLE_AJAX_REF
EOL
public static final java.lang.String EOL
- See Also:
- Constant Field Values
CLIENT_ID
public static final java.lang.String CLIENT_ID
- See Also:
- Constant Field Values
CLIENT_ID_REF
public static final org.ajax4jsf.javascript.JSReference CLIENT_ID_REF
SOURCE_ID
public static final java.lang.String SOURCE_ID
- See Also:
- Constant Field Values
SOURCE_ID_REF
public static final org.ajax4jsf.javascript.JSReference SOURCE_ID_REF
CONVERTER
public static final java.lang.String CONVERTER
- See Also:
- Constant Field Values
CONVERTER_REF
public static final org.ajax4jsf.javascript.JSReference CONVERTER_REF
VALIDATORS
public static final java.lang.String VALIDATORS
- See Also:
- Constant Field Values
VALIDATORS_REF
public static final org.ajax4jsf.javascript.JSReference VALIDATORS_REF
AJAX
public static final java.lang.String AJAX
- See Also:
- Constant Field Values
AJAX_REF
public static final org.ajax4jsf.javascript.JSReference AJAX_REF
PARAMS
public static final java.lang.String PARAMS
- See Also:
- Constant Field Values
PARAMS_REF
public static final org.ajax4jsf.javascript.JSReference PARAMS_REF
MESSAGE
public static final java.lang.String MESSAGE
- See Also:
- Constant Field Values
MESSAGE_REF
public static final org.ajax4jsf.javascript.JSReference MESSAGE_REF
NULL_CONVERTER_SCRIPT
public static final NullConverterScript NULL_CONVERTER_SCRIPT
CSV_NAMESPACE
public static final java.lang.String CSV_NAMESPACE
- See Also:
- Constant Field Values
VALUE_FUNCTION_NAME
public static final java.lang.String VALUE_FUNCTION_NAME
- See Also:
- Constant Field Values
GET_VALUE_FUNCTION
public static final org.ajax4jsf.javascript.JSFunction GET_VALUE_FUNCTION
VALIDATE_FUNCTION_NAME
public static final java.lang.String VALIDATE_FUNCTION_NAME
- See Also:
- Constant Field Values
VALIDATE_FUNCTION
public static final org.ajax4jsf.javascript.JSFunction VALIDATE_FUNCTION
ValidatorScriptBase
public ValidatorScriptBase()
createCallScript
public java.lang.String createCallScript(java.lang.String clientId,
java.lang.String sourceId)
- Description copied from interface:
ComponentValidatorScript
Creates JavasCript that calls validator function.
- Specified by:
createCallScript
in interface ComponentValidatorScript
- Returns:
appendParameters
protected void appendParameters(java.lang.Appendable target)
throws java.io.IOException
- Throws:
java.io.IOException
appendBody
protected void appendBody(java.lang.Appendable target)
throws java.io.IOException
- Overrides:
appendBody
in class org.ajax4jsf.javascript.JSFunctionDefinition
- Throws:
java.io.IOException
appendValidatorCall
protected void appendValidatorCall(java.lang.Appendable target)
throws java.io.IOException
- Throws:
java.io.IOException
appendAjaxParameter
protected void appendAjaxParameter(java.lang.Appendable target,
java.lang.String ajaxScript)
throws java.io.IOException
- Throws:
java.io.IOException
appendAjaxFunction
protected void appendAjaxFunction(java.lang.Appendable target,
java.lang.String ajaxScript)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.