this.window = window;
}
public void postInvalid() {
String msg = Strings.format("EntityPage.InvalidMessagePoster.Message", entity.getName());
ApplicationMessageEvent evt = new ApplicationMessageEvent(ValidationDecorator.this, msg,
ApplicationMessageEvent.ERROR_MESSAGE);
window.postApplicationMessageEvent(evt);
}