I really miss the functionality which in Swing terms is
javax.swing.AbstractButton#doClick() , which actually emulates the click on the button, e.g. notifies all listeners. Of course I can store the listeners somewhere separately in my code…
Does it make sense to have such helper function? Perhaps making
com.vaadin.ui.Button#fireClick() public is quickfix for that.