org.richfaces.renderkit.html
Interface ComponentValidatorScript

All Superinterfaces:
org.ajax4jsf.javascript.FunctionDefWithDependencies, org.richfaces.resource.ResourceLibrary, org.ajax4jsf.javascript.ScriptString, org.ajax4jsf.javascript.ScriptWithDependencies
All Known Implementing Classes:
AjaxOnlyScript, ClientAndAjaxScript, ClientOnlyScript, ValidatorScriptBase

public interface ComponentValidatorScript
extends org.ajax4jsf.javascript.FunctionDefWithDependencies


Method Summary
 String createCallScript(String clientId, String sourceId)
          

Creates JavasCript that calls validator function.

 
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
 

Method Detail

createCallScript

String createCallScript(String clientId,
                        String sourceId)

Creates JavasCript that calls validator function.

Parameters:
clientId -
sourceId -
Returns:


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.