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: 4.3.7.Final
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 * @return */ String createCallScript(String clientId, String sourceId); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy