table.setWidget(1, 1, txt_contact);
// detail panel
DisclosurePanel detailPanel = new DisclosurePanel(msg.detail());
Grid detailGrid = new Grid(3, 2);
// birthday
HTML title_birthday = new HTML(msg.birthday());
txt_birthday.setFormat(new DateBox.DefaultFormat(DateTimeFormat
.getFormat("yyyy/MM/dd")));
// sex
HTML title_sex = new HTML(msg.sex());
// ps