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

org.richfaces.renderkit.html.images.DSButtonGradientImage Maven / Gradle / Ivy

There is a newer version: 4.3.7.Final
Show newest version
package org.richfaces.renderkit.html.images;

import org.richfaces.renderkit.html.BaseGradient;

public class DSButtonGradientImage extends BaseGradient {
    public DSButtonGradientImage() {
        super("headerGradientColor", "headerBackgroundColor");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy