|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourcePrototype | |
---|---|
com.google.gwt.resources.client | Classes for aggregating static resources into bundles. |
com.google.gwt.user.cellview.client | The "cellview" widget set. |
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of ResourcePrototype in com.google.gwt.resources.client |
---|
Classes in com.google.gwt.resources.client with type parameters of type ResourcePrototype | |
---|---|
interface |
ResourceCallback<R extends ResourcePrototype>
A callback interface for asynchronous operations on resources. |
Subinterfaces of ResourcePrototype in com.google.gwt.resources.client | |
---|---|
interface |
CssResource
Aggregates and minifies CSS stylesheets. |
interface |
DataResource
A non-text resource. |
interface |
ExternalTextResource
Identical to TextResource , except the contents of the resource are
not inlined into the compiled output. |
interface |
GwtCreateResource<T>
This resource type allows any class that can be instantiated via a call to GWT.create(Class) to be used within an
ClientBundle. |
interface |
ImageResource
Provides access to image resources at runtime. |
interface |
TextResource
A resource that contains text that should be incorporated into the compiled output. |
Methods in com.google.gwt.resources.client that return ResourcePrototype | |
---|---|
ResourcePrototype |
ResourceException.getResource()
|
ResourcePrototype |
ClientBundleWithLookup.getResource(java.lang.String name)
Find a resource by the name of the function in which it is declared. |
ResourcePrototype[] |
ClientBundleWithLookup.getResources()
A convenience method to iterate over all ResourcePrototypes contained in the ClientBundle. |
Constructors in com.google.gwt.resources.client with parameters of type ResourcePrototype | |
---|---|
ResourceException(ResourcePrototype resource)
|
|
ResourceException(ResourcePrototype resource,
java.lang.String msg)
|
|
ResourceException(ResourcePrototype resource,
java.lang.String msg,
java.lang.Throwable t)
|
Uses of ResourcePrototype in com.google.gwt.user.cellview.client |
---|
Subinterfaces of ResourcePrototype in com.google.gwt.user.cellview.client | |
---|---|
static interface |
CellBrowser.Style
Styles used by this widget. |
static interface |
CellList.Style
Styles used by this widget. |
static interface |
CellTable.Style
Styles used by this widget. |
static interface |
CellTree.Style
Styles used by this widget. |
static interface |
SimplePager.Style
Styles used by this widget. |
Uses of ResourcePrototype in com.google.gwt.user.client.ui |
---|
Subinterfaces of ResourcePrototype in com.google.gwt.user.client.ui | |
---|---|
static interface |
NotificationMole.Style
Default CSS styles for this widget. |
|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |