Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Vaadin 7 TreeTable,我在应用程序开始时填写了一些项目。
TreeTable
然后,用户可以选择一个特定的项目,单击它并对其进行修改。
我怎样才能
通过使用 Vaadin 的数据绑定 API,更改会自动更新到浏览器。下面是一个更新属性值的简单示例:
treeTable.getContainerProperty(itemId, "propertyid").setValue("newvalue");