Top "Vaadin" questions

Vaadin is an open-source platform for web application development.

How to specify a button to open an URL?

I want to write a web application that triggers the default email client of the user to send an email. …

button vaadin mailto vaadin7
Comparison between Vaadin and ZK

Does someone know of a comparison between ZK and Vaadin? I'm especially interested which of the two is better suited …

java comparison vaadin zk
HttpServletRequest getLocale returns OS locale not browser locale

I am using vaadin framework and in my application I have: @Override public void onRequestStart(HttpServletRequest request, HttpServletResponse response) { currentIP = …

java firefox tomcat7 vaadin browser-addons
How to add button in a Grid in Vaadin

Hi Im try to add button in a grid in vaadin but it print the reference on button object. Grid …

vaadin vaadin7
Vaadin - Table column order

Anybody know how to/or it is possible - create a Table with column specific order; configuration order which was …

vaadin multiple-columns pojo
How to detect enter key press in vaadin TextArea

I am using a vaadin TextArea as a rough console. The user can enter commands which should be executed when …

java textarea vaadin keypress
How to @Inject object from different project module included as jar

I am using Vaadin-CDI in multi-module maven project with one module desired for common classes such interfaces, abstract classes and …

jakarta-ee vaadin cdi vaadin7
Vaadin - Iterate over components in a layout

I'm working on a project in Vaadin 7. In that I need to parse over all the components in a Layout …

layout dynamic iterator components vaadin
How to make only some columns editable in a Vaadin Grid?

Vaadin Grid allows to be defined as editable with grid.setEditorEnabled(true); This makes all visible columns editable. However I …

java vaadin vaadin7 vaadin-grid
Vaadin alternative for heavily loaded UI

Currently I am programming the Web Application based on Vaadin. I am quite happy with the learning cycle and the …

gwt wicket vaadin web-frameworks echo2