问题标签 [vaadin11]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
649 浏览

java - 将 DatePicker 转换为 java.util.Date

我在 Vaadin 11 中有一个 DatePicker,我正在尝试绑定到 Date 字段。看起来像这样的东西会起作用:

但我收到以下错误:

如果需要,这里是 MatchEntry 类:

0 投票
1 回答
130 浏览

vaadin10 - Vaadin 流 - 网格列为空

瓦丁 11.0.1

布局是一个顶部网格和一个底部网格(一个在左边,一个在右边)

这是我创建页面的方式:

底部没有渲染(甚至没有标题)。其中没有数据(正常,因为当我单击顶部网格时会填充数据)。

但我希望至少能看到列标题......

这是渲染: 在此处输入图像描述

0 投票
1 回答
95 浏览

vaadin - Vaadin 11: refreshAll (again)

here is a good thread about DataProvider.refreshAll() on Vaadin 8.5.1, but it doesn't seem to work this way in Vaadin 11.

I used this starter app to play around. It displays some imaginary product data in a grid.

At first, I added a refresh command to SampleCrudView:

The folks from vaadin override getId() in their ProductDataProvider like this to use it as an object identifier:

That ProductDataProvider extends ListDataProvider, which is initialized on startup with data from MockDataService, so that we always deal with the same objects. I changed that:

So now you will get new Product instances within the same ID range every time you call getAllProducts():

So the point is, this doesn't work - the data in the grid is still the same after "refresh" has been clicked.

Any suggestions?

Regards,

m_OO_m

0 投票
0 回答
36 浏览

vaadin - Vaadin 11:选择一个不存在的值

基于此入门应用程序的有关 Vaadin 11 Grid 的问题,虚构产品列表。

完成这些更改后,您将能够在产品列表中选择一个项目。如果您现在按下“显示已选择”按钮,将出现带有产品名称的通知。

现在保留选择并在列表上方的过滤器中输入一些乱码。该列表将变为空,但您仍然可以检索先前选择的产品的名称,尽管它不再出现在列表中。

有什么建议么?

截屏

问候,

m_OO_m

0 投票
1 回答
17 浏览

charts - Vaadin 13 饼图没有用我的数据 DataSeriesItem(“Mercury”,4900))替换演示数据(网络浏览器);

我不想在饼图中有演示数据(网络浏览器)。我想覆盖这个。但它不在乎。它不显示任何错误,但始终只显示 Web 浏览器数据。不是我的:“水星”、4900 “金星”、12100