i have a css in my GWTApplication which contains several classes in that,I want to access the class attributes through my program,is there any way to access them via java code or CssResource.
If there is any let me know with the sample code?
i have a css in my GWTApplication which contains several classes in that,I want
Share
One can access CSS classes through GWT code but not its class attributes through setStyleName(String) method. For example
for example css of
Further you can change the value of some attributes without css like