Uses of Interface
com.google.gwt.resources.client.ResourcePrototype
-
Packages that use ResourcePrototype Package Description com.google.gwt.cell.client 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.cell.client
Subinterfaces of ResourcePrototype in com.google.gwt.cell.client Modifier and Type Interface Description static interfaceButtonCellBase.DefaultAppearance.StyleThe Styles used by this appearance. -
Uses of ResourcePrototype in com.google.gwt.resources.client
Classes in com.google.gwt.resources.client with type parameters of type ResourcePrototype Modifier and Type Interface Description interfaceResourceCallback<R extends ResourcePrototype>A callback interface for asynchronous operations on resources.Subinterfaces of ResourcePrototype in com.google.gwt.resources.client Modifier and Type Interface Description (package private) static interfaceCommonResources.InlineBlockStyleCross-browser implementation of the "display: inline-block" CSS property.interfaceCssResourceAggregates and minifies CSS stylesheets.interfaceCssResourceBaseMarker interface for all classes that should be obfuscated together in Css Resource generation.interfaceDataResourceA non-text resource.interfaceExternalTextResourceIdentical toTextResource, except the contents of the resource are not inlined into the compiled output.interfaceGwtCreateResource<T>This resource type allows any class that can be instantiated via a call toGWT.create(Class)to be used within an ClientBundle.interfaceImageResourceProvides access to image resources at runtime.interfaceTextResourceA resource that contains text that should be incorporated into the compiled output.Methods in com.google.gwt.resources.client that return ResourcePrototype Modifier and Type Method Description ResourcePrototypeClientBundleWithLookup. getResource(java.lang.String name)Find a resource by the name of the function in which it is declared.ResourcePrototypeResourceException. getResource()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 Constructor Description 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 Modifier and Type Interface Description static interfaceCellBrowser.StyleStyles used by this widget.static interfaceCellList.StyleStyles used by this widget.(package private) static interfaceCellTable.BasicStyleStyles used byCellTable.BasicResources.static interfaceCellTable.StyleStyles used by this widget.(package private) static interfaceCellTree.BasicStyleStyles used byCellTree.BasicResources.static interfaceCellTree.StyleStyles used by this widget.static interfaceDataGrid.StyleStyles used by this widget.static interfaceSimplePager.StyleStyles used by this widget. -
Uses of ResourcePrototype in com.google.gwt.user.client.ui
Subinterfaces of ResourcePrototype in com.google.gwt.user.client.ui Modifier and Type Interface Description static interfaceCustomScrollPanel.StyleStyles used by this widget.static interfaceNativeHorizontalScrollbar.StyleStyles used by this widget.static interfaceNativeHorizontalScrollbar.StyleTransparantA variation ofNativeHorizontalScrollbar.Stylethat renders the scrollbar semi-transparent until it is hovered.static interfaceNativeVerticalScrollbar.StyleStyles used by this widget.static interfaceNativeVerticalScrollbar.StyleTransparantA variation ofNativeVerticalScrollbar.Stylethat renders the scrollbar semi-transparent until it is hovered.(package private) static interfaceNativeVerticalScrollbar.UiStyleStyle used in uibinder template.static interfaceNotificationMole.StyleDefault CSS styles for this widget.
-