List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file cz.metacentrum.perun.webgui.client.resources.LargeIcons.java
/**
* Interface for large icon resources.
*
* Example:
* LargeIcons icons = GWT.create(LargeIcons.class);
* Image img = new Image(icons.acceptIcon());
From source file cz.metacentrum.perun.webgui.client.resources.SmallIcons.java
/**
* Interface for small icon resources.
*
* Example:
* SmallIcons icons = GWT.create(SmallIcons.class);
* Image img = new Image(icons.acceptIcon());
From source file cz.mzk.editor.client.resources.MEditorResources.java
/** * The Interface MEditorResources. */ public interface MEditorResources extends ClientBundle { /** The Constant INSTANCE. */
From source file de.atns.common.gwt.client.composite.colorpicker.ColorPickerImageResource.java
public interface ColorPickerImageResource extends ClientBundle {
ImageResource bar_blue_bl();
ImageResource bar_blue_br();
From source file de.fhrt.codenvy.bpmn.BpmnResource.java
/** * The resources for editor tutorial. * * @author <a href="mailto:aplotnikov@codenvy.com">Andrey Plotnikov</a> */ public interface BpmnResource extends ClientBundle {
From source file de.hdawg.wci.portlets.bookmarks.client.ImageResources.java
/** * @author Hauke Wesselmann */ public interface ImageResources extends ClientBundle { // object-types in the portal @Source("resources/blue-folder.png")
From source file de.hska.iwi.mgwt.demo.client.theme.CustomBundleAndroid.java
public interface CustomBundleAndroid extends ClientBundle, MGWTClientBundle { @Source({ "com/googlecode/mgwt/ui/client/theme/base/css/groupinglist.css", "com/googlecode/mgwt/ui/client/theme/base/css/android/groupinglist.css", "css/groupinglist.css" }) GroupingList getGroupingList();
From source file de.hska.iwi.mgwt.demo.client.theme.CustomBundleAndroidTablet.java
public interface CustomBundleAndroidTablet extends ClientBundle, MGWTClientBundle { @Source({ "com/googlecode/mgwt/ui/client/theme/base/css/groupinglist.css", "com/googlecode/mgwt/ui/client/theme/base/css/android/groupinglist.css", "css/groupinglist.css" }) GroupingList getGroupingList();
From source file de.hska.iwi.mgwt.demo.client.theme.CustomBundleBlackberry.java
public interface CustomBundleBlackberry extends ClientBundle, MGWTClientBundle { @Source({ "com/googlecode/mgwt/ui/client/theme/base/css/groupinglist.css", "com/googlecode/mgwt/ui/client/theme/base/css/android/groupinglist.css", "css/groupinglist.css" }) GroupingList getGroupingList();
From source file de.hska.iwi.mgwt.demo.client.theme.CustomBundleDesktop.java
public interface CustomBundleDesktop extends ClientBundle, MGWTClientBundle { @Source({ "com/googlecode/mgwt/ui/client/theme/base/css/groupinglist.css", "com/googlecode/mgwt/ui/client/theme/base/css/ipad/groupinglist.css", "css/groupinglist.css" }) GroupingList getGroupingList();