ok,thanks,now i have made a mistake that we can not access style rules
directly in java code,we must use cssResource interface.
but there is another question:
------------------------------------------------
interface MyStyle extends CssResource {
String enabled();
String disabled();
}
------------------------------------------------
if the class name in ui.xml is "a-b-c",then how should we write the
method name?
On Oct 12, 3:46 pm, Sarjith Pullithodi <
sarji...@gmail.com> wrote:
> have you followed this way??
>
>
http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Pr...