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

org.richfaces.renderkit.html.images.DSButtonOverGradientImage 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 DSButtonOverGradientImage extends BaseGradient{
    public DSButtonOverGradientImage() {
        super("additionalBackgroundColor", "tableBackgroundColor");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy