this.addressCallback = addressCallback;
}
public Widget asWidget() {
rootPanel = new SecurityContextAwareVerticalPanel() {
@Override
public void updateSecurityContext(final SecurityContext securityContext) {
// TODO Is it safe to save the state of the privilege here and evaluate it in setSelectedRecord()?
// TODO Is this method always called first? AFAICT that's the case.