setWidth("100%");
// TODO: the counts should be done later by eg a Refresher component
// Inbox
long inboxCount = new InboxListQuery().size();
ToolbarEntry inboxEntry = addToolbarEntry(ENTRY_INBOX, i18nManager.getMessage(Messages.TASK_MENU_INBOX), new ToolbarCommand() {
public void toolBarItemSelected() {
viewManager.showInboxPage();
}
});