We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.debug.internal.theme.
Interface DebugWindowStyles
-
All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface DebugWindowStyles extends com.google.gwt.resources.client.ClientBundle
-
-
Method Summary
All Methods Modifier and Type Method Description com.google.gwt.resources.client.CssResource
css()
com.google.gwt.resources.client.DataResource
iconFontEot()
com.google.gwt.resources.client.DataResource
iconFontSvg()
com.google.gwt.resources.client.DataResource
iconFontTtf()
com.google.gwt.resources.client.DataResource
iconFontWoff()
-
-
-
Method Detail
-
css
@Source("debugwindow.css") @NotStrict com.google.gwt.resources.client.CssResource css()
-
iconFontEot
@Source("font.eot") @DoNotEmbed com.google.gwt.resources.client.DataResource iconFontEot()
-
iconFontTtf
@Source("font.ttf") @DoNotEmbed com.google.gwt.resources.client.DataResource iconFontTtf()
-
iconFontWoff
@Source("font.woff") @DoNotEmbed com.google.gwt.resources.client.DataResource iconFontWoff()
-
iconFontSvg
@Source("font.svg") @DoNotEmbed com.google.gwt.resources.client.DataResource iconFontSvg()
-
-