Yes, thank you. Actually, I was trying to figure out how to style CellTable (or DataGrid) so I started digging into the code. I found this thread, is this the right way to go about it?
https://groups.google.com/g/google-web-toolkit/c/dZLk5LwnKN0/m/hZX7EFd3Ku8J On Wednesday, May 19, 2021 at 2:24:45 AM UTC-7 [email protected] wrote: > Will this article help you? > > https://www.steveclaflin.com/blog-stuff/gwt/CssResourceImports.html > > [email protected] schrieb am Mittwoch, 19. Mai 2021 um 00:42:09 UTC+2: > >> I'm trying to understand how styling works in CellTable. The line # 298 >> has BasicStyle annotated with @ImportedWithPrefix("gwt-CellTable"). I'm >> curious, how's 'gwt-CellTable' literal come into picture, and what does it >> do? >> >> /** >> * Styles used by {@link BasicResources}. >> */ >> @ImportedWithPrefix("gwt-CellTable") >> interface BasicStyle extends Style { >> /** >> * The path to the default CSS styles used by this resource. >> */ >> String DEFAULT_CSS = >> "com/google/gwt/user/cellview/client/CellTableBasic.css"; >> >> } >> >> Thanks! >> >> Slava >> > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/548bf51e-a04b-4e50-a85c-7b622d806843n%40googlegroups.com.
