List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.square.composants.graphiques.lib.client.bundle.SquareLibErreurChampResource.java
/** * Interface des images utilises dans Square pour le theme Smatis. * @author Anthony GUILLEMETTE (anthony.guillemette@scub.net) - SCUB */ public interface SquareLibErreurChampResource extends ClientBundle {
From source file com.square.composants.graphiques.lib.client.bundle.SquareLibResources.java
/** * Interface des images utilises dans Square. * @author Anthony GUILLEMETTE (anthony.guillemette@scub.net) - SCUB */ public interface SquareLibResources extends ClientBundle {
From source file com.taobao.zeus.web.platform.client.theme.shortcut.ShortcutTableFrameResources.java
public interface ShortcutTableFrameResources extends TableFrameResources, ClientBundle { /** * Provides unique scoping for shortcut styles. */ public interface ShortcutTableFrameStyle extends TableFrameStyle { }
From source file com.tasktop.c2c.server.common.profile.web.client.AppResources.java
/** * @author cmorgan (Tasktop Technologies Inc.) * */ public interface AppResources extends ClientBundle {
From source file com.tasktop.c2c.server.common.web.client.widgets.chooser.person.PeopleResources.java
public interface PeopleResources extends ClientBundle { @Source("resources/person.png") public ImageResource personIcon(); @Source("resources/clear.gif") public ImageResource removeIcon();
From source file com.tasktop.c2c.server.profile.web.ui.client.resources.ProfileResources.java
public interface ProfileResources extends ClientBundle { @Source("css/profile.css") ProfileCssResources style(); public static ProfileResources get = GWT.create(ProfileResources.class);
From source file com.tasktop.c2c.server.profile.web.ui.client.view.deployment.DeploymentResources.java
public interface DeploymentResources extends ClientBundle { @Source("resources/started-icon.gif") ImageResource startedIcon(); @Source("resources/stopped-icon.gif") ImageResource stoppedIcon();
From source file com.tasktop.c2c.server.profile.web.ui.client.widgets.build.BuildResources.java
public interface BuildResources extends ClientBundle { @Source("resources/stable-build-icon.gif") ImageResource stableBuild(); @Source("resources/failed-build-icon.gif") ImageResource failedBuild();
From source file com.tasktop.c2c.server.profile.web.ui.client.widgets.scm.ScmResources.java
public interface ScmResources extends ClientBundle { @Source("resources/commit.gif") public ImageResource commitIcon(); }
From source file com.tasktop.c2c.server.tasks.client.TaskResources.java
public interface TaskResources extends ClientBundle { @Source("resources/sub-task-new.gif") ImageResource newSubtaskIcon(); @Source("resources/pencil.png") ImageResource pencilIcon();