All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.richfaces.renderkit.html.ComponentValidatorScript Maven / Gradle / Ivy

There is a newer version: 5.0.0.Alpha3
Show newest version
package org.richfaces.renderkit.html;

import org.ajax4jsf.javascript.FunctionDefWithDependencies;

public interface ComponentValidatorScript extends FunctionDefWithDependencies {
    /**
     * 

* Creates JavasCript that calls validator function. *

* * @param clientId * @param sourceId */ String createCallScript(String clientId, String sourceId); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy