public @interface Css
public abstract Class<? extends com.google.gwt.resources.client.ClientBundle>[] resources
ClientBundle implementors which must be instantiated and made available.public abstract String value
interface MyCss extends{myCss.myStyle} matches the stylename provided.CssResource{ String myStyle(); } interface MyClass extendsClientBundle{ MyCss myCss(); }
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.