Vaadin 7.6.2
Where does one find a comprehensive listing of Vaadin component style names to use with .addStyleName(String) ? Surprisingly, this isn't simple to find on Vaadin's website or Google and I suspect is (or should be) a well documented reference.
See the java doc for the class com.vaadin.ui.themes.ValoTheme there is list of the available styles.
Also see the Valo theme api https://vaadin.com/api/valo/
Also you can see the Valo theme Demo https://demo.vaadin.com/valo-theme/
I suggest you to checkout Valo theme Demo and see the code.