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 Class Summary
static interface GwtResources.Style
          CSS styles for GWT components.
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
 
Field Summary
static GwtResources INSTANCE
          Instance of the GWT resources.
 
Method Summary
 GwtResources.Style css()
          Note : To inject styles to DOM use command:
 

Field Detail

INSTANCE

static final GwtResources INSTANCE
Instance of the GWT resources.

Method Detail

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.