Questions tagged [vaadin6]

Vaadin 6 is a legacy version of Vaadin java web-framework. EOL Feb 2017, no longer supported.

Vaadin 6 is a legacy version of Vaadin java web-framework. Vaadin 6 support ended in February 2017.

Last release: 6.8.18 (2017-02-08) (Release Notes)

42 questions
1
vote
1 answer

How to set Vaadin 6 'Select' box select value

I'm using Vaadin 6 and need some help setting the value that gets selected once the user chooses an option from the dropdown box. Creating and adding some values to the Select box is easy: Select sel = new Select(); sel.addItem("Value…
user818700
1
vote
2 answers

How to get the time of Computer and not server Java vaadin

Hey how to get the time of the computer and not the server using vaadin because getDate return to me the time of the server but i want the client computer time ??
aminedev
  • 323
  • 3
  • 9
  • 22
0
votes
0 answers

vaadin 6.7.9 worldMap issue with vaadinVisualizationsforvaadin

Currently using Vaadin 6.7.9 Using vaadinVisualizationsforvaadinVersion version 1.1.2 plugins for displaying world map on GUI. Now map is not displaying when I inspect the gui in the network tab its…
Saumya
  • 1
0
votes
1 answer

Cannot resolve method 'toMap' in 'JSONObject'

I am working off of the stable build for a project I am working on in a group. This build is confirmed to be working. It appears that the above method is undefined. I am working off of the following maven…
PhiliDips
  • 1
  • 1
0
votes
1 answer

Use Vaadin UI in Office 365 Outlook web Add-in

I am developing Office 365 outlook add in for one of our product that is developed on Java and Vaadin 6 framework. Our Java application has a very complex interface. We are tying to create similar interface in outlook web addin. Actually what we are…
Umair
  • 81
  • 1
  • 1
  • 8
0
votes
1 answer

How to align/move Vaadin buttons

I am learning Vaadin and I would like to move two buttons to the bottom of pop up window with spacing in between the buttons. I'm pretty sure I would have to override the button css in my theme but how do I change the absolute location of the…
spring_hiber
  • 109
  • 1
  • 2
  • 12
0
votes
0 answers

Understanding Vaadin pop up windows

I have two buttons with two windows. The buttons should show content per their respective windows. I would like button to show button one content and the second button to show button one content. How do I tie the button click method to click…
spring_hiber
  • 109
  • 1
  • 2
  • 12
0
votes
1 answer

vaadin. A lot of warnings: Failed to define class ... from Service Module Loader

vaadin 6.8.13 My application works normally. But during application work vaadin is showing a lot of warnings in console. Is there any possibility to disable this warnings without adding gwt library? Example of warning: 16:09:27,342 WARN …
Alan
  • 41
  • 1
  • 4
0
votes
1 answer

Vaadin OptionGroup set width only for one checkbox

I have OptionGroup component and many checkboxes in there. I want to change width (or another css property) on only one checkbox. Is it possible to do that?
xorgx3
  • 473
  • 1
  • 6
  • 14
0
votes
2 answers

Vaadin can't get combo box field value at 0 position

I'm trying to set field at index 0 in Vaadin combo box to default value, so I could avoid error message if user doesen't select anything. So I would like that instead of blank field I have populated field at index 0. I have tried to set it and…
DarioBB
  • 663
  • 2
  • 8
  • 29
0
votes
1 answer

JBoss EAP 5.1 - JBossGenericPrincipal

Right now I inherited legacy application to support and I found a very strange thing. The application is Vaadin based app and it is hosted on JBoss EAP 5.1. On JBoss there is configured login-config module -…
0
votes
1 answer

How to access getComponent in a derived class in Vaadin

This is my code. I want to do the following. but im getting exception at getComponent(0) in LoginStep1 class. How should i resolve this. Im new in vaadin. if my approach is wrong your guidance required. public class Login extends VerticalLayout…
herman shafiq
  • 499
  • 2
  • 8
  • 26
0
votes
1 answer

How to load external javascript file on Vaadin 6.8?

I am using Vaadin 6.8 and need to load external javascript resource, but Vaadin of version 6.8 does not support @JavaScript annotation. I have also tried Vaadin's CustomLayout, it loads html page, but does not execute javascript in that html under…
zhanbo_kz
  • 85
  • 5
0
votes
2 answers

How to hide column in filteringtable vaadin 7?

I have 5 columns in my table, and how is it possible to make one of the columns invisible? is it any standard approach for that, or maybe, can I use css for that?
vlcod
  • 229
  • 2
  • 3
  • 13
0
votes
1 answer

Adding Javascript in Vaadin 6 to disable Tab key press

I am adding Javascript in Vaadin 6 by making a new empty component that only has my JS. Basically I just want to disable Tab key press event on my fields. I searched internet but not found any solution with in vaadin. So I suggested use js to…
Umair
  • 81
  • 1
  • 1
  • 8