Hyperlink postT = new Hyperlink(post.getPostTitle(), post
.getUniqueForumID());
Label replies = new Label("" + post.getReplyCount());
UserLink author = new UserLink(post.getAuthor());
Label date = new Label(df.format(post.getDate()));
date.setStylePrimaryName("date");
table.setWidget(row, 0, postT);