List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.github.gwt.user.client.ui.resources.ClearButtonResources.java
/**
* Clear button images.
*
* @author Rinat Enikeev (rinat.enikeev[at]gmail[dot]com)
* @version %I%, %G%
* @since 1.0
From source file com.github.gwt.user.client.ui.resources.DateTimeBoxButtonResources.java
/**
* Resources for {@link com.github.gwt.user.client.ui.DateTimeBox} button.
*
* @author Rinat Enikeev (rinat.enikeev[at]gmail[dot]com)
* @version %I%, %G%
* @since 1.0
From source file com.github.gwt.user.client.ui.resources.DateTimeBoxResources.java
/**
* Resources for {@link com.github.gwt.user.client.ui.DateTimeBox}.
*
* @author Rinat Enikeev (rinat.enikeev[at]gmail[dot]com)
* @version %I%, %G%
* @since 1.0
From source file com.github.gwt.user.client.ui.resources.DateTimePickerResources.java
/**
* Resources for {@link com.github.gwt.user.client.ui.DateTimePicker}.
*
* @author Rinat Enikeev (rinat.enikeev[at]gmail[dot]com)
* @version %I%, %G%
* @since 1.0
From source file com.github.gwt.user.client.ui.resources.PagerResources.java
/**
* Resources for {@link com.github.gwt.user.client.ui.Pager}.
*
* @author Rinat Enikeev (rinat.enikeev[at]gmail[dot]com)
* @version %I%, %G%
* @since 1.0
From source file com.github.gwtbootstrap.client.ui.resources.prettify.PrettifyResources.java
/**
* Resources for prettify plugin.
*
* @since 2.0.4.0
*
* @author Carlos A Becker
From source file com.github.gwtbootstrap.client.ui.resources.Resources.java
/**
* Interface that provides the Bootstrap resources.
*
* @since 2.0.4.0
*
* @author Carlos Alexandro Becker
From source file com.github.gwtbootstrap.datepicker.client.ui.resources.Resources.java
/**
* Interface that provides the DateBox resources.
*
* @author Carlos Alexandro Becker
* @since 2.0.4.0
*/
From source file com.github.gwtbootstrap.datetimepicker.client.ui.resources.Resources.java
/**
* Interface that provides the DateTimePicker resources.
*
* @author Carlos Alexandro Becker
* @author Alain Penders
* @since 2.1.1.0
From source file com.github.gwtcannonjs.demo.client.impl.SourceCodeBundle.java
public interface SourceCodeBundle extends ClientBundle { public static final SourceCodeBundle INSTANCE = GWT.create(SourceCodeBundle.class); @Source("BodyTypesDemo.java") TextResource bodyTypesDemo();