Questions tagged [vaadin-designer]

11 questions
3
votes
1 answer

Why get Warning "Unknown tag" in Eclipse for Vaadin Elements

I use Eclipse with Vaadin 8 and Vaadin Designer. In the Source mode view of the Vaadin designer, i get warning for all my Vaadin Elements. It is not a problem for the system but it is annoying to see these warnings all the time. I have added a…
sulox32
  • 419
  • 3
  • 19
2
votes
0 answers

How to reorder elements in a vaadin layout?

I am finding some problems when trying to add a Component to a Vaadin vertical layout. I have initially designed a Vaadin view using Vaadin Designer, dragging and dropping elements. Now, from a Java class which inheritates the java class of the…
2
votes
1 answer

Radio Button group created using Designer doesn't trigger the changeValueEvent

I have added Radio Button group by using Vaadin designer to my view :
ust3000
  • 196
  • 8
2
votes
1 answer

Vaadin Designer Tabs not correctly adding children "tab" to tabs object

I'm using Vaadin Deisgner 14.6.1 to create some super simple tabs. However, when I try to do some simple operations in the java class (eg selecting a tab), it throws an error which indicates that the "Tabs" object does not have the proper children…
Jonathan Sylvester
  • 1,275
  • 10
  • 23
1
vote
0 answers

Vaadin Designer Attributes and Layers missing in Editor

I'm using Vaadin Designer with Eclipse and lately the sidebar with the attributes and layers is missing in the editor of the browser. I get the following error message, but I don't know if it has to do with the problem, because I'm not a developer…
Selina
  • 11
  • 1
1
vote
1 answer

Problem with starting Vaadin Designer in IntelliJ IDEA

Trying to start a Vaadin designer plugin in IntelliJ Idea (2021.3.3). But when i trying to create new Vaadin 10+ design via I'm getting a gray window "Please wait, loading view..." In IDEA there is a WARN: OS: MacOS Monterey 12.3 2022-04-13…
1
vote
1 answer

Vaadin v22 DateTimePicker component renders twice

I have a Vaadin form with a DateTimePicker component that renders twice. I've been unable to determine what is causing it. The form template was generated by Vaadin Designer. Vaadin vers: 22 Vaadin plugin vers: 4.6.11 LitElement template: import {…
Jose Gulisano
  • 1,281
  • 3
  • 11
  • 12
1
vote
2 answers

Vaadin designer produces "Element" class in java code for Vertical Layout components

In Vaadin 14.6.1 Designer, when I create Vertical Layouts (and SplitLayouts) and then ask Vaadin designer to create an object in the java code that I can use to reference that component, instead of creating a "VerticalLayout" object, it simply…
Jonathan Sylvester
  • 1,275
  • 10
  • 23
1
vote
2 answers

Can you use a vaadin-button in upload?

All the Upload examples show using NativeButton when programmatically creating an Upload. I want to use a Button (vaadin-button) that is part of a Designer layout. When I try this I see the following error: Caused by:…
tstiemer
  • 110
  • 8
0
votes
2 answers

Is there a way to define variables for paths inside the HTML code in a typesricpt file?

To design the frontend we use the vaadin designer. In the .ts files of our project we have some images where we want to define variables for the path. at the moment it is like that:
Somma
  • 27
  • 5
0
votes
1 answer

Positioning a component in Vaadin Designer 3?

I use Vaadin Designer for framework 7. In this designer I can drag and drop a component and moving the component by clicking on it a moving it to the area I want. And trying to do the same with the new Vaadin Designer 3. But it seems that…
Diego Quirós
  • 898
  • 1
  • 14
  • 28