Top "Vaadin" questions

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

Is it possible to use jQuery inside of Vaadin framework?

As Vaadin is a Java web application framework, so is it possible to insert the jQuery javascript snippet in the …

java javascript jquery vaadin
VAADIN cannot find themes when in productionMode

I have custom theme for my VAADIN application in src/main/webapp/VAADIN/themes/mytheme/ with files mytheme.scss and …

java resources themes vaadin vaadin7
How to validate Integers from a TextField in a table with a wrapper

I have a table where I'm using createField() to create the fields. In editing mode, users are able to input …

vaadin vaadin7
Minimal example of Push in Vaadin 7 app ("@Push")

I want to see the most minimal example of using the new Push technology in Vaadin 7, such as the new @…

java vaadin vaadin7 web-push
Vaadin - Expand components in Grid Layout in Vaadin

I am doing my project in Vaadin 6. In that, I have integrated the components in a Grid layout. I have …

components vaadin expand grid-layout
Architecture Question: GWT or Vaadin to create Desktop Application?

We're planning on creating a feedreader as a windows desktop- and iPad application. As we want to be able to …

gwt desktop-application wicket ria vaadin
Vaadin : How to change favicon?

How can I change favicon of my pages in Vaadin ? I would like to change favicon of my pages but …

vaadin vaadin7
Vaadin - Remove Component from its parent

In the Vaadin framework (v7.1.9), how do we remove a Component from it's parent? I'm only aware of the removeComponent …

java vaadin vaadin7
Vaadin - Coloring table cells based on content

I have a very basic example here where I'm trying to color specific cells based on a specific string value …

css vaadin
How to create different Themes on top of Valo in Vaadin?

Now vaadin 7.3 has came out and it has the very nice Valo Theme . But I don't know how to import …

vaadin vaadin7