117118119120121122123124125126127
public void onClose( CloseEvent<PopupPanel> event ) { iocManager.destroyBean( uploadForm ); } } ); uploadForm.show(); } } ) .endMenu() .newTopLevelMenu( AppConstants.INSTANCE.Refresh() ) .respondsWith( new Command() {
121122123124125126127128129130131
119120121122123124125126127128129
108109110111112113114115116117118
118119120121122123124125126127128
public void onClose( CloseEvent<PopupPanel> event ) { iocManager.destroyBean( uploadForm ); } } ); uploadForm.show(); } } ) .endMenu() .newTopLevelMenu( "Refresh" ) .respondsWith( new Command() {