Interface WebAppResource
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface WebAppResource extends com.google.gwt.resources.client.ClientBundle
-
-
Field Summary
Fields Modifier and Type Field Description static WebAppResourceINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginCssCSS()com.google.gwt.resources.client.DataResourcehandleHorizontal()com.google.gwt.resources.client.DataResourcehandleVertical()
-
-
-
Field Detail
-
INSTANCE
static final WebAppResource INSTANCE
-
-
Method Detail
-
CSS
@Source("css/plugin.css") PluginCss CSS()
-
handleVertical
@Source("images/handle-v.png") com.google.gwt.resources.client.DataResource handleVertical()
-
handleHorizontal
@Source("images/handle-h.png") com.google.gwt.resources.client.DataResource handleHorizontal()
-
-