在ZK中我们可以PostNotifyChange多个变量吗 [英] In ZK Can we PostNotifyChange more than one variables

查看:53
本文介绍了在ZK中我们可以PostNotifyChange多个变量吗的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在

发布通知变更

所以我在尝试

BindUtils.postNotifyChange(null, null, taskListModel, "model,sequence");

它不起作用:(我们可以像我们在

It is not working :( Can we PostNotifyChange more than one variable something like we doing in

通知变更

@NotifyChange({ "taskList","sequence" })

是否可以使用

PostNotifyChange

PostNotifyChange

推荐答案

我不这么认为,抱歉.

来自来源,看起来 BindUtils 只需要一个 property 名称并且不会尝试将其拆分.可能是一个不错的功能请求.

From the source, it appears BindUtils just takes a single property name and doesn't try to split it out. Could be a nice feature request.

这篇关于在ZK中我们可以PostNotifyChange多个变量吗的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆