String body) {
super(images.attentionNeeded(),
heading);
ConstantsCore constants = ((ConstantsCore) GWT.create(ConstantsCore.class));
addAttribute(constants.Detail(),
details(body));
}
private Widget details(String body) {
TextArea area = new TextArea();