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

gwtupload.client.bundle.UploadCss Maven / Gradle / Ivy

Go to download

GwtUpload library: client and server classes (compatible with: Gwt 1.6.x,1.7.x,2.0.x)

There is a newer version: 1.0.3
Show newest version
package gwtupload.client.bundle;

import com.google.gwt.core.client.GWT;
import com.google.gwt.resources.client.ClientBundle;
import com.google.gwt.resources.client.CssResource;
import com.google.gwt.resources.client.ImageResource;

public interface UploadCss extends ClientBundle {
    public static final UploadCss INSTANCE = GWT.create(UploadCss.class);

    @Source("Upload.css")
    public CssResource css();
    
    @Source("cancel-upld.gif")
    ImageResource imgCancelUpload();

    @Source("cancel-upld-hover.gif")
    ImageResource imgCancelUploadHover();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy