Questions tagged [vaadin10]

Vaadin is a web development platform that consists of components, a Java framework, and tooling. Vaadin 10 is the first release that is not based on GWT anymore but supports webcomponents. Vaadin 10 was superseded by Vaadin 14 in August 2019. Vaadin 10 is supported until Jun 2023, extended maintenance commercially available until Jun 2033.

Vaadin 10 (aka Vaadin Flow) is an open source web application framework for rich internet applications.

142 questions
0
votes
1 answer

Vaadin 10 maven pom file

I was trying to migrate from Vaadin 8 to 10 and I 'm having issues when i updated the version of the vaadin-bom in my pom file. previous: 8.4.3
gigz
  • 942
  • 2
  • 9
  • 26
0
votes
0 answers

Swiper js with Vaadin 10

I have a problem with using swiper with Vaadin 10. When i tried simple slider with vaadin 10 and it works fine with Chrome(Succes) Opera(Succes) Mozilla(Failed) Edge(Failed) Here is my sample code: function slideIni(container) { var mySwiper =…
batgerel.e
  • 837
  • 1
  • 10
  • 31
0
votes
1 answer

How to override style of vaadin element?

I have trouble with some styling vaadin elements. I need to style default vaadin-combo-box element. My importing: And it looks like: My shared style…
batgerel.e
  • 837
  • 1
  • 10
  • 31
0
votes
1 answer

How to use third party javascript plugin in polymer 2.x

Hello guys i have a trouble with using javascript plugin on polymer. How i include and use javascript plugin in my project. @JavaScript("js/main.js") this is my java class using javascript annotation. But its not working. And here is my html
batgerel.e
  • 837
  • 1
  • 10
  • 31
0
votes
2 answers

Date values getting cleared from object when returning

I'm stuck in a strange situation where my data is getting lost while setting it to a object. Will try to elaborate the situation. this.tempRenewals = this.findById(this.renewals,'id',21869); findById(arr,searchBy,val){ if(!val){ …
-1
votes
1 answer

MyClass NotSerializableException

I created a class named Components. It has some components like Button, TextArea, VerticalLayout, etc. I didn't make this class serializable because I don't need to, but when I start the server (I use Tomcat), I get this…
Champ
  • 51
  • 1
  • 7
-2
votes
1 answer

Horizontal and Vertical Layouts are Not Responsive in Vaadin 12

My understanding was that one of the main themes of Vaadin 10+ was responsive layout. So I was surprised when the "Horizontal Layout" and "Vertical Layouts" do not seem to support responsive design. (I switched to using App Layout, and that seems to…
Jonathan Sylvester
  • 1,275
  • 10
  • 23
1 2 3
9
10