List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.ritchey.client.ChapelPunchResources.java
/** * The images and styles used throughout the Showcase. */ public interface ChapelPunchResources extends ClientBundle { ImageResource red();
From source file com.ritchey.client.ChapelResources.java
/** * The images and styles used throughout the Showcase. */ public interface ChapelResources extends ClientBundle { public static final ChapelResources INSTANCE = GWT.create(ChapelResources.class);
From source file com.ritchey.client.CheckEcampusUploadResources.java
/** * The images and styles used throughout the Showcase. */ public interface CheckEcampusUploadResources extends ClientBundle { ImageResource red();
From source file com.ritchey.client.LibraryUploadResources.java
/** * The images and styles used throughout the Showcase. */ public interface LibraryUploadResources extends ClientBundle { ImageResource red();
From source file com.ritchey.client.PictureViewerResources.java
/** * The images and styles used throughout the Showcase. */ public interface PictureViewerResources extends ClientBundle { ImageResource red();
From source file com.ritchey.client.WebFormCreatorResources.java
/** * The images and styles used throughout the Showcase. */ public interface WebFormCreatorResources extends ClientBundle { public static final WebFormCreatorResources INSTANCE = GWT.create(WebFormCreatorResources.class);
From source file com.ritchey.manageDynamicForms.client.AppResources.java
/** * The images and styles used throughout the Showcase. */ public interface AppResources extends ClientBundle { public static final AppResources INSTANCE = GWT.create(AppResources.class);
From source file com.ritchey.progress.client.AppResources.java
/** * The images and styles used throughout the Showcase. */ public interface AppResources extends ClientBundle { public static final AppResources INSTANCE = GWT.create(AppResources.class);
From source file com.ritchey.simulator.client.resources.Resources.java
/** * The images and styles used throughout the Showcase. */ public interface Resources extends ClientBundle { /**
From source file com.ritchey.studentSuccessManage.client.AppResources.java
/** * The images and styles used throughout the Showcase. */ public interface AppResources extends ClientBundle { public static final AppResources INSTANCE = GWT.create(AppResources.class);