1

I will want to notify some specific variables of a class with the help of

PostNotifyChange

So i was trying

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

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

NotifyChange

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

Is it possible or not with

PostNotifyChange

4

1 回答 1

1

我不相信,对不起。

源头来看,它似乎BindUtils只需要一个property名称,并且不会尝试将其拆分。可能是一个不错的功能请求。

于 2013-01-18T15:00:47.663 回答