Interface I_CmsImageBundle
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface I_CmsImageBundle extends com.google.gwt.resources.client.ClientBundle
Resource bundle to access CSS and image resources.- Since:
- 8.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
I_CmsImageBundle.I_CmsButtonCss
The button CSS.
-
Field Summary
Fields Modifier and Type Field Description static I_CmsImageBundle
INSTANCE
The bundle instance.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_CmsImageBundle.I_CmsButtonCss
buttonCss()
Access method.
-
-
-
Field Detail
-
INSTANCE
static final I_CmsImageBundle INSTANCE
The bundle instance.
-
-
Method Detail
-
buttonCss
@Source("button.gss") I_CmsImageBundle.I_CmsButtonCss buttonCss()
Access method.- Returns:
- the button CSS
-
-