8485868788899091929394
new ClickHandler() { public void onClick( ClickEvent event ) { if ( dtable != null ) { AuditLog log = new AuditLog( dtable.model, identity ); log.show(); } } } ); auditLogButton.setEnabled( !isReadOnly ); panel.add( auditLogButton );