I am trying to apply styles to a CellList, and I have this in my Java:
interface MyCellListResources extends CellList.Resources {
@Source({"CellList.css"})
MyCellListStyle cellTableStyle();
}
interface MyCellListStyle extends CellList.Style {
}
cellList = new CellList<InboxModel>(contactCell, resources);
And my CellList.css is a copy of the GWT original where I online changed
some colors.
I have no error at all... but I am not seing my defined styles in my app.
I am missing something?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/ZlJly6r8HfAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.