128129130131132133134135136137138
centerVertically( AbstractBRLColumnViewImpl.this.getElement() ); } }; add( uiBinder.createAndBindUi( this ) ); add( new ModalFooterOKCancelButtons( new Command() { @Override public void execute() { applyChanges(); } }, new Command() {
119120121122123124125126127128129
centerVertically( AbstractLimitedEntryBRLColumnViewImpl.this.getElement() ); } }; add( uiBinder.createAndBindUi( this ) ); add( new ModalFooterOKCancelButtons( new Command() { @Override public void execute() { applyChanges(); } }, new Command() {