org.exoplatform.gwtframework.ui.client
Interface GwtResources
- All Superinterfaces:
- com.google.gwt.resources.client.ClientBundle
public interface GwtResources
- extends com.google.gwt.resources.client.ClientBundle
Resources for common GWT components.
- Version:
- $Id: Feb 16, 2011 12:56:09 PM anya $
- Author:
- Ann Zhuleva
| Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle |
com.google.gwt.resources.client.ClientBundle.Source |
INSTANCE
static final GwtResources INSTANCE
- Instance of the GWT resources.
css
@ClientBundle.Source(value="eXoStyle/skin/default/gwt-style.css")
GwtResources.Style css()
- Note : To inject styles to DOM use command:
GwtResources.INSTANCE.css().ensureInjected();
- Returns:
GwtResources.Style CSS styles
Copyright © 2013 eXo Platform SAS. All Rights Reserved.