List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file ca.qc.cegepoutaouais.tge.pige.client.resources.Resources.java
/** * * @author Renaud Brub */ public interface Resources extends ClientBundle {
From source file ca.ubc.ece.netsyslab.tagvalue.client.TagValueImageBundle.java
/** * An image bundle used to build buttons. * * @author Elizeu Santos-Neto (elizeus at ece dot ubc dot ca) */ public interface TagValueImageBundle extends ClientBundle {
From source file cc.alcina.framework.gwt.client.stdlayout.image.StandardDataImages.java
/** * * @author Nick Reddel */ public interface StandardDataImages extends ClientBundle, Resources { ImageResource backupRoot();
From source file cc.kune.bootstrap.client.BootstrapBundle.java
public interface BootstrapBundle extends ClientBundle { static final BootstrapBundle INSTANCE = GWT.create(BootstrapBundle.class); @Source("../resource/js/theme.js") TextResource theme();
From source file cc.kune.bootstrap.client.smartmenus.SmartMenusBundle.java
public interface SmartMenusBundle extends ClientBundle { static final SmartMenusBundle INSTANCE = GWT.create(SmartMenusBundle.class); // @Source("resource/jquery.smartmenus.min.js") @Source("resource/jquery.smartmenus.js")
From source file cc.kune.chat.client.resources.ChatResources.java
/** * The Interface ChatResources. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public interface ChatResources extends ClientBundle {
From source file cc.kune.common.client.msgs.resources.UserMessageImages.java
/** * The Interface UserMessageImages. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public interface UserMessageImages extends ClientBundle {
From source file cc.kune.common.client.resources.CommonResources.java
public interface CommonResources extends ClientBundle { public interface CommonStyle extends CssResource { }
From source file cc.kune.core.client.resources.iconic.IconicResources.java
/** * The Interface IconicResources. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public interface IconicResources extends ClientBundle {
From source file cc.kune.core.client.resources.icons.IconResources.java
/**
* The Interface IconResources.
*
* @author vjrj@ourproject.org (Vicente J. Ruiz Jurado)
*/
@Deprecated