List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.levigo.jadice.web.client.components.ToolbarIcons.java
public interface ToolbarIcons extends ClientBundle { @Source("com/levigo/jadice/web/icons/separator2.png") public ImageResource separatorVertical(); @Source("com/levigo/jadice/web/icons/famfamfam/resultset_first.png")
From source file com.levigo.jadice.web.client.util.ScrollPaneIcons.java
interface ScrollPaneIcons extends ClientBundle { @Source("com/levigo/jadice/web/icons/up.png") public ImageResource up(); @Source("com/levigo/jadice/web/icons/up-disabled.png")
From source file com.levigo.jadice.web.demo.desktop.client.Icons.java
public interface Icons extends ClientBundle { public static final Icons INSTANCE = GWT.create(Icons.class); @Source("application_xp_terminal.png") ImageResource projectSiteLogo();
From source file com.levigo.jadice.web.docmanager.client.RepositoryBrowserIcons.java
public interface RepositoryBrowserIcons extends ClientBundle { public static RepositoryBrowserIcons INSTANCE = GWT.create(RepositoryBrowserIcons.class); @Source("docManager_icon_16x16_transp.png") ImageResource docManagerLogoSmall();
From source file com.lofidewanto.demo.client.common.Asset.java
public interface Asset extends ClientBundle { @Source("ajax-loader.gif") ImageResource loadingIcon(); @Source("logo-transparent.png")
From source file com.logikas.gwt.webcam.client.resources.WebcamResources.java
public interface WebcamResources extends ClientBundle { public static final WebcamResources INSTANCE = GWT.create(WebcamResources.class); @Source("shutter.mp3") DataResource shutterSound();
From source file com.mclub.client.image.Images.java
/**
* Tum simgeleri icerir
*
* @author mdpinar
*
*/
From source file com.mecatran.otp.gwt.client.PlannerResources.java
public interface PlannerResources extends ClientBundle { public static final PlannerResources INSTANCE = GWT.create(PlannerResources.class); @Source("js/GwtOpenLayersUtils.js") TextResource gwtOpenLayersUtilsJs();
From source file com.metadot.book.connectr.client.resources.GlobalResources.java
public interface GlobalResources extends ClientBundle { public static final GlobalResources RESOURCE = GWT.create(GlobalResources.class); @Source("com/metadot/book/connectr/client/resources/logo.png") ImageResource logo();
From source file com.mg.search.client.resources.AppResources.java
/** * @author mga * */ public interface AppResources extends ClientBundle {