So I've been trying to figure this out, and I'm just really still
missing something... here's as far as I've gotten. I can't seem to
wrap my head around how I get from here to using a custom style for
the cellList. Anyone feel like writing me a little bit of sample
code?
Thanks,
-Mike
CellList.Resources resources = new CellList.Resources() {
@Override
public ImageResource cellListSelectedBackground() {
// TODO Auto-generated method stub
return null;
}
@Override
public Style cellListStyle() {
// TODO Auto-generated method stub
return null;
}
};
this.mediaItemList = new CellList<MediaItemData> (new
MediaItemCell(), resources);
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
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.