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