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

org.got5.tapestry5.jquery.JQueryComponentConstants Maven / Gradle / Ivy

package org.got5.tapestry5.jquery;

/**
 * @since 2.1.1
 */
public class JQueryComponentConstants {

	/**
     * A constant corresponding to the CustomDatePicker mixin. Used by the
     * WidgetParam service
     */
    public static final String CUSTOM_DATEPICKER = "CustomDatepicker";

	/**
     * A constant corresponding to the CustomZone mixin. Used by the
     * WidgetParam service
     */
    public static final String CUSTOM_ZONE = "CustomZone";

    /**
     * Parameter used by the fileuploader js
     */
    public static final String FILE_UPLOAD_PARAMETER = "qqfile";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy