设置值后,我在vaadin组合框中遇到问题。这是我的代码
//for inferer type for typescript
//This leverages the reference-elision optimization,
//so that the module is only loaded when needed.
//so use InitClass as a type will skipped.
import {Init as InitClass} from "./init.todos";
test("typescript dynamic load supports inferer types", () => {
let Init: typeof InitClass = require("./init.todos").Init;
let it = new Init();
expect(it.load()).toEqual("bar");
});
答案 0 :(得分:0)
您可以检查distributorService.find(null).contains(this.entity.getCustomer().getDistributor())
是否为Vaadin使用Bean的equals函数(本例中为Distributor)。
或者,您可以检查beans.getItemIds().contains(this.entity.getCustomer().getDistributor());
是否返回true。
如果以上任何陈述都返回true,则选择应该有效。
也许客户端没有更新其内容?试试getUI().access( () -> getUI().push());