access vaadin listbox values from javascript

Hi

I want to access the values in a vaadin listbox using javascript

I tried using this in the .js file but didnt work
alert("hello " + document.getElementsById(‘gwt-uid-11’));